Added Num.pi and some tests
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
IO.print(0.atan(0)) // expect: 0
|
||||
IO.print(0.atan(1)) // expect: 0
|
||||
|
||||
IO.print(1.atan(0)) // expect: 1.5707963267949
|
||||
Reference in New Issue
Block a user