flintmax
Largest consecutive integer in floating-point format.
Syntax
R = flintmax()
R = flintmax('double')
R = flintmax('single')
R = flintmax('like', V)
Input argument
V - a double or single variable.
Output argument
R - a double or single.
Description
flintmax returns largest consecutive integer in floating-point format.
Example
See also
History
Version
Description
1.0.0
initial version
Author
Allan CORNET
Last updated