Integer
Integer
is the head of integers.
Examples
>> Head(5)Integer
>> {a, b} = {2^10000, 2^10000 + 1}; {a == b, a < b, a <= b}{False, True, True}
Integer
is the head of integers.
>> Head(5)Integer
>> {a, b} = {2^10000, 2^10000 + 1}; {a == b, a < b, a <= b}{False, True, True}