Calculating methods

oxrse.add(a, b)

Adds a and b and returns the result.

See also subtract().

oxrse.subtract(a, b)

Subtracts b from a and returns the result.

See also add().