| Alternative 1 |
|---|
| Error | 7.8 |
|---|
| Cost | 33028 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 9.346374982514411 \cdot 10^{-7}:\\
\;\;\;\;\frac{1}{\sqrt[3]{x} \cdot \left(\sqrt[3]{1 + x} + \sqrt[3]{x}\right) + \sqrt[3]{{\left(1 + x\right)}^{2}}}\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(0.3333333333333333, \frac{\sqrt[3]{x}}{x}, -0.1111111111111111 \cdot \frac{\sqrt[3]{e^{\log x}}}{x \cdot x}\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 7.7 |
|---|
| Cost | 32968 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3764496675.277617:\\
\;\;\;\;\mathsf{fma}\left(0.3333333333333333, \sqrt[3]{\frac{\frac{1}{x}}{x}}, -0.1111111111111111 \cdot \sqrt[3]{\frac{1}{{x}^{5}}}\right)\\
\mathbf{elif}\;x \leq 9.346374982514411 \cdot 10^{-7}:\\
\;\;\;\;{\left({\left(\sqrt[3]{1 + x} - \sqrt[3]{x}\right)}^{3}\right)}^{0.3333333333333333}\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(0.3333333333333333, \frac{\sqrt[3]{x}}{x}, -0.1111111111111111 \cdot \frac{\sqrt[3]{e^{\log x}}}{x \cdot x}\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 8.7 |
|---|
| Cost | 32776 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3764496675.277617:\\
\;\;\;\;\mathsf{fma}\left(0.3333333333333333, \sqrt[3]{\frac{\frac{1}{x}}{x}}, -0.1111111111111111 \cdot \sqrt[3]{\frac{1}{{x}^{5}}}\right)\\
\mathbf{elif}\;x \leq 9.346374982514411 \cdot 10^{-7}:\\
\;\;\;\;{\left({\left(\sqrt[3]{1 + x} - \sqrt[3]{x}\right)}^{3}\right)}^{0.3333333333333333}\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(0.3333333333333333, \frac{\sqrt[3]{e^{\log x}}}{x}, -0.1111111111111111 \cdot {x}^{-1.6666666666666667}\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 8.8 |
|---|
| Cost | 26500 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3764496675.277617:\\
\;\;\;\;\mathsf{fma}\left(0.3333333333333333, \sqrt[3]{\frac{\frac{1}{x}}{x}}, -0.1111111111111111 \cdot \sqrt[3]{\frac{1}{{x}^{5}}}\right)\\
\mathbf{elif}\;x \leq 9.346374982514411 \cdot 10^{-7}:\\
\;\;\;\;{\left({\left(\sqrt[3]{1 + x} - \sqrt[3]{x}\right)}^{3}\right)}^{0.3333333333333333}\\
\mathbf{else}:\\
\;\;\;\;\sqrt[3]{e^{\log x}} \cdot \frac{0.3333333333333333}{x}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 8.9 |
|---|
| Cost | 26312 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3764496675.277617:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\mathbf{elif}\;x \leq 9.346374982514411 \cdot 10^{-7}:\\
\;\;\;\;{\left({\left(\sqrt[3]{1 + x} - \sqrt[3]{x}\right)}^{3}\right)}^{0.3333333333333333}\\
\mathbf{else}:\\
\;\;\;\;\sqrt[3]{e^{\log x}} \cdot \frac{0.3333333333333333}{x}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 8.9 |
|---|
| Cost | 19784 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3764496675.277617:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\mathbf{elif}\;x \leq 9.346374982514411 \cdot 10^{-7}:\\
\;\;\;\;\sqrt[3]{1 + x} - \sqrt[3]{x}\\
\mathbf{else}:\\
\;\;\;\;\sqrt[3]{e^{\log x}} \cdot \frac{0.3333333333333333}{x}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 15.6 |
|---|
| Cost | 13384 |
|---|
\[\begin{array}{l}
t_0 := 0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\mathbf{if}\;x \leq -3764496675.277617:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 9.346374982514411 \cdot 10^{-7}:\\
\;\;\;\;\sqrt[3]{1 + x} - \sqrt[3]{x}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 17.6 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := 0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\mathbf{if}\;x \leq -73.91254236331184:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 9.346374982514411 \cdot 10^{-7}:\\
\;\;\;\;1 + x \cdot 0.3333333333333333\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]