Header: float.h Purpose: Defines constants related to floating-point arithmetic. File: float.h Author: K.G. Begeman Use: #include "float.h" Declares: FLT_RADIX FLT_ROUNDS FLT_DIG FLT_EPSILON FLT_MANT_DIG FLT_MAX FLT_MAX_EXP FLT_MIN FLT_MIN_EXP DBL_DIG DBL_EPSILON DBL_MANT_DIG DBL_MAX DBL_MAX_EXP DBL_MIN DBL_MIN_EXP Warning: System dependent! Currently implemented on ALLIANT, CONVEX, DEC ALPHA, DEC ULTRIX, HP 9000, IBM/RS6000, SILICON GRAPHICS, SUN and VMS. Updates: May 3, 1990: KGB, Document created. Jun 8, 2009: JPT, Linux now includes from system