pub fn exp_mult_e(x: f64, y: f64) -> (Value, Result)
This routine exponentiates x and multiply by the factor y to return the product y \exp(x).