mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-10 13:48:40 +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
|
||||
</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.
|
||||
|
||||
Reference in New Issue
Block a user