Function rgsl::elementary_operations::multiply_err_e[][src]

pub fn multiply_err_e(x: f64, dx: f64, y: f64, dy: f64) -> (Value, Result)
Expand description

This function multiplies x and y with associated absolute errors dx and dy. The product xy +/- xy \sqrt((dx/x)^2 +(dy/y)^2) is stored in result.