Skip to content

Commit 8a843ad

Browse files
authored
Update native.js
Signed-off-by: Gunj Joshi <[email protected]>
1 parent 79a694c commit 8a843ad

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/fmodf/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/fmodf/lib/native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var addon = require( './../src/addon.node' );
4343
*
4444
* @example
4545
* var v = fmodf( 8.9, 3.0 );
46-
* // returns 2.9
46+
* // returns ~2.9
4747
*
4848
* @example
4949
* var v = fmodf( NaN, 3.0 );

0 commit comments

Comments
 (0)