Function ln

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

Calculates the natural logarithm of a number.

#calc.ln(calc.e)