forked from Mirror/wren
Use DBL_MIN instead of DBL_EPSILON for Num.smallest.
This commit is contained in:
@ -15,11 +15,11 @@ The value of π.
|
||||
|
||||
### Num.**largest**
|
||||
|
||||
The highest representable value of `Num`.
|
||||
The largest representable numeric value.
|
||||
|
||||
### Num.**smallest**
|
||||
|
||||
The difference between 1.0 and the next representable value for `Num`.
|
||||
The smallest positive representable numeric value.
|
||||
|
||||
## Methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user