mikroElektronika PIC Microcontrollers PIC12 User Manual page 294

Mikroc user's manual
Table of Contents

Advertisement

mikroC - C Compiler for Microchip PIC microcontrollers
asin
Prototype
double asin(double x);
Description
Function returns the arc sine of parameter
parameter
between -pi/2 and pi/2 (inclusive).
atan
Prototype
double atan(double x);
Description
Function computes the arc tangent of parameter
The return value is in radians, between -pi/2 and pi/2 (inclusive).
atan2
Prototype
double atan2(double x);
Description
This is the two argument arc tangent function. It is similar to computing the arc tangent
of y/x, except that the signs of both arguments are used to determine the quadrant of
the result, and
pi (inclusive).
ceil
Prototype
double ceil(double num);
Description
Function returns value of parameter
page
286
must be between -1 and 1 (inclusive). The return value is in radians,
x
is permitted to be zero. The return value is in radians, between -pi and
x
MikroElektronika: Development tools - Books - Compilers
; that is, the value whose sine is
x
; that is, the value whose tangent is
x
rounded up to the next whole number.
num
mikroC
making it simple...
. Input
x
.
x

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the PIC Microcontrollers PIC12 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Pic microcontrollers pic16Pic microcontrollers pic18

Table of Contents