Module ops

Source
Expand description

Operator goals including add, sub, mul and div.

Functionsยง

add
Add two values together.
div
Divide one value with another.
mul
Multiply two values together.
sub
Subtract one value from another.