You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following table lists the limits on the values of floating-point constants. These limits are also defined in the standard header file <float.h>.
Limits on Floating-Point Constants
Constant
Meaning
Value
FLT_DIG DBL_DIG LDBL_DIG
Number of digits, q, such that a floating-point number with q decimal digits can be rounded into a floating-point representation and back without loss of precision.
6 15 15
FLT_EPSILON DBL_EPSILON LDBL_EPSILON
Smallest positive number x, such that x + 1.0 is not equal to 1.0.