Mathematical Usage
Add Numbers
You can use the simple +
operator when you want to add two values together
Minus Numbers
You can use the simple -
operator when you want to minus two values from each other
Divide Numbers
You can use the simple /
operator when you want to divide two values by each other
Multiply Numbers
You can use the simple *
operator when you want to multiply two values by each other
Exponentiate Numbers
You can use the simple ^
operator when you want to exponentiate two values by each other
Modulo Numbers
You can use the simple ^
operator when you want to exponentiate two values by each other
More Information on Modulo:
Last updated