Skip to content

Commit 2ecaa8f

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

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
@@ -46,7 +46,7 @@ Returns the maximum single-precision floating-point number.
4646

4747
```javascript
4848
var v = maxf( 4.2, 3.14 );
49-
// returns 4.199999809265137
49+
// returns ~4.2
5050
```
5151

5252
</section>

0 commit comments

Comments
 (0)