## Usage
```javascript
var constants = require( '@stdlib/constants/float64' );
```
#### constants
Double-precision floating-point mathematical constants.
```javascript
var c = constants;
// returns {...}
```
- [`APERY`][@stdlib/constants/float64/apery]: Apéry's constant.
- [`CATALAN`][@stdlib/constants/float64/catalan]: Catalan's constant.
- [`CBRT_EPS`][@stdlib/constants/float64/cbrt-eps]: cube root of double-precision floating-point epsilon.
- [`E`][@stdlib/constants/float64/e]: the mathematical constant _e_.
- [`EPS`][@stdlib/constants/float64/eps]: difference between one and the smallest value greater than one that can be represented as a double-precision floating-point number.
- [`EULERGAMMA`][@stdlib/constants/float64/eulergamma]: the Euler-Mascheroni constant.
- [`EXPONENT_BIAS`][@stdlib/constants/float64/exponent-bias]: the bias of a double-precision floating-point number's exponent.
- [`FOURTH_PI`][@stdlib/constants/float64/fourth-pi]: one fourth times the mathematical constant π.
- [`FOURTH_ROOT_EPS`][@stdlib/constants/float64/fourth-root-eps]: fourth root of double-precision floating-point epsilon.
- [`GAMMA_LANCZOS_G`][@stdlib/constants/float64/gamma-lanczos-g]: arbitrary constant `g` to be used in Lanczos approximation functions.
- [`GLAISHER`][@stdlib/constants/float64/glaisher-kinkelin]: Glaisher-Kinkelin constant.
- [`HALF_LN2`][@stdlib/constants/float64/half-ln-two]: one half times the natural logarithm of 2.
- [`HALF_PI`][@stdlib/constants/float64/half-pi]: one half times the mathematical constant π.
- [`HIGH_WORD_EXPONENT_MASK`][@stdlib/constants/float64/high-word-exponent-mask]: high word mask for the exponent of a double-precision floating-point number.
- [`HIGH_WORD_SIGNIFICAND_MASK`][@stdlib/constants/float64/high-word-significand-mask]: high word mask for the significand of a double-precision floating-point number.
- [`LN_HALF`][@stdlib/constants/float64/ln-half]: natural logarithm of `1/2`.
- [`LN_PI`][@stdlib/constants/float64/ln-pi]: natural logarithm of the mathematical constant π.
- [`LN_SQRT_TWO_PI`][@stdlib/constants/float64/ln-sqrt-two-pi]: natural logarithm of the square root of 2π.
- [`LN10`][@stdlib/constants/float64/ln-ten]: natural logarithm of `10`.
- [`LN_TWO_PI`][@stdlib/constants/float64/ln-two-pi]: natural logarithm of `2π`.
- [`LN2`][@stdlib/constants/float64/ln-two]: natural logarithm of `2`.
- [`LOG10E`][@stdlib/constants/float64/log10-e]: base 10 logarithm of the mathematical constant _e_.
- [`LOG2E`][@stdlib/constants/float64/log2-e]: base 2 logarithm of the mathematical constant _e_.
- [`MAX_BASE10_EXPONENT_SUBNORMAL`][@stdlib/constants/float64/max-base10-exponent-subnormal]: the maximum base 10 exponent for a subnormal double-precision floating-point number.
- [`MAX_BASE10_EXPONENT`][@stdlib/constants/float64/max-base10-exponent]: the maximum base 10 exponent for a double-precision floating-point number.
- [`MAX_BASE2_EXPONENT_SUBNORMAL`][@stdlib/constants/float64/max-base2-exponent-subnormal]: the maximum biased base 2 exponent for a subnormal double-precision floating-point number.
- [`MAX_BASE2_EXPONENT`][@stdlib/constants/float64/max-base2-exponent]: the maximum biased base 2 exponent for a double-precision floating-point number.
- [`MAX_LN`][@stdlib/constants/float64/max-ln]: natural logarithm of the maximum double-precision floating-point number.
- [`MAX_SAFE_FIBONACCI`][@stdlib/constants/float64/max-safe-fibonacci]: maximum safe Fibonacci number when stored in double-precision floating-point format.
- [`MAX_SAFE_INTEGER`][@stdlib/constants/float64/max-safe-integer]: maximum safe double-precision floating-point integer.
- [`MAX_SAFE_LUCAS`][@stdlib/constants/float64/max-safe-lucas]: maximum safe Lucas number when stored in double-precision floating-point format.
- [`MAX_SAFE_NTH_FIBONACCI`][@stdlib/constants/float64/max-safe-nth-fibonacci]: maximum safe nth Fibonacci number when stored in double-precision floating-point format.
- [`MAX_SAFE_NTH_LUCAS`][@stdlib/constants/float64/max-safe-nth-lucas]: maximum safe nth Lucas number when stored in double-precision floating-point format.
- [`MAX`][@stdlib/constants/float64/max]: maximum double-precision floating-point number.
- [`MIN_BASE10_EXPONENT_SUBNORMAL`][@stdlib/constants/float64/min-base10-exponent-subnormal]: the minimum base 10 exponent for a subnormal double-precision floating-point number.
- [`MIN_BASE10_EXPONENT`][@stdlib/constants/float64/min-base10-exponent]: the minimum base 10 exponent for a normal double-precision floating-point number.
- [`MIN_BASE2_EXPONENT_SUBNORMAL`][@stdlib/constants/float64/min-base2-exponent-subnormal]: the minimum biased base 2 exponent for a subnormal double-precision floating-point number.
- [`MIN_BASE2_EXPONENT`][@stdlib/constants/float64/min-base2-exponent]: the minimum biased base 2 exponent for a normal double-precision floating-point number.
- [`MIN_LN`][@stdlib/constants/float64/min-ln]: natural logarithm of the smallest **normalized** double-precision floating-point number.
- [`MIN_SAFE_INTEGER`][@stdlib/constants/float64/min-safe-integer]: minimum safe double-precision floating-point integer.
- [`NINF`][@stdlib/constants/float64/ninf]: double-precision floating-point negative infinity.
- [`NUM_BYTES`][@stdlib/constants/float64/num-bytes]: size (in bytes) of a double-precision floating-point number.
- [`PHI`][@stdlib/constants/float64/phi]: golden ratio.
- [`PI_SQUARED`][@stdlib/constants/float64/pi-squared]: π².
- [`PI`][@stdlib/constants/float64/pi]: the mathematical constant π.
- [`PINF`][@stdlib/constants/float64/pinf]: double-precision floating-point positive infinity.
- [`PRECISION`][@stdlib/constants/float64/precision]: effective number of bits in the significand of a double-precision floating-point number.
- [`SMALLEST_NORMAL`][@stdlib/constants/float64/smallest-normal]: smallest positive **normalized** double-precision floating-point number.
- [`SMALLEST_SUBNORMAL`][@stdlib/constants/float64/smallest-subnormal]: smallest positive **denormalized** double-precision floating-point number.
- [`SQRT_EPS`][@stdlib/constants/float64/sqrt-eps]: square root of double-precision floating-point epsilon.
- [`SQRT_HALF_PI`][@stdlib/constants/float64/sqrt-half-pi]: square root of the mathematical constant π divided by 2.
- [`SQRT_HALF`][@stdlib/constants/float64/sqrt-half]: square root of `1/2`.
- [`SQRT_PHI`][@stdlib/constants/float64/sqrt-phi]: square root of the Golden ratio (φ).
- [`SQRT_PI`][@stdlib/constants/float64/sqrt-pi]: square root of the mathematical constant π.
- [`SQRT_THREE`][@stdlib/constants/float64/sqrt-three]: square root of `3`.
- [`SQRT_TWO_PI`][@stdlib/constants/float64/sqrt-two-pi]: square root of the mathematical constant π times 2.
- [`SQRT_TWO`][@stdlib/constants/float64/sqrt-two]: square root of `2`.
- [`TWO_PI`][@stdlib/constants/float64/two-pi]: the mathematical constant π times 2.