Initial program 8.4
\[\frac{x0}{1 - x1} - x0
\]
Applied add-cube-cbrt_binary648.4
\[\leadsto \frac{x0}{1 - x1} - \color{blue}{\left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right) \cdot \sqrt[3]{x0}}
\]
Applied div-inv_binary648.1
\[\leadsto \color{blue}{x0 \cdot \frac{1}{1 - x1}} - \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right) \cdot \sqrt[3]{x0}
\]
Applied prod-diff_binary643.7
\[\leadsto \color{blue}{\mathsf{fma}\left(x0, \frac{1}{1 - x1}, -\sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right) + \mathsf{fma}\left(-\sqrt[3]{x0}, \sqrt[3]{x0} \cdot \sqrt[3]{x0}, \sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)}
\]
Applied add-exp-log_binary643.5
\[\leadsto \color{blue}{e^{\log \left(\mathsf{fma}\left(x0, \frac{1}{1 - x1}, -\sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)\right)}} + \mathsf{fma}\left(-\sqrt[3]{x0}, \sqrt[3]{x0} \cdot \sqrt[3]{x0}, \sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)
\]
Applied pow1_binary643.5
\[\leadsto e^{\log \color{blue}{\left({\left(\mathsf{fma}\left(x0, \frac{1}{1 - x1}, -\sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)\right)}^{1}\right)}} + \mathsf{fma}\left(-\sqrt[3]{x0}, \sqrt[3]{x0} \cdot \sqrt[3]{x0}, \sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)
\]
Applied log-pow_binary643.5
\[\leadsto e^{\color{blue}{1 \cdot \log \left(\mathsf{fma}\left(x0, \frac{1}{1 - x1}, -\sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)\right)}} + \mathsf{fma}\left(-\sqrt[3]{x0}, \sqrt[3]{x0} \cdot \sqrt[3]{x0}, \sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)
\]
Applied exp-prod_binary642.7
\[\leadsto \color{blue}{{\left(e^{1}\right)}^{\log \left(\mathsf{fma}\left(x0, \frac{1}{1 - x1}, -\sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)\right)}} + \mathsf{fma}\left(-\sqrt[3]{x0}, \sqrt[3]{x0} \cdot \sqrt[3]{x0}, \sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)
\]
Simplified2.7
\[\leadsto {\color{blue}{e}}^{\log \left(\mathsf{fma}\left(x0, \frac{1}{1 - x1}, -\sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)\right)} + \mathsf{fma}\left(-\sqrt[3]{x0}, \sqrt[3]{x0} \cdot \sqrt[3]{x0}, \sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)
\]
Taylor expanded in x0 around -inf 2.7
\[\leadsto {e}^{\log \color{blue}{\left(-1 \cdot \left(\left(1 - \frac{1}{1 - x1}\right) \cdot x0\right)\right)}} + \mathsf{fma}\left(-\sqrt[3]{x0}, \sqrt[3]{x0} \cdot \sqrt[3]{x0}, \sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)
\]
Final simplification2.7
\[\leadsto {e}^{\log \left(x0 \cdot \left(-1 + \frac{1}{1 - x1}\right)\right)} + \mathsf{fma}\left(-\sqrt[3]{x0}, \sqrt[3]{x0} \cdot \sqrt[3]{x0}, \sqrt[3]{x0} \cdot \left(\sqrt[3]{x0} \cdot \sqrt[3]{x0}\right)\right)
\]