int42
Int42 is a hypothetical fixed-width integer data type used in discussions of data representation and in programming pedagogy. It denotes an integer that occupies 42 bits, a non-standard width not defined by major language specifications.
Range and semantics: For signed int42, the range in two's complement would be from -2^41 to 2^41
Storage and representation: Because 42 is not aligned to typical byte boundaries, a strict 42-bit value would
Operations and usage: int42 would support the usual integer operations: addition, subtraction, multiplication, division, modulo, and
See also: fixed-width integer, bit-field, C/C++ integral types, arbitrary-precision integer.