Open System Services System Calls Reference Manual (G06.29+, H06.08+, J06.03+)
Files float(4)
Table 11−5. Values for Floating-Point Constants
Symbolic Constant Tandem-Format Value IEEE-Format Value
______________________________________________________________________
DBL_DIG 16 15
DBL_EPSILON 5.551115123125782720e-
17
2.2204460492503131E-16
DBL_MANT_DIG 55 53
DBL_MAX 1.15792089237316192e77 1.7976931348623157E+308
DBL_MAX_EXP 256 1024
DBL_MAX_10_EXP 77 308
DBL_MIN 1.7272337110188889e-77 2.2250738585072014E-308
DBL_MIN_EXP -254 -1021
DBL_MIN_10_EXP -77 -307
FLT_EPSILON 2.3841858e-17 1.19209290E-07F
FLT_MANT_DIG 23 24
FLT_MAX 1.1579208e77F 3.40282347E+38F
FLT_MAX_EXP 256 128
FLT_MAX_10_EXP 77 38
FLT_MIN 1.7272337e-77F 1.17549435E-38F
FLT_MIN_EXP -254 -125
FLT_MIN_10_EXP -77 37
LDBL_DIG 16 15
LDBL_EPSILON 5.551115123125782720e-
17
2.2204460492503131E-16
LDBL_MANT_DIG 55 53
LDBL_MAX 1.15792089237316192e77 1.7976931348623157E+308
LDBL_MAX_EXP 256 1024
LDBL_MAX_10_EXP 77 308
LDBL_MIN 1.7272337110188889e-77 2.2250738585072014E-308
LDBL_MIN_EXP -254 -1021
LDBL_MIN_10_EXP -77 -307
______________________________________________________________________
RELATED INFORMATION
Files: limits(4).
STANDARDS CONFORMANCE
This file conforms to the XPG4 version 2 specification when used for IEEE floating-point data.
Remember the following rules when using any special floating-point mode:
• Do not assume that functions such as printf( ) or tanh( ) behave correctly if you call
them after setting a nondefault mode (such as rounding toward zero). Unless a function
is documented as tolerating such settings, you should restore the default operating mode
before calling the function.
• The exception bits of the status register stay set until they are explicitly cleared.
527186-023 Hewlett-Packard Company 11−9