Double |
The DoubleConstants type exposes the following members.
| Name | Description | |
|---|---|---|
| DBL_EPSILON | Represents the smallest positive number where 1 + DBL_EPSILON is not equal to 1. In the IEEE representation, this is 2^-52. | |
| DBL_MAX | The largest positive double-precision floating-point value. | |
| DBL_MIN | The smallest positive double-precision floating-point value. | |
| M_2_SQRTPI | The value 2 / sqrt(Pi). | |
| SmallestPositiveValue | The smallest positive double-precision floating-point value. | |
| SQRT_DBL_EPSILON | Square root of DBL_EPSILON. Since epsilon is 2^-52, this is 2^-26. | |
| sqrtpi | Square root of Pi. |