DADiSP Worksheet Functions > Function Categories > Machine Metrics > REALMIN
Returns the smallest positive real number.
REALMIN("precision")
"precision" |
- |
Optional, a string, the real number precision.
|
A real, the smallest positive value.
realmin < eps
returns 1.0.
Any operation resulting in a value less than REALMIN is an underflow.
REALMIN or REALMIN("double") == 2^(-1022)
REALMIN("single") == 2^(-126)