- Split input into 2 regimes
if x < -1.0054654754205168 or 66997.7420196915 < x
Initial program 60.0
\[\sqrt[3]{x + 1} - \sqrt[3]{x}
\]
Applied add-cube-cbrt_binary6460.1
\[\leadsto \sqrt[3]{x + 1} - \sqrt[3]{\color{blue}{\left(\sqrt[3]{x} \cdot \sqrt[3]{x}\right) \cdot \sqrt[3]{x}}}
\]
Applied cbrt-prod_binary6460.2
\[\leadsto \sqrt[3]{x + 1} - \color{blue}{\sqrt[3]{\sqrt[3]{x} \cdot \sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}}
\]
Taylor expanded in x around -inf 64.0
\[\leadsto \color{blue}{\left(0.3333333333333333 \cdot \frac{e^{0.3333333333333333 \cdot \left(\log -1 - \log \left(\frac{-1}{x}\right)\right)}}{x} + e^{0.3333333333333333 \cdot \left(\log -1 - \log \left(\frac{-1}{x}\right)\right)}\right) - \left(0.1111111111111111 \cdot \frac{e^{0.3333333333333333 \cdot \left(\log -1 - \log \left(\frac{-1}{x}\right)\right)}}{{x}^{2}} + {\left(-1 \cdot x\right)}^{0.3333333333333333} \cdot \sqrt[3]{-1}\right)}
\]
Simplified0.9
\[\leadsto \color{blue}{\frac{\sqrt[3]{x}}{x} \cdot \left(0.3333333333333333 - \frac{0.1111111111111111}{x}\right)}
\]
if -1.0054654754205168 < x < 66997.7420196915
Initial program 0.1
\[\sqrt[3]{x + 1} - \sqrt[3]{x}
\]
Applied pow1/3_binary640.1
\[\leadsto \color{blue}{{\left(x + 1\right)}^{0.3333333333333333}} - \sqrt[3]{x}
\]
Applied add-cube-cbrt_binary640.1
\[\leadsto {\left(x + 1\right)}^{0.3333333333333333} - \color{blue}{\left(\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}\right) \cdot \sqrt[3]{\sqrt[3]{x}}}
\]
Applied add-cube-cbrt_binary640.1
\[\leadsto {\color{blue}{\left(\left(\sqrt[3]{x + 1} \cdot \sqrt[3]{x + 1}\right) \cdot \sqrt[3]{x + 1}\right)}}^{0.3333333333333333} - \left(\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}\right) \cdot \sqrt[3]{\sqrt[3]{x}}
\]
Applied unpow-prod-down_binary640.1
\[\leadsto \color{blue}{{\left(\sqrt[3]{x + 1} \cdot \sqrt[3]{x + 1}\right)}^{0.3333333333333333} \cdot {\left(\sqrt[3]{x + 1}\right)}^{0.3333333333333333}} - \left(\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}\right) \cdot \sqrt[3]{\sqrt[3]{x}}
\]
Applied prod-diff_binary640.1
\[\leadsto \color{blue}{\mathsf{fma}\left({\left(\sqrt[3]{x + 1} \cdot \sqrt[3]{x + 1}\right)}^{0.3333333333333333}, {\left(\sqrt[3]{x + 1}\right)}^{0.3333333333333333}, -\sqrt[3]{\sqrt[3]{x}} \cdot \left(\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}\right)\right) + \mathsf{fma}\left(-\sqrt[3]{\sqrt[3]{x}}, \sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}, \sqrt[3]{\sqrt[3]{x}} \cdot \left(\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}\right)\right)}
\]
Simplified0.1
\[\leadsto \color{blue}{\mathsf{fma}\left(\sqrt[3]{{\left(1 + x\right)}^{0.6666666666666666}}, \sqrt[3]{\sqrt[3]{1 + x}}, -\sqrt[3]{x}\right)} + \mathsf{fma}\left(-\sqrt[3]{\sqrt[3]{x}}, \sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}, \sqrt[3]{\sqrt[3]{x}} \cdot \left(\sqrt[3]{\sqrt[3]{x}} \cdot \sqrt[3]{\sqrt[3]{x}}\right)\right)
\]
Simplified0.1
\[\leadsto \mathsf{fma}\left(\sqrt[3]{{\left(1 + x\right)}^{0.6666666666666666}}, \sqrt[3]{\sqrt[3]{1 + x}}, -\sqrt[3]{x}\right) + \color{blue}{0}
\]
- Recombined 2 regimes into one program.
Final simplification0.5
\[\leadsto \begin{array}{l}
\mathbf{if}\;x \leq -1.0054654754205168 \lor \neg \left(x \leq 66997.7420196915\right):\\
\;\;\;\;\frac{\sqrt[3]{x}}{x} \cdot \left(0.3333333333333333 - \frac{0.1111111111111111}{x}\right)\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(\sqrt[3]{{\left(x + 1\right)}^{0.6666666666666666}}, \sqrt[3]{\sqrt[3]{x + 1}}, -\sqrt[3]{x}\right)\\
\end{array}
\]