log
ACTION: returns the logarthm of the first value to base e (2.71828182845904523536….)
USE: LogValue=log(Value)
EXAMPLE:
a=log(10)

RESULT:
a=2.30258092...

RELATED: lin2 log10 logn pow