File tree Expand file tree Collapse file tree
lib/node_modules/@stdlib/constants/float32
half-ln-two/include/stdlib/constants/float32 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222/**
2323* Macro for one half times the natural logarithm of 2 as a single-precision floating-point number.
2424*/
25- #define STDLIB_CONSTANT_FLOAT32_HALF_LN_TWO 0.3465735912322998
25+ #define STDLIB_CONSTANT_FLOAT32_HALF_LN_TWO 0.3465735912322998f
2626
2727#endif // !STDLIB_CONSTANTS_FLOAT32_HALF_LN_TWO_H
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
4343* @type {number }
4444* @default 0.4342944920063019
4545* @see [OEIS]{@link https://oeis.org/A001113}
46- * @see [Wikipedia]{@link https://en.wikipedia.org/wiki/E_%27mathematical_constant%28 }
46+ * @see [Wikipedia]{@link https://en.wikipedia.org/wiki/E_(mathematical_constant) }
4747*/
4848var FLOAT32_LOG10E = float64ToFloat32 ( 0.4342944819032518 ) ;
4949
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
4343* @type {number }
4444* @default 1.4426950216293335
4545* @see [OEIS]{@link https://oeis.org/A001113}
46- * @see [Wikipedia]{@link https://en.wikipedia.org/wiki/E_%27mathematical_constant%28 }
46+ * @see [Wikipedia]{@link https://en.wikipedia.org/wiki/E_(mathematical_constant) }
4747*/
4848var FLOAT32_LOG2E = float64ToFloat32 ( 1.4426950408889634 ) ;
4949
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
1818
1919-->
2020
21- # NAN
21+ # FLOAT32_NAN
2222
2323> [ Single-precision floating-point] [ ieee754 ] ` NaN ` .
2424
You can’t perform that action at this time.
0 commit comments