Click or drag to resize

DoubleConstants Fields

The DoubleConstants type exposes the following members.

Fields
 NameDescription
Public fieldStatic memberDBL_EPSILON Represents the smallest positive number where 1 + DBL_EPSILON is not equal to 1. In the IEEE representation, this is 2^-52.
Public fieldStatic memberDBL_MAX The largest positive double-precision floating-point value.
Public fieldStatic memberDBL_MIN The smallest positive double-precision floating-point value.
Public fieldStatic memberM_2_SQRTPI The value 2 / sqrt(Pi).
Public fieldStatic memberSmallestPositiveValue The smallest positive double-precision floating-point value.
Public fieldStatic memberSQRT_DBL_EPSILON Square root of DBL_EPSILON. Since epsilon is 2^-52, this is 2^-26.
Public fieldStatic membersqrtpi Square root of Pi.
Top
See Also