log (<num>)
numeric
The natural logarithm (base e) of a number.
<num>Number whose log is required. If its value is zero or negative, zero is returned.
numeric lspi = log(sqrt(pi))
Functions:
exp (numeric), logx (numeric)