pub fn exp_e(x: f64) -> (Value, Result)
Expand description

This routine provides an exponential function \exp(x) using GSL semantics and error checking.