Skip to content

Commit

Permalink
fix typo #299
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed Feb 11, 2024
1 parent 5889985 commit cd4848e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dist/std.min.scm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions dist/std.scm

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified dist/std.xcb
Binary file not shown.
4 changes: 2 additions & 2 deletions lib/R5RS.scm
Original file line number Diff line number Diff line change
Expand Up @@ -539,8 +539,8 @@
(atan x y)

Function calculates arcus tangent of a complex number.
If two argumets are passed and they are not complex numbers
it calulates Math.atan2 on those arguments."
If two arguments are passed and they are not complex numbers
it calculate Math.atan2 on those arguments."
(if (and (null? rest) (complex? z))
(cond ((nan? z) +nan.0)
((infinite? z)
Expand Down

0 comments on commit cd4848e

Please sign in to comment.