Skip to content

Commit 86d0358

Browse files
chore: cleaning markdown
1 parent 68b151e commit 86d0358

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/napi/ternary

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/napi/ternary/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ void stdlib_math_base_napi_fff_f( napi_env env, napi_callback_info info, float (
451451
452452
#### STDLIB_MATH_BASE_NAPI_MODULE_FIF_F( fcn )
453453
454-
Macro for registering a Node-API module exporting an interface for invoking a ternary function accepting a single-precision floating-point number, a signed 32-bit integer, afloat-precision floating-point number and returning a float-precision floating-point number.
454+
Macro for registering a Node-API module exporting an interface for invoking a ternary function accepting a single-precision floating-point number, a signed 32-bit integer, a single-precision floating-point number and returning a single-precision floating-point number.
455455
456456
```c
457457
#include <stdint.h>
@@ -474,7 +474,7 @@ When used, this macro should be used **instead of** `NAPI_MODULE`. The macro inc
474474

475475
#### stdlib_math_base_napi_fif_f( env, info, fcn )
476476

477-
Invokes a ternary function accepting a float-precision floating-point number, a signed 32-bit integer, and a float-precision floating-point number and returning a float-precision floating-point number.
477+
Invokes a ternary function accepting a single-precision floating-point number, a signed 32-bit integer, and a single-precision floating-point number and returning a single-precision floating-point number.
478478

479479
```c
480480
#include <node_api.h>

0 commit comments

Comments
 (0)