Returns the natural logarithm (base \(e\)) of the provided parameter.
log(x)
Logarithm function using base \(e\).
x
Argument of the logarithm.
The natural logarithm of x.
exp()