pub fn exp( span: Span, exponent: Spanned<Num>, ) -> Result<f64, EcoVec<SourceDiagnostic>>
Raises a value to some exponent of e.
#calc.exp(1)