alias_arithmetic: Arithmetic wrappers

alias_arithmeticR Documentation

Arithmetic wrappers

Description

Arithmetic wrappers

Value

See base::Arithmetic

Examples

        add(7, 2) # +
   subtract(7, 2) # -
   multiply(7, 2) # *
     divide(7, 2) # /
raise_power(7, 2) # ^
  remainder(7, 2) # %%
 divide_int(7, 2) # %/%

fuj documentation built on June 8, 2025, 10:23 a.m.