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

PCWHD PIC10,16,18,24, DSPIC

PCWHD IDE COMPILER

Manufacturer Part Number
PCWHD IDE COMPILER
Description
PCWHD PIC10,16,18,24, DSPIC
Manufacturer
Custom Computer Services Inc (CCS)
Type
Compilerr
Datasheet

Specifications of PCWHD IDE COMPILER

For Use With/related Products
Microchip PIC10, PIC12, PIC16, PIC18, PIC24, dsPIC MCUs
Lead Free Status / RoHS Status
Not applicable / Not applicable
Other names
429-1009
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 PCWHD IDE COMPILER