Main Content
realmax
Largest positive floating-point number
Description
returns the largest finite
floating-point number in IEEE® double precision. This is equal to
f
= realmax(2-2^(-52))*2^1023
.
returns the largest finite floating-point number in IEEE single or double precision. This is equal to f
= realmax(precision
)realmax
for
double precision, and to single((2-2^(-23))*2^127)
for single
precision.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a