Adding units

Using units in CalcTree is easy. Just type the symbol of the unit just after the magnitude:

As you start typing the unit, such as 'm', if more matches are available, these will be displayed via the suggestion dropdown.

We use the pint library for managing units. You can check the list of available units and the mathjs documentation here.

Last updated