intmax
Maximum value of an integer type.
Syntax
Section titled “Syntax”b = intmaxb = intmax(type)Description
Section titled “Description”Returns the largest representable value for the integer type. Default 'int32'.
Example
Section titled “Example”intmax('int8') % 127