Arithmetic in Trillium
It includes basic arithmetic operations like addition, subtraction, multiplication, division.
The Arithmetic Operators in Trillium are the following:
- + (Addition) – This operator is used to add two operands.
- – (Subtraction) – Subtract two operands.
- * (Multiplication) – Multiply two operands.
- / (Division) – Divide two operands and gives the quotient as the answer.
A Basic Calculator
Below will show you a basic calculator to demonstrate Trillium's arithmetic.