Skip to content

Commit 79a694c

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

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/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ var float64ToFloat32 = require( '@stdlib/number/float64/base/to-float32' );
4242
*
4343
* @example
4444
* var v = fmodf( 8.9, 3.0 );
45-
* // returns 2.9
45+
* // returns ~2.9
4646
*
4747
* @example
4848
* var v = fmodf( NaN, 3.0 );

0 commit comments

Comments
 (0)