Skip to content

Commit b252bbd

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

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/fast/maxf/docs/repl.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
Examples
2121
--------
2222
> var v = {{alias}}( 3.14, 4.2 )
23-
4.199999809265137
23+
~4.2
2424
> v = {{alias}}( 3.14, NaN )
2525
NaN
2626
> v = {{alias}}( NaN, 3.14 )
27-
3.140000104904175
27+
~3.14
2828
> v = {{alias}}( -0.0, +0.0 )
2929
+0.0
3030
> v = {{alias}}( +0.0, -0.0 )

0 commit comments

Comments
 (0)