1
0
forked from Mirror/wren

Update Num class doc

This commit is contained in:
Johann Muszynski
2016-08-04 21:17:45 +03:00
parent 50fa77356e
commit 6ee1743429

View File

@ -13,15 +13,11 @@ It is a runtime error if `value` is not a string.
The value of π.
### Num.**highest**
### Num.**largest**
The highest representable value of `Num`.
### Num.**lowest**
The lowest representable value of `Num`.
### Num.**epsilon**
### Num.**smallest**
The difference between 1.0 and the next representable value for `Num`.