Skip to content

Commit f0a6592

Browse files
authored
docs: update return annotation
Signed-off-by: Athan <[email protected]>
1 parent 2ecaa8f commit f0a6592

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/fast/maxf/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ var v = maxf( 4.2, 3.14 );
7676
// returns NaN
7777
7878
v = maxf( NaN, 3.14 );
79-
// returns 3.140000104904175
79+
// returns ~3.14
8080
```
8181

8282
</section>

0 commit comments

Comments
 (0)