Skip to content

Commit fa2233e

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

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ var f32 = require( '@stdlib/number/float64/base/to-float32' );
3434
*
3535
* @example
3636
* var v = maxf( 3.14, 4.2 );
37-
* // returns 4.199999809265137
37+
* // returns ~4.2
3838
*
3939
* @example
4040
* var v = maxf( 3.14, NaN );
4141
* // returns NaN
4242
*
4343
* @example
4444
* var v = maxf( NaN, 3.14 );
45-
* // returns 3.140000104904175
45+
* // returns ~3.14
4646
*
4747
* @example
4848
* var v = maxf( -0.0, +0.0 );

0 commit comments

Comments
 (0)