Skip to content

Commit 0aff3c4

Browse files
fix: test errors
1 parent 1889c26 commit 0aff3c4

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/number/float32/base/signbit/src

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/number/float32/base/signbit/src/addon.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static napi_value addon( napi_env env, napi_callback_info info ) {
5959
return NULL;
6060
}
6161

62-
double value;
62+
float value;
6363
status = napi_get_value_float( env, argv[ 0 ], &value );
6464
assert( status == napi_ok );
6565

0 commit comments

Comments
 (0)