Function rgsl::exponential::exp_e10_e [] [src]

pub fn exp_e10_e(x: f64) -> (Value, ResultE10)

This function computes the exponential \exp(x) using the gsl_sf_result_e10 type to return a result with extended range. This function may be useful if the value of \exp(x) would overflow the numeric range of double.