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

realmax returns largest positive floating-point number.

💡Examples
realmax
realmax('double')
realmax('single')
🔗See Also
intmax
🕔Version History
Version Description
1.0.0 initial version
Edit this page on GitHub