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
5e4ecd4d4109356f974c321bace1e1a393e4301c
wren
/
test
/
core
/
number
/
atan.wren
T
3 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add Num.pi constant and trigonometric function tests for acos, asin, atan, cos, sin, tan
2015-03-19 20:12:50 +00:00
IO.print(0.atan) // expect: 0
IO.print(1.atan) // expect: 0.78539816339745
Reference in New Issue
Copy Permalink