Main Content
realmin
Smallest normalized floating-point number
Description
returns the smallest positive
normalized floating-point number in IEEE® double precision. This is equal to f
= realmin2^(-1022)
.
returns the smallest positive normalized floating-point number in IEEE single or double precision. This is equal to f
= realmin(precision
)realmin
for
double precision, and to single(2^(-126))
for single precision.
Examples
Input Arguments
Extended Capabilities
Version History
Introduced before R2006a