ln

Function ln 

Source
pub fn ln(span: Span, value: Spanned<Num>) -> SourceResult<f64>
Expand description

Calculates the natural logarithm of a number.

#calc.ln(calc.e)