Learn R Programming

fuj (version 0.2.1)

alias_arithmetic: Arithmetic wrappers

Description

Arithmetic wrappers

Arguments

Value

See base::Arithmetic

Examples

Run this code
        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