We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 729f89e commit 8e4b125Copy full SHA for 8e4b125
lib/node_modules/@stdlib/math/base/napi/unary/src/b_b.c
@@ -33,7 +33,7 @@
33
* @param env environment under which the function is invoked
34
* @param info callback data
35
* @param fcn unary function
36
-* @return function return value as a Node-API unsigned 8-bit integer
+* @return function return value as a Node-API unsigned 32-bit integer
37
*/
38
napi_value stdlib_math_base_napi_b_b( napi_env env, napi_callback_info info, uint8_t (*fcn)( uint8_t ) ) {
39
napi_status status;
0 commit comments