Learn R Programming

PathSelectMP (version 1.1)

mod: Simple Modular arithmetic

Description

mod operator created for syntax reasons

Usage

mod(x, m)

Arguments

x

number

m

modulus m number

Value

number which is x mod m

Details

helper function created for syntax reasons

References

no references

Examples

Run this code
# NOT RUN {
mod(10,3)
# }

Run the code above in your browser using DataLab