Added Num.tan

Strange omission with Num.sin and Num.cos already available.
This commit is contained in:
Thorbjørn Lindeijer
2015-03-15 16:29:56 +01:00
parent 92c17e81f6
commit 09bcf5ad98
2 changed files with 10 additions and 0 deletions
+4
View File
@@ -42,6 +42,10 @@ The sine of the number.
The square root of the number. Returns `nan` if the number is negative.
### **tan**
The tangent of the number.
### **-** operator
Negates the number.