Skip to content

Commit c9a66c7

Browse files
authored
docs: use approximate rather than exact values
Signed-off-by: Athan <[email protected]>
1 parent b252bbd commit c9a66c7

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/fast/maxf/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@
3131
*
3232
* @example
3333
* var v = maxf( 3.14, 4.2 );
34-
* // returns 4.199999809265137
34+
* // returns ~4.2
3535
*
3636
* @example
3737
* var v = maxf( 3.14, NaN );
3838
* // returns NaN
3939
*
4040
* @example
4141
* var v = maxf( NaN, 3.14 );
42-
* // returns 3.140000104904175
42+
* // returns ~3.14
4343
*
4444
* @example
4545
* var v = maxf( -0.0, +0.0 );

0 commit comments

Comments
 (0)