Initial program 0.2
\[x + \left(\left(y - x\right) \cdot 6\right) \cdot z
\]
Simplified0.2
\[\leadsto \color{blue}{\mathsf{fma}\left(y - x, 6 \cdot z, x\right)}
\]
Proof
(fma.f64 (-.f64 y x) (*.f64 6 z) x): 0 points increase in error, 0 points decrease in error
(Rewrite<= fma-def_binary64 (+.f64 (*.f64 (-.f64 y x) (*.f64 6 z)) x)): 2 points increase in error, 0 points decrease in error
(+.f64 (Rewrite<= associate-*l*_binary64 (*.f64 (*.f64 (-.f64 y x) 6) z)) x): 27 points increase in error, 22 points decrease in error
(Rewrite<= +-commutative_binary64 (+.f64 x (*.f64 (*.f64 (-.f64 y x) 6) z))): 0 points increase in error, 0 points decrease in error
Final simplification0.2
\[\leadsto \mathsf{fma}\left(y - x, 6 \cdot z, x\right)
\]