Skip to content

Commit 1362923

Browse files
committed
Fix return annotations
1 parent 8da8414 commit 1362923

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/atan/lib

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/special/atan/lib/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@
3131
* // returns ~0.0
3232
*
3333
* v = atan( -PI/4.0 );
34-
* // returns ~-1.0
34+
* // returns ~-0.666
3535
*
3636
* v = atan( PI/4.0 );
37-
* // returns ~1.0
37+
* // returns ~0.666
3838
*
3939
* v = atan( NaN );
4040
* // returns NaN

0 commit comments

Comments
 (0)