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/math/README.md
+26-26
Original file line number
Diff line number
Diff line change
@@ -112,19 +112,19 @@ var c = constants;
112
112
113
113
<divclass="namespace-toc">
114
114
115
-
- <spanclass="signature">[`FLOAT32_CBRT_EPS`][@stdlib/constants/math/float32-cbrt-eps]</span><spanclass="delimiter">: </span><spanclass="description">cube root of single-precision floating-point epsilon.</span>
116
-
- <spanclass="signature">[`FLOAT32_EPS`][@stdlib/constants/math/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>
117
-
- <spanclass="signature">[`FLOAT32_EXPONENT_BIAS`][@stdlib/constants/math/float32-exponent-bias]</span><spanclass="delimiter">: </span><spanclass="description">the bias of a single-precision floating-point number's exponent.</span>
- <spanclass="signature">[`FLOAT32_NUM_BYTES`][@stdlib/constants/math/float32-num-bytes]</span><spanclass="delimiter">: </span><spanclass="description">size (in bytes) of a single-precision floating-point number.</span>
- <spanclass="signature">[`FLOAT32_PRECISION`][@stdlib/constants/math/float32-precision]</span><spanclass="delimiter">: </span><spanclass="description">effective number of bits in the significand of a single-precision floating-point number.</span>
- <spanclass="signature">[`FLOAT32_SQRT_EPS`][@stdlib/constants/math/float32-sqrt-eps]</span><spanclass="delimiter">: </span><spanclass="description">square root of single-precision floating-point epsilon.</span>
115
+
- <spanclass="signature">[`FLOAT32_CBRT_EPS`][@stdlib/constants/math/float32/cbrt-eps]</span><spanclass="delimiter">: </span><spanclass="description">cube root of single-precision floating-point epsilon.</span>
116
+
- <spanclass="signature">[`FLOAT32_EPS`][@stdlib/constants/math/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>
117
+
- <spanclass="signature">[`FLOAT32_EXPONENT_BIAS`][@stdlib/constants/math/float32/exponent-bias]</span><spanclass="delimiter">: </span><spanclass="description">the bias of a single-precision floating-point number's exponent.</span>
- <spanclass="signature">[`FLOAT32_NUM_BYTES`][@stdlib/constants/math/float32/num-bytes]</span><spanclass="delimiter">: </span><spanclass="description">size (in bytes) of a single-precision floating-point number.</span>
- <spanclass="signature">[`FLOAT32_PRECISION`][@stdlib/constants/math/float32/precision]</span><spanclass="delimiter">: </span><spanclass="description">effective number of bits in the significand of a single-precision floating-point number.</span>
0 commit comments