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 6a41d66 commit 104fb3aCopy full SHA for 104fb3a
lib/node_modules/@stdlib/math/base/special/powf/lib/logxf.js
@@ -46,7 +46,7 @@ var polyvalW = require( './polyval_w.js' );
46
var TRUNC_MASK = 0xfffff000|0; // asm type annotation
47
48
// 1/LN2
49
-var INV_LN2 = f32( 1.4426950216e+00 ); // 0x3fb8aa3b
+var INV_LN2 = f32( 1.4426950216e+00 ); // 0x3fb8aa3b
50
51
// High (16 bits): 1/LN2
52
var INV_LN2_HI = f32( 1.4426879883e+00 ); // 0x3fb8aa00
0 commit comments