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

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
fabs( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
floor( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
182
result = floor (value)
value is any float type
result is a float with precision equal to value
Computes the greatest integer value not greater than the argument. Floor (12.67)
is 12.00.
All devices.
#INCLUDE <math.h>
// Find the fractional part of a value
frac = value - floor(value);
None
ceil()
result=fabs (value)
value is any float type
result is a float with precision to value
The fabs function computes the absolute value of a float
All devices.
#INCLUDE <math.h>
double result;
result=fabs(-40.0)
// result is 40.0
None
abs(),
labs()

Related parts for PCDIDE COMPILER