tinymist_std::typst::foundations::calc

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)