ln - luxembourg/muxcode-clm GitHub Wiki
LN()
FUNCTION: ln(<number>)
Returns the result of taking the natural logarithm (base e) of <number>. <number> may be a floating point number, and a floating point result is returned.
Examples: > say ln(0) You say, "-Inf" > say ln(1) You say, "0" > say ln(e()) You say, "1" > say ln(10) You say, "2.302585"