log
Returns the logarithm of "numeric_expression2" to the base "numeric_expression1". When the optional argument "numeric_expression1" is not specified, the base used is the contsant e (which is approximately equal to 2.71282).
Syntax
log ([ numeric_expression1 , ] numeric_expression2 )