modR Documentation

Mod function

Description

Gets mod of a to base b

Usage

mod(a,b)

Arguments

a

input- an integer

b

input - an integer

Value

remainder of a/b or mod(a,b)

Author(s)

John Lawson