Function ln
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)pub fn ln(
    span: Span,
    value: Spanned<Num>,
) -> Result<f64, EcoVec<SourceDiagnostic>>Calculates the natural logarithm of a number.
#calc.ln(calc.e)