Skip to content

intmin

Minimum value of an integer type.

b = intmin
b = intmin(type)

Returns the smallest representable value for the integer type type (string like 'int32', 'int64'). Without argument, returns intmin('int32').

intmin('int8') % -128
  • intmax — Maximum value of an integer type.
  • realmin — Smallest positive normalized floating-point number.