Add doc mention of new Num properties

This commit is contained in:
Johann Muszynski
2016-07-10 23:26:23 +03:00
parent 817a5650fe
commit d192a9a02d

View File

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