atan support

This commit is contained in:
Justin Ethier 2020-05-20 22:26:49 -04:00
parent 8effbb64cd
commit 6d0b082f37

View file

@ -12,6 +12,7 @@ Bug Fixes
- Allow `open-binary-input-file` and `open-binary-output-file` to be accessible via the REPL.
- Fix `bytevector?` predicate which was accidentally aliased to `vector?`.
- Fix `list-copy` to return a non-list object instead of raising an error, per R7RS.
- Support two-argument version of `atan`.
## 0.17 - April 6, 2020