| Alternative 1 |
|---|
| Error | 25.1 |
|---|
| Cost | 39556 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x}\\
t_1 := t_0 - \sqrt[3]{x}\\
\mathbf{if}\;t_1 \leq 6 \cdot 10^{-11}:\\
\;\;\;\;\frac{1}{{\left(\sqrt[3]{x}\right)}^{2} + t_0 \cdot \left(1 + \sqrt[3]{x}\right)}\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 7.3 |
|---|
| Cost | 33096 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x}\\
t_1 := \sqrt[3]{x} + t_0\\
\mathbf{if}\;x \leq -1.35 \cdot 10^{+154}:\\
\;\;\;\;\frac{1}{{\left(\sqrt[3]{x}\right)}^{2} + t_0 \cdot \left(1 + \sqrt[3]{x}\right)}\\
\mathbf{elif}\;x \leq 1.35 \cdot 10^{+154}:\\
\;\;\;\;\frac{1}{t_0 \cdot t_1 + \sqrt[3]{x \cdot x}}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\sqrt[3]{x} \cdot t_1 + e^{\mathsf{log1p}\left(x\right) \cdot 0.6666666666666666}}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 0.6 |
|---|
| Cost | 32896 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x}\\
\frac{1}{{\left(\sqrt[3]{x}\right)}^{2} + t_0 \cdot \left(\sqrt[3]{x} + t_0\right)}
\end{array}
\]
| Alternative 4 |
|---|
| Error | 13.3 |
|---|
| Cost | 27024 |
|---|
\[\begin{array}{l}
t_0 := {\left(\sqrt[3]{x}\right)}^{2}\\
t_1 := \frac{1}{\left(t_0 + \sqrt[3]{x \cdot x}\right) + \sqrt[3]{x + x \cdot x}}\\
t_2 := \sqrt[3]{1 + x}\\
t_3 := \frac{1}{t_0 + t_2 \cdot \left(1 + \sqrt[3]{x}\right)}\\
\mathbf{if}\;x \leq -1.35 \cdot 10^{+154}:\\
\;\;\;\;t_3\\
\mathbf{elif}\;x \leq -15500000:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 29000000:\\
\;\;\;\;t_2 - {\left(\sqrt[3]{\sqrt[3]{x}}\right)}^{3}\\
\mathbf{elif}\;x \leq 1.35 \cdot 10^{+154}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_3\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 7.9 |
|---|
| Cost | 26892 |
|---|
\[\begin{array}{l}
t_0 := {\left(\sqrt[3]{x}\right)}^{2}\\
t_1 := \sqrt[3]{1 + x}\\
\mathbf{if}\;x \leq -1.35 \cdot 10^{+154}:\\
\;\;\;\;\frac{1}{t_0 + t_1 \cdot \left(1 + \sqrt[3]{x}\right)}\\
\mathbf{elif}\;x \leq -25500000:\\
\;\;\;\;\frac{1}{\left(t_0 + \sqrt[3]{x \cdot x}\right) + \sqrt[3]{x + x \cdot x}}\\
\mathbf{elif}\;x \leq 0.05:\\
\;\;\;\;\frac{\sqrt[3]{\mathsf{fma}\left(x, x, -1\right)}}{\sqrt[3]{x + -1}} - \sqrt[3]{x}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{t_1 \cdot \left(\sqrt[3]{x} + t_1\right) + {x}^{0.6666666666666666}}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 7.4 |
|---|
| Cost | 26824 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x}\\
t_1 := t_0 \cdot \left(\sqrt[3]{x} + t_0\right)\\
\mathbf{if}\;x \leq -1.35 \cdot 10^{+154}:\\
\;\;\;\;\frac{1}{{\left(\sqrt[3]{x}\right)}^{2} + t_0 \cdot \left(1 + \sqrt[3]{x}\right)}\\
\mathbf{elif}\;x \leq 1.35 \cdot 10^{+154}:\\
\;\;\;\;\frac{1}{t_1 + \sqrt[3]{x \cdot x}}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{t_1 + {x}^{0.6666666666666666}}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 25.8 |
|---|
| Cost | 26372 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x} - \sqrt[3]{x}\\
\mathbf{if}\;t_0 \leq 6 \cdot 10^{-11}:\\
\;\;\;\;\frac{1}{1 + {\left(\sqrt[3]{x}\right)}^{2}}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 27.9 |
|---|
| Cost | 26308 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x} - \sqrt[3]{x}\\
\mathbf{if}\;t_0 \leq 6 \cdot 10^{-11}:\\
\;\;\;\;\frac{1}{1 + \sqrt[3]{x \cdot x}}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 28.9 |
|---|
| Cost | 7113 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1 \lor \neg \left(x \leq 1.9\right):\\
\;\;\;\;\frac{1}{1 + \sqrt[3]{x \cdot x}}\\
\mathbf{else}:\\
\;\;\;\;1 + \left(x \cdot 0.3333333333333333 - \sqrt[3]{x}\right)\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 31.6 |
|---|
| Cost | 6848 |
|---|
\[1 + \left(x \cdot 0.3333333333333333 - \sqrt[3]{x}\right)
\]