数值进制
要用特定的数制输入一个数,请使用 下标。下面的数是等价的。
1001011₂
113₈
75
4B₁₆
When in programming mode, use the drop-down menu to change the base of the calculation.
Keyboard shortcuts can be used to switch to Binary (Ctrl+B), Octal (Ctrl+O), Decimal (Ctrl+D) and Hexadecimal (Ctrl+H) modes.
To convert numbers to other base on the fly, Number Base conversion can be used.