contents index previous next
Clib.log10()
syntax:
Clib.log10(x)
where:
x - number to work with.
return:
number - base ten logarithm of x.
description:
This method returns the base ten logarithm of x.
see:
Clib.log()
Clib.max()