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