Skip to content

Commit 104fb3a

Browse files
committed
docs: fix spacing
1 parent 6a41d66 commit 104fb3a

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/powf/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/powf/lib/logxf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var polyvalW = require( './polyval_w.js' );
4646
var TRUNC_MASK = 0xfffff000|0; // asm type annotation
4747

4848
// 1/LN2
49-
var INV_LN2 = f32( 1.4426950216e+00 ); // 0x3fb8aa3b
49+
var INV_LN2 = f32( 1.4426950216e+00 ); // 0x3fb8aa3b
5050

5151
// High (16 bits): 1/LN2
5252
var INV_LN2_HI = f32( 1.4426879883e+00 ); // 0x3fb8aa00

0 commit comments

Comments
 (0)