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
realmin
realmin('double')
realmin('single')🔗 See also
🕔 History
Version
📄 Description
1.10.0
initial version
Last updated
Was this helpful?