Skip to main content

Usage

Multiplication in Mathsys is straightforward with the * operator:
Division is also available with the / operator:
You can combine them both in an expression:
and operator precedence is respected with summation and subtraction:

Implicit multiplication

Multiplication is also available implicitly, without needing to write the operator each time:
A space is not required between variables and numbers.

Fraction carryover

Fraction carryover is the property that allows you to maintain the position on a fraction when relying on implicit multiplication. It means that whenever * is used, the position is reset to numerator, but if implicif multiplication is used, the position is inherited from the previous element: