- :floating
- :complex
ln
calculate the natural logarithm of given value
Parameters
ln value :integer :floating :complex
Returns
Examples
copyprint ln 1.0 ; 0.0 print ln 0 ; -inf print ln neg 7.0 ; nan
copyln to :complex @[pi 1] ; => 1.19298515341341+0.308169071115985i