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
History
| Version | Description | 
|---|---|
| 1.0.0 | initial version | 
Author
Allan CORNET