forked from Mirror/wren
Merge branch 'num-properties' of https://github.com/Nelarius/wren into Nelarius-num-properties
This commit is contained in:
@ -13,6 +13,14 @@ It is a runtime error if `value` is not a string.
|
||||
|
||||
The value of π.
|
||||
|
||||
### Num.**largest**
|
||||
|
||||
The highest representable value of `Num`.
|
||||
|
||||
### Num.**smallest**
|
||||
|
||||
The difference between 1.0 and the next representable value for `Num`.
|
||||
|
||||
## Methods
|
||||
|
||||
### **abs**
|
||||
|
||||
Reference in New Issue
Block a user