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