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

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
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
pow( ) pwr( )
Syntax:
Parameters:
Returns:
Function:
Availability:
Requires:
Examples:
Example Files:
Also See:
Sets the input pullups. TRUE will activate, and a FALSE will deactivate.
Only 14 and 16 bit devices (PCM and PCH). (Note: use SETUP_COUNTERS
on PCB parts).
Nothing
port_a_pullups(FALSE);
ex_lcdkb.c,
input(), input_x(),
f = pow (x,y)
f = pwr (x,y)
x and y are any float type
A float with precision equal to function parameters x and y.
Calculates X to the Y power.
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.
Range error occurs in the following case:
All Devices
#INCLUDE <math.h>
area = pow (size,3.0);
None
None
pow: when the argument X is negative
kbd.c
output_float()
225

Related parts for PCDIDE COMPILER