realmax
Largest positive floating-point number.
📝 Syntax
R = realmax()
R = realmax('double')
R = realmax('single')
📤 Output argument
R - a double or single.
📄 Description
realmax returns largest positive floating-point number.
💡 Example
realmax
realmax('double')
realmax('single')🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?