pub fn fmaf(x: f32, y: f32, z: f32) -> f32
Floating multiply add (f32)
Computes (x*y)+z, rounded as one ternary operation (i.e. calculated with infinite precision).
(x*y)+z