1
0
forked from Mirror/wren

Merge branch 'num-properties' of https://github.com/Nelarius/wren into Nelarius-num-properties

This commit is contained in:
Bob Nystrom
2016-08-27 17:18:21 -07:00
2 changed files with 21 additions and 0 deletions

View File

@ -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**