Blocks within number: operators
List of all the block within the number: operators
group. If you're running an older core version, there may be groups listed here that are not available to you (yet).
number
v10.4.28
Produces the sum of numeric operands.
% number
v10.4.28
Returns the remainder left over when one operand is divided by a second operand.
รท number
v10.4.28
Produces the quotient of its operands where the first operand is the dividend and the second operand is the divisor.
x number
v10.4.28
Multiplication operator produces the product of the operands.
- number
v10.4.28
Subtracts the two operands, producing their difference.
** number
v10.6.2
Returns the result of raising first operand to the power second operand.
Back to
math
Return to the main group to view all sub-groups