feat: add Num.pi constant and trigonometric function tests for acos, asin, atan, cos, sin, tan

This commit is contained in:
Thorbjørn Lindeijer
2015-03-19 20:12:50 +00:00
parent c717b8d3fd
commit ed559673ea
9 changed files with 36 additions and 0 deletions
+3
View File
@@ -139,3 +139,6 @@ Attempts to parse `value` as a decimal literal and return it as an instance of
It is a runtime error if `value` is not a string.
### Num.**pi**
The value of π.