add.m: Modular Addition

Description Usage Arguments Examples

View source: R/int_fns.R

Description

Adds two numbers and then returns the remainder after dividing by the modulo.

Usage

1
add.m(a, b, m)

Arguments

a

The first summand - integer

b

The second summand - integer

m

The modulo value - integer

Examples

1
add.m(a=3 b= 9, n = 10)

HarmonicAnova21/FRame.BuildR documentation built on March 23, 2020, 5:17 a.m.