mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Add doc mention of new Num properties
This commit is contained in:
@ -13,6 +13,18 @@ It is a runtime error if `value` is not a string.
|
||||
|
||||
The value of π.
|
||||
|
||||
### Num.**highest**
|
||||
|
||||
The highest representable value of `Num`.
|
||||
|
||||
### Num.**lowest**
|
||||
|
||||
The lowest representable value of `Num`.
|
||||
|
||||
### Num.**epsilon**
|
||||
|
||||
The difference between 1.0 and the next representable value for `Num`.
|
||||
|
||||
## Methods
|
||||
|
||||
### **abs**
|
||||
|
||||
Reference in New Issue
Block a user