Function float_extras::f64::fma [] [src]

pub fn fma(x: f64, y: f64, z: f64) -> f64

fma computes x * y + z. The result is rounded as one ternary operation according to the current rounding mode.