realmin
Smallest positive floating-point number.
Syntax
R = realmin()
R = realmin('double')
R = realmin('single')
Output argument
R - a double or single.
Description
realmin returns smallest positive floating-point number.
Example
See also
History
Version
Description
1.10.0
initial version
Author
Allan CORNET
Last updated