Added more goniometry Num methods

Num.acos
Num.asin
Num.atan
This commit is contained in:
Thorbjørn Lindeijer
2015-03-15 16:29:56 +01:00
parent 09bcf5ad98
commit 42dd7cdad4
2 changed files with 30 additions and 0 deletions
+12
View File
@@ -8,6 +8,18 @@ The absolute value of the number.
:::dart
-123.abs // 123
### **acos**
The arc cosine of the number.
### **asin**
The arc sine of the number.
### **atan**
The arc tangent of the number.
### **ceil**
Rounds the number up to the nearest integer.