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
Copy file name to clipboardExpand all lines: lib/node_modules/@stdlib/constants/float32/README.md
+90Lines changed: 90 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,22 +45,52 @@ var c = constants;
45
45
46
46
- <spanclass="signature">[`ABS_MASK`][@stdlib/constants/float32/abs-mask]</span><spanclass="delimiter">: </span><spanclass="description">mask for excluding the sign bit of a single-precision floating-point number.</span>
47
47
- <spanclass="signature">[`CBRT_EPS`][@stdlib/constants/float32/cbrt-eps]</span><spanclass="delimiter">: </span><spanclass="description">cube root of single-precision floating-point epsilon.</span>
- <spanclass="signature">[`EPS`][@stdlib/constants/float32/eps]</span><spanclass="delimiter">: </span><spanclass="description">difference between one and the smallest value greater than one that can be represented as a single-precision floating-point number.</span>
49
50
- <spanclass="signature">[`EXPONENT_BIAS`][@stdlib/constants/float32/exponent-bias]</span><spanclass="delimiter">: </span><spanclass="description">the bias of a single-precision floating-point number's exponent.</span>
50
51
- <spanclass="signature">[`EXPONENT_MASK`][@stdlib/constants/float32/exponent-mask]</span><spanclass="delimiter">: </span><spanclass="description">mask for the exponent of a single-precision floating-point number.</span>
52
+
- <spanclass="signature">[`FOURTH_PI`][@stdlib/constants/float32/fourth-pi]</span><spanclass="delimiter">: </span><spanclass="description">one fourth times the mathematical constant π.</span>
53
+
- <spanclass="signature">[`HALF_LN_TWO`][@stdlib/constants/float32/half-ln-two]</span><spanclass="delimiter">: </span><spanclass="description">one half times the natural logarithm of `2` as a single-precision floating-point number.</span>
54
+
- <spanclass="signature">[`HALF_PI`][@stdlib/constants/float32/half-pi]</span><spanclass="delimiter">: </span><spanclass="description">one half times the mathematical constant π.</span>
55
+
- <spanclass="signature">[`LN_HALF`][@stdlib/constants/float32/ln-half]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of `1/2` as a single-precision floating-point number.</span>
56
+
- <spanclass="signature">[`LN_PI`][@stdlib/constants/float32/ln-pi]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of the mathematical constant π as a single-precision floating-point number.</span>
57
+
- <spanclass="signature">[`LN_TEN`][@stdlib/constants/float32/ln-ten]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of `10` as a single-precision floating-point number.</span>
58
+
- <spanclass="signature">[`LN_TWO`][@stdlib/constants/float32/ln-two]</span><spanclass="delimiter">: </span><spanclass="description">natural logarithm of `2` as a single-precision floating-point number.</span>
59
+
- <spanclass="signature">[`MAX_BASE10_EXPONENT_SUBNORMAL`][@stdlib/constants/float32/max-base10-exponent-subnormal]</span><spanclass="delimiter">: </span><spanclass="description">the maximum base 10 exponent for a subnormal single-precision floating-point number.</span>
60
+
- <spanclass="signature">[`MAX_BASE10_EXPONENT`][@stdlib/constants/float32/max-base10-exponent]</span><spanclass="delimiter">: </span><spanclass="description">the maximum base 10 exponent for a single-precision floating-point number.</span>
61
+
- <spanclass="signature">[`MAX_BASE2_EXPONENT_SUBNORMAL`][@stdlib/constants/float32/max-base2-exponent-subnormal]</span><spanclass="delimiter">: </span><spanclass="description">the maximum biased base 2 exponent for a subnormal single-precision floating-point number.</span>
62
+
- <spanclass="signature">[`MAX_BASE2_EXPONENT`][@stdlib/constants/float32/max-base2-exponent]</span><spanclass="delimiter">: </span><spanclass="description">the maximum biased base 2 exponent for a single-precision floating-point number.</span>
63
+
- <spanclass="signature">[`MAX_SAFE_FIBONACCI`][@stdlib/constants/float32/max-safe-fibonacci]</span><spanclass="delimiter">: </span><spanclass="description">maximum safe Fibonacci number when stored in single-precision floating-point format.</span>
- <spanclass="signature">[`MAX_SAFE_NTH_FACTORIAL`][@stdlib/constants/float32/max-safe-nth-factorial]</span><spanclass="delimiter">: </span><spanclass="description">maximum safe nth factorial when stored in single-precision floating-point format.</span>
66
+
- <spanclass="signature">[`MAX_SAFE_NTH_FIBONACCI`][@stdlib/constants/float32/max-safe-nth-fibonacci]</span><spanclass="delimiter">: </span><spanclass="description">maximum safe nth Fibonacci number when stored in single-precision floating-point format.</span>
67
+
- <spanclass="signature">[`MAX_SAFE_NTH_LUCAS`][@stdlib/constants/float32/max-safe-nth-lucas]</span><spanclass="delimiter">: </span><spanclass="description">maximum safe nth Lucas number when stored in single-precision floating-point format.</span>
- <spanclass="signature">[`MIN_BASE10_EXPONENT_SUBNORMAL`][@stdlib/constants/float32/min-base10-exponent-subnormal]</span><spanclass="delimiter">: </span><spanclass="description">the minimum base 10 exponent for a subnormal single-precision floating-point number.</span>
70
+
- <spanclass="signature">[`MIN_BASE10_EXPONENT`][@stdlib/constants/float32/min-base10-exponent]</span><spanclass="delimiter">: </span><spanclass="description">the minimum base 10 exponent for a normal single-precision floating-point number.</span>
71
+
- <spanclass="signature">[`MIN_BASE2_EXPONENT_SUBNORMAL`][@stdlib/constants/float32/min-base2-exponent-subnormal]</span><spanclass="delimiter">: </span><spanclass="description">the minimum biased base 2 exponent for a subnormal single-precision floating-point number.</span>
72
+
- <spanclass="signature">[`MIN_BASE2_EXPONENT`][@stdlib/constants/float32/min-base2-exponent]</span><spanclass="delimiter">: </span><spanclass="description">the minimum biased base 2 exponent for a normal single-precision floating-point number.</span>
- <spanclass="signature">[`NUM_BYTES`][@stdlib/constants/float32/num-bytes]</span><spanclass="delimiter">: </span><spanclass="description">size (in bytes) of a single-precision floating-point number.</span>
- <spanclass="signature">[`PRECISION`][@stdlib/constants/float32/precision]</span><spanclass="delimiter">: </span><spanclass="description">effective number of bits in the significand of a single-precision floating-point number.</span>
59
81
- <spanclass="signature">[`SIGN_MASK`][@stdlib/constants/float32/sign-mask]</span><spanclass="delimiter">: </span><spanclass="description">mask for the sign bit of a single-precision floating-point number.</span>
60
82
- <spanclass="signature">[`SIGNIFICAND_MASK`][@stdlib/constants/float32/significand-mask]</span><spanclass="delimiter">: </span><spanclass="description">mask for the significand of a single-precision floating-point number.</span>
- <spanclass="signature">[`SQRT_EPS`][@stdlib/constants/float32/sqrt-eps]</span><spanclass="delimiter">: </span><spanclass="description">square root of single-precision floating-point epsilon.</span>
86
+
- <spanclass="signature">[`SQRT_HALF_PI`][@stdlib/constants/float32/sqrt-half-pi]</span><spanclass="delimiter">: </span><spanclass="description">square root of the mathematical constant π divided by 2 as a single-precision floating-point number.</span>
87
+
- <spanclass="signature">[`SQRT_HALF`][@stdlib/constants/float32/sqrt-half]</span><spanclass="delimiter">: </span><spanclass="description">square root of `1/2` as a single-precision floating-point number.</span>
88
+
- <spanclass="signature">[`SQRT_PHI`][@stdlib/constants/float32/sqrt-phi]</span><spanclass="delimiter">: </span><spanclass="description">square root of the Golden ratio (φ) as a single-precision floating-point number.</span>
89
+
- <spanclass="signature">[`SQRT_PI`][@stdlib/constants/float32/sqrt-pi]</span><spanclass="delimiter">: </span><spanclass="description">square root of the mathematical constant π as a single-precision floating-point number.</span>
90
+
- <spanclass="signature">[`SQRT_THREE`][@stdlib/constants/float32/sqrt-three]</span><spanclass="delimiter">: </span><spanclass="description">square root of `3` as a single-precision floating-point number.</span>
91
+
- <spanclass="signature">[`SQRT_TWO_PI`][@stdlib/constants/float32/sqrt-two-pi]</span><spanclass="delimiter">: </span><spanclass="description">square root of the mathematical constant π times 2 as a single-precision floating-point number.</span>
92
+
- <spanclass="signature">[`SQRT_TWO`][@stdlib/constants/float32/sqrt-two]</span><spanclass="delimiter">: </span><spanclass="description">square root of `2` as a single-precision floating-point number.</span>
93
+
- <spanclass="signature">[`TWO_PI`][@stdlib/constants/float32/two-pi]</span><spanclass="delimiter">: </span><spanclass="description">the mathematical constant π times 2.</span>
0 commit comments