Formatting - jbosh/calculator GitHub Wiki
Options Menu (F2)
- Always on top
- Calculator window will always be on top of other windows.
- Regular Rounding
- Number of digits to round to for for hex, scientific, and standard numbers. I should really break this down.
- To disable rounding, enter -1.
- Binary Rounding
- How many bits will be displayed
- To disable rounding, enter -1
- Standard/Scientific/Hex/Binary
- Output format of new rows on a calculator.
- Thousands separator
- Separate thousands places.
Formula Suffix
You can add a suffix to the end of a formula to change the format.
- ,x - Hex
- ,b - Binary
- ,s - Standard
- ,e - Scientific
You can even add a number on the end of that to change rounding.
- ,x2 - Hex rounded to 2 places
- ,s-1 - Standard with no rounding
- ,s3 - Standard rounded to 3 places
There is also now auto units. Notice the binary, hex, standard, etc... prefix is required.
- ,s - Convert units to meters.
- ,s - Convert units to kg. You can also right click on an answer and change the format.