Initial program 0.1
\[\left(x \cdot x\right) \cdot \left(3 - x \cdot 2\right)
\]
Simplified0.1
\[\leadsto \color{blue}{\left(x \cdot x\right) \cdot \mathsf{fma}\left(x, -2, 3\right)}
\]
Applied add-cube-cbrt_binary640.6
\[\leadsto \color{blue}{\left(\sqrt[3]{\left(x \cdot x\right) \cdot \mathsf{fma}\left(x, -2, 3\right)} \cdot \sqrt[3]{\left(x \cdot x\right) \cdot \mathsf{fma}\left(x, -2, 3\right)}\right) \cdot \sqrt[3]{\left(x \cdot x\right) \cdot \mathsf{fma}\left(x, -2, 3\right)}}
\]
Simplified0.6
\[\leadsto \color{blue}{\left(\sqrt[3]{x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)} \cdot \sqrt[3]{x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)}\right)} \cdot \sqrt[3]{\left(x \cdot x\right) \cdot \mathsf{fma}\left(x, -2, 3\right)}
\]
Simplified0.6
\[\leadsto \left(\sqrt[3]{x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)} \cdot \sqrt[3]{x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)}\right) \cdot \color{blue}{\sqrt[3]{x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)}}
\]
Applied pow1/3_binary6417.5
\[\leadsto \left(\sqrt[3]{x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)} \cdot \sqrt[3]{x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)}\right) \cdot \color{blue}{{\left(x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)\right)}^{0.3333333333333333}}
\]
Applied pow1/3_binary647.5
\[\leadsto \left(\sqrt[3]{x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)} \cdot \color{blue}{{\left(x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)\right)}^{0.3333333333333333}}\right) \cdot {\left(x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)\right)}^{0.3333333333333333}
\]
Applied pow1/3_binary6418.0
\[\leadsto \left(\color{blue}{{\left(x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)\right)}^{0.3333333333333333}} \cdot {\left(x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)\right)}^{0.3333333333333333}\right) \cdot {\left(x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)\right)}^{0.3333333333333333}
\]
Applied pow-sqr_binary6418.0
\[\leadsto \color{blue}{{\left(x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)\right)}^{\left(2 \cdot 0.3333333333333333\right)}} \cdot {\left(x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)\right)}^{0.3333333333333333}
\]
Applied pow-prod-up_binary640.1
\[\leadsto \color{blue}{{\left(x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)\right)}^{\left(2 \cdot 0.3333333333333333 + 0.3333333333333333\right)}}
\]
Final simplification0.1
\[\leadsto x \cdot \left(x \cdot \mathsf{fma}\left(x, -2, 3\right)\right)
\]