Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 180 Bytes

File metadata and controls

18 lines (12 loc) · 180 Bytes

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}