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
2544aa74d84bc2094c012c87fd1cd33f6ec11f1b
wren
/
test
/
core
/
number
/
atan.wren
T
3 lines
97 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: replace IO class with System class and remove separate IO module
2015-09-15 14:46:09 +00:00
System.print(0.atan) // expect: 0
System.print(1.atan) // expect: 0.78539816339745
Reference in New Issue
Copy Permalink