Opentopia Directory Encyclopedia Tools

Float.h

Encyclopedia : F : FL : FLO : Float.h



 

C++ standard library>C++ Standard Library headers
C Standard Library headers
assert.h
ctype.h
errno.h
float.h
math.h
stdio.h
stdlib.h
time.h
The correct title of this } is }}}. The initial letter is capitalized due to [Naming conventions #Lower case first lettertechnical restrictions].
The header float.h in the C Standard Library for the C programming language contains macros that expand to various limits and parameters of the standard floating-point types.

The macros, as defined on ISO 9899:1999 section 5.2.4.2.2, are:

* -1 indeterminable;
* 0 toward zero;
* 1 to nearest;
* 2 toward positive infinity;
* 3 toward negative infinity;
* other value means implementation-defined rounding behaviour.
* -1 indeterminable;
* 0 evaluate all operations and constants just to the precision of the type;
* 1 evaluate operations and constants of type float and double to the range and precision of the double type;
* 2 evaulate all operations and constants to the range and precision of the long double type;
* other value means implementation-defined behavior.
Search Titles
0123456789
ABCDEFGHIJ
KLMNOPQRST
UVWXYZ?

E-mail this article to:

Personal Message: