PCDIDE COMPILER Custom Computer Services Inc (CCS), PCDIDE COMPILER Datasheet - Page 300

PCD C-COMPILER PIC24, DSPIC

PCDIDE COMPILER

Manufacturer Part Number
PCDIDE COMPILER
Description
PCD C-COMPILER PIC24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCDIDE COMPILER

For Use With/related Products
Microchip PIC24/dsPIC®
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1008
sin( ) cos( ) tan( ) asin( ) acos() atan() sinh() cosh() tanh() atan2()
Syntax:
Parameters:
Returns:
Function:
286
val = sin (rad)
val = cos (rad)
val = tan (rad)
rad = asin (val)
rad1 = acos (val)
rad = atan (val)
rad2=atan2(val, val)
result=sinh(value)
result=cosh(value)
result=tanh(value)
rad is any float type representing an angle in Radians -2pi to 2pi.
val is any float type with the range -1.0 to 1.0.
Value is any float type
rad is a float with a precision equal to val representing an angle in Radians -pi/2 to pi/2
val is a float with a precision equal to rad within the range -1.0 to 1.0.
rad1 is a float with a precision equal to val representing an angle in Radians 0 to pi
rad2 is a float with a precision equal to val representing an angle in Radians -pi to pi
Result is a float with a precision equal to value
These functions perform basic Trigonometric functions.
sin
cos
tan
asin
acos
atan
atan2 returns the arc tangent of y/x in the range [-pi,+pi] radians
sinh
cosh
tanh
Note on error handling:
If "errno.h" is included then the domain and range errors are stored in the errno
variable. The user can check the errno to see if an error has occurred and print the
error using the perror function.
returns the sine value of the parameter (measured in radians)
returns the cosine value of the parameter (measured in radians)
returns the tangent value of the parameter (measured in radians)
returns the arc sine value in the range [-pi/2,+pi/2] radians
returns the arc cosine value in the range[0,pi] radians
returns the arc tangent value in the range [-pi/2,+pi/2] radians
returns the hyperbolic sine of x
returns the hyperbolic cosine of x
returns the hyperbolic tangent of x

Related parts for PCDIDE COMPILER