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