PawCalc supports seven different number formats. The formats differ based on the decimal separator and the thousand separator. The possibilities are:
You can change the format in the Preferences. The thousand separator is optional. In the following we will use a period as the decimal separator and comma as thousand separator.
Use 'e' to indicate exponentiation.
The following numbers are identical:
Binary numbers are prefixed by '0b', octal number by '0', and hexadecimal numbers by '0x'.
Use 'i' to indicate the imaginary part of complex numbers.