|
|
|
|
|
by layer8
358 days ago
|
|
Unbounded integer types aren't ints. The important point is that the arithmetic operators on int perform modulo arithmetics, not the normal arithmetics you would expect on unbounded integers. This is often not explained when first teaching ints. |
|