Skip to content

Commit 00b3c5f

Browse files
authored
docs: update return annotations
Signed-off-by: Athan <[email protected]>
1 parent fa2233e commit 00b3c5f

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/fast/maxf/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/fast/maxf/lib/native.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ var addon = require( './../src/addon.node' );
3535
*
3636
* @example
3737
* var v = maxf( 3.14, 4.2 );
38-
* // returns 4.199999809265137
38+
* // returns ~4.2
3939
*
4040
* @example
4141
* var v = maxf( 3.14, NaN );
4242
* // returns NaN
4343
*
4444
* @example
4545
* var v = maxf( NaN, 3.14 );
46-
* // returns 3.140000104904175
46+
* // returns ~3.14
4747
*
4848
* @example
4949
* var v = maxf( -0.0, +0.0 );

0 commit comments

Comments
 (0)