Skip to content

Commit 91ea41f

Browse files
authored
fix: add missing import
Signed-off-by: Athan <[email protected]>
1 parent c316b4d commit 91ea41f

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/number/float32/base/assert/is-almost-equal-value/lib

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/number/float32/base/assert/is-almost-equal-value/lib/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020

2121
// MODULES //
2222

23+
var f32 = require( '@stdlib/number/float64/base/to-float32' );
2324
var ulpdiff = require( '@stdlib/number/float32/base/ulp-difference' );
2425

2526

0 commit comments

Comments
 (0)