mod
function mod(x:Integer16, y:Integer16) -> Integer16
Modulus.
function mod(x:Integer32, y:Integer32) -> Integer32
Modulus.
function mod(x:Integer64, y:Integer64) -> Integer64
Modulus.
function mod(x:Integer8, y:Integer8) -> Integer8
Modulus.
function mod(x:Real32, y:Real32) -> Real32
Modulus.
function mod(x:Real64, y:Real64) -> Real64
Modulus.