This function returns the logarithm of n with base 10.
n
10
log10::=
The number n must be positive.
SELECT LOG10(10000) LOG10;