DADiSP Worksheet Functions > Function Categories > Machine Metrics > REALMAX
Returns the largest positive real number.
REALMAX("precision")
"precision" |
- |
Optional, a string, the real number precision.
|
A real, the largest positive value less than inf.
realmax + realmax
returns inf.
realmax > inf
returns 0.0
Any operation resulting in a value greater than REALMAX is an overflow and will return INF.
REALMAX or REALMAX("double") is one bit less than 2^(1024).
REALMAX("single") is one bit less than 2^(128).