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

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

realmax, intmin.

History

VersionDescription
1.10.0initial version

Author

Allan CORNET