Function fma

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

Fused multiply add (f64)

Computes (x*y)+z, rounded as one ternary operation (i.e. calculated with infinite precision).