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

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
Availability:
Requires:
Examples:
Example Files:
Also See:
modf( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
All devices
Nothing
memset(arrayA, 0, sizeof(arrayA));
memset(arrayB, '?', sizeof(arrayB));
memset(&structA, 0xFF, sizeof(structA));
None
memcpy()
result= modf (value, & integral)
value is any float type
integral is any float type
result is a float with precision equal to value
The modf function breaks the argument value into integral and fractional parts,
each of which has the same sign as the argument. It stores the integral part as a
float in the object integral.
All devices
#INCLUDE <math.h>
float 48 result, integral;
result=modf(123.987,&integral);
// result is .987 and integral is 123.0000
None
None
213

Related parts for PCDIDE COMPILER