Ժ ➜ Number Format ➜ N-Bases configuration
Shortcut button: SET
The N-Bases configuration allows customization for each non-decimal base (binary, octal, and hexadecimal), including bit size and display options. You can also set the number representation method (unsigned or signed). These settings can affect the calculation result.
-
Unsigned
RRepresents solely positive numbers without a sign, encompassing the entire bit range.
-
Signed
Utilizes the 2's complement number representation, accommodating positive and negative numbers with a sign flag. Negative numbers are derived by bit inverting plus 1.
- Size - Specifies the bit size for each base, influencing how calculations are conducted and potentially leading to bit overflow in certain operations.
-
Grouping - Establishes the grouping size (number of digits between space separators) for the displayed result, enhancing readability.
-
Display Leading Zeros - Shows results with leading zeros up to the defined base size.
▸ 10101010 with a group size setting of 4 is displayed as ➜ 1010 1010