Skip to content

Commit 680ec74

Browse files
chore: added isnanf
Signed-off-by: JoyBoy <[email protected]>
1 parent c77a9aa commit 680ec74

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/sapxsumkbn/test/test.ndarray.js

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

2323
var tape = require( 'tape' );
2424
var Float32Array = require( '@stdlib/array/float32' );
25+
var isnanf = require( '@stdlib/math/base/assert/is-nanf' );
2526
var sapxsumkbn = require( './../lib' );
2627

2728

0 commit comments

Comments
 (0)