Return the largest integer that can be represented consecutively in a floating point value.
The default class is "double"
, but "single"
is a valid
option. On IEEE 754 compatible systems, flintmax
is
2^{53} for "double"
and 2^{24} for
"single"
.
See also: intmax, realmax, realmin.
Package: octave