powered by
Arithmetic wrappers
See base::Arithmetic
add(7, 2) # + subtract(7, 2) # - multiply(7, 2) # * divide(7, 2) # / raise_power(7, 2) # ^ remainder(7, 2) # %% divide_int(7, 2) # %/%
Run the code above in your browser using DataLab