Skip to content

Commit 3e9459b

Browse files
chore: rearrange modules
1 parent de931cd commit 3e9459b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/kernel-log1pf/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434

3535
// MODULES //
3636

37+
var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
3738
var polyvalP = require( './polyval_p.js' );
3839
var polyvalQ = require( './polyval_q.js' );
39-
var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
4040

4141

4242
// MAIN //

0 commit comments

Comments
 (0)