Initial program 0.0
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
Simplified0.0
\[\leadsto \color{blue}{\mathsf{fma}\left(y - z, t - x, x\right)}
\]
Taylor expanded in y around 0 0.0
\[\leadsto \color{blue}{\left(y \cdot t + \left(z \cdot x + x\right)\right) - \left(y \cdot x + t \cdot z\right)}
\]
Applied add-cube-cbrt_binary640.5
\[\leadsto \left(y \cdot t + \left(z \cdot x + x\right)\right) - \color{blue}{\left(\sqrt[3]{y \cdot x + t \cdot z} \cdot \sqrt[3]{y \cdot x + t \cdot z}\right) \cdot \sqrt[3]{y \cdot x + t \cdot z}}
\]
Applied add-cube-cbrt_binary641.3
\[\leadsto \color{blue}{\left(\sqrt[3]{y \cdot t + \left(z \cdot x + x\right)} \cdot \sqrt[3]{y \cdot t + \left(z \cdot x + x\right)}\right) \cdot \sqrt[3]{y \cdot t + \left(z \cdot x + x\right)}} - \left(\sqrt[3]{y \cdot x + t \cdot z} \cdot \sqrt[3]{y \cdot x + t \cdot z}\right) \cdot \sqrt[3]{y \cdot x + t \cdot z}
\]
Applied prod-diff_binary641.3
\[\leadsto \color{blue}{\mathsf{fma}\left(\sqrt[3]{y \cdot t + \left(z \cdot x + x\right)} \cdot \sqrt[3]{y \cdot t + \left(z \cdot x + x\right)}, \sqrt[3]{y \cdot t + \left(z \cdot x + x\right)}, -\sqrt[3]{y \cdot x + t \cdot z} \cdot \left(\sqrt[3]{y \cdot x + t \cdot z} \cdot \sqrt[3]{y \cdot x + t \cdot z}\right)\right) + \mathsf{fma}\left(-\sqrt[3]{y \cdot x + t \cdot z}, \sqrt[3]{y \cdot x + t \cdot z} \cdot \sqrt[3]{y \cdot x + t \cdot z}, \sqrt[3]{y \cdot x + t \cdot z} \cdot \left(\sqrt[3]{y \cdot x + t \cdot z} \cdot \sqrt[3]{y \cdot x + t \cdot z}\right)\right)}
\]
Simplified0.0
\[\leadsto \color{blue}{\left(\mathsf{fma}\left(z, x, \mathsf{fma}\left(t, y, x\right)\right) - \mathsf{fma}\left(z, t, x \cdot y\right)\right)} + \mathsf{fma}\left(-\sqrt[3]{y \cdot x + t \cdot z}, \sqrt[3]{y \cdot x + t \cdot z} \cdot \sqrt[3]{y \cdot x + t \cdot z}, \sqrt[3]{y \cdot x + t \cdot z} \cdot \left(\sqrt[3]{y \cdot x + t \cdot z} \cdot \sqrt[3]{y \cdot x + t \cdot z}\right)\right)
\]
Simplified0.0
\[\leadsto \left(\mathsf{fma}\left(z, x, \mathsf{fma}\left(t, y, x\right)\right) - \mathsf{fma}\left(z, t, x \cdot y\right)\right) + \color{blue}{0}
\]
Final simplification0.0
\[\leadsto \mathsf{fma}\left(z, x, \mathsf{fma}\left(t, y, x\right)\right) - \mathsf{fma}\left(z, t, x \cdot y\right)
\]