Added description of to the Num class docs (#726)

This commit is contained in:
Aviv Beeri
2020-06-05 23:08:52 +01:00
committed by GitHub
parent 7b56dce4f0
commit d69d7e482d

View File

@ -112,6 +112,10 @@ System.print((-3.2).round) //> -3
System.print((-3.7).round) //> -4
</pre>
### **sign**
The sign of the number, expressed as a -1, 1 or 0, for negative and positive numbers, and zero.
### **sin**
The sine of the number.