mod returns the modulus(remainder) of a/b.
mod(double a, double b)
log10 returns the logarithm of the given number to the base 10.
log10(double a)