mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
Added description of to the Num class docs (#726)
This commit is contained in:
@ -112,6 +112,10 @@ System.print((-3.2).round) //> -3
|
|||||||
System.print((-3.7).round) //> -4
|
System.print((-3.7).round) //> -4
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
### **sign**
|
||||||
|
|
||||||
|
The sign of the number, expressed as a -1, 1 or 0, for negative and positive numbers, and zero.
|
||||||
|
|
||||||
### **sin**
|
### **sin**
|
||||||
|
|
||||||
The sine of the number.
|
The sine of the number.
|
||||||
|
|||||||
Reference in New Issue
Block a user