This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
03d70f336f0f23be57405567b7a8d4b357e5e0f3
wren
/
test
/
core
/
number
/
atan.wren
T
3 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
"IO" -> "System".
2015-09-15 07:46:09 -07:00
System.print(0.atan) // expect: 0
System.print(1.atan) // expect: 0.78539816339745
Reference in New Issue
Copy Permalink