[][src]Module canrun_basic::ops

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.