17.02.2015 Views

CCS C Compiler Manual PCB / PCM / PCH

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

STANDARD C INCLUDE FILES<br />

errno.h<br />

errno.h<br />

EDOM<br />

ERANGE<br />

errno<br />

Domain error value<br />

Range error value<br />

error value<br />

float.h<br />

float.h<br />

FLT_RADIX:<br />

FLT_MANT_DIG:<br />

FLT_DIG:<br />

FLT_MIN_EXP:<br />

FLT_MIN_10_EXP:<br />

FLT_MAX_EXP:<br />

FLT_MAX_10_EXP:<br />

FLT_MAX:<br />

FLT_EPSILON:<br />

FLT_MIN:<br />

DBL_MANT_DIG:<br />

DBL_DIG:<br />

DBL_MIN_EXP:<br />

Radix of the exponent representation<br />

Number of base digits in the floating point significant<br />

Number of decimal digits, q, such that any floating point<br />

number with q decimal digits can be rounded into a<br />

floating point number with p radix b digits and back<br />

again without change to the q decimal digits.<br />

Minimum negative integer such that FLT_RADIX raised<br />

to that power minus 1 is a normalized floating-point<br />

number.<br />

Minimum negative integer such that 10 raised to that<br />

power is in the range of normalized floating-point<br />

numbers.<br />

Maximum negative integer such that FLT_RADIX raised<br />

to that power minus 1 is a representable finite floatingpoint<br />

number.<br />

Maximum negative integer such that 10 raised to that<br />

power is in the range representable finite floating-point<br />

numbers.<br />

Maximum representable finite floating point number.<br />

The difference between 1 and the least value greater<br />

than 1 that is representable in the given floating point<br />

type.<br />

Minimum normalized positive floating point number<br />

Number of base digits in the floating point significant<br />

Number of decimal digits, q, such that any floating point<br />

number with q decimal digits can be rounded into a<br />

floating point number with p radix b digits and back<br />

again without change to the q decimal digits.<br />

Minimum negative integer such that FLT_RADIX raised<br />

335

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!