intmin - Smallest stored integer value representable by numerictype of fi object
Syntax
x = intmin(a)
Description
x = intmin(a) returns the smallest stored
integer value representable by the numerictype of a.
Examples
a = fi(pi, true, 16, 12);
x = intmin(a)
x =
-32768
DataTypeMode: Fixed-point: binary point scaling
Signedness: Signed
WordLength: 16
FractionLength: 0See Also
eps, intmax, lowerbound, lsb, range, realmax, realmin, stripscaling, upperbound
 | intmax | | ipermute |  |
How much time do you spend on testing to ensure implementation meets system-level requirements?
Learn more