realmin
Smallest positive floating-point number.
📝Syntax
R = realmin()
R = realmin('double')
R = realmin('single')
📤Output Arguments
Parameter Description
R a double or single.
📄Description

realmin returns smallest positive floating-point number.

💡Examples
realmin
realmin('double')
realmin('single')
🔗See Also
realmaxintmin
🕔Version History
Version Description
1.10.0 initial version
Edit this page on GitHub