Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

realmax

Largest positive floating-point number.

Syntax

  • R = realmax()
  • R = realtmax('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

intmax.

History

VersionDescription
1.0.0initial version

Author

Allan CORNET