-
Notifications
You must be signed in to change notification settings - Fork 310
[BUG] Error in acos #489
Copy link
Copy link
Open
Labels
bugSomething isn't working as intendedSomething isn't working as intendedgood first issueApproachable for new contributorsApproachable for new contributorsstdlibIo-level standard libraryIo-level standard library
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as intendedSomething isn't working as intendedgood first issueApproachable for new contributorsApproachable for new contributorsstdlibIo-level standard libraryIo-level standard library
Description
Error in acos method
Steps to Reproduce
[giz@daisy acos$ io
Io 20170906
Io> -1 acos
==> 0
Io>
Expected Behavior
==> 3.14159 // i.e., should ==> pi
Actual Behavior
==> 0
Code Example
See above
Error Output
Environment
[giz@daisy io$ io --version
Io Programming Language, v. 20170906
[giz@daisy io$ cat /etc/fedora-release
Fedora release 42 (Adams)
[giz@daisy io$