We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc3b9c3 commit 9ea47adCopy full SHA for 9ea47ad
lib/node_modules/@stdlib/constants/float32/max-ln/lib/index.js
@@ -29,11 +29,6 @@
29
* // returns 88.72283935546875
30
*/
31
32
-// MODULES //
33
-
34
-var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
35
36
37
// MAIN //
38
39
/**
@@ -52,7 +47,7 @@ var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
52
47
* @default 88.72283935546875
53
48
* @see [IEEE 754]{@link https://en.wikipedia.org/wiki/IEEE_754-1985}
54
49
55
-var FLOAT32_MAX_LN = float64ToFloat32( 88.72283935546875 );
50
+var FLOAT32_MAX_LN = 88.72283935546875;
56
51
57
58
// EXPORTS //
0 commit comments