Guardian C Library Calls Reference Manual

Summary of Library Header Files
Guardian TNS C Library Calls Reference Manual128833 2-7
<floath>
Here are the macros that describe the floating-point type double. Following each macro
name is its defined value.
Here are the macros that describe the floating-point type long double. Following each
macro name is its defined value.
DBL_DIG
16
DBL_EPSILON
2.7e-17
DBL_MANT_DIG
16
DBL_MAX
1.1579208923716189e77
DBL_MAX_10_EXP
77
DBL_MIN
8.6361685550944446e-78
DBL_MIN_10_EXP
(-77)
DBL_MIN_EXP
(-254)
DBL_MAX_EXP
(256)
LDBL_DIG
16
LDBL_EPSILON
2.7e-17
LDBL_MANT_DIG
16
LDBL_MAX
1.1579208923716189e77
LDBL_MAX_10_EXP
77
LDBL_MIN
8.6361685550944446e-78
LDBL_MIN_10_EXP
(-77)
LDBL_MIN_EXP
(-254)
LDBL_MAX_EXP
(256)