Gets mod of a to base b
mod(a,b)
a
input- an integer
b
input - an integer
remainder of a/b or mod(a,b)
John Lawson