mod: Mod function

View source: R/mod.R

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


daewr documentation built on Sept. 9, 2023, 9:06 a.m.