| Alternative 1 |
|---|
| Accuracy | 88.5% |
|---|
| Cost | 33352 |
|---|
\[\begin{array}{l}
t_0 := 1 + \left(x - x\right)\\
t_1 := \sqrt[3]{1 + x}\\
t_2 := \sqrt[3]{x} \cdot \left(\sqrt[3]{x} + t_1\right)\\
\mathbf{if}\;x \leq -1.34 \cdot 10^{+154}:\\
\;\;\;\;\frac{t_0}{1 + t_2}\\
\mathbf{elif}\;x \leq 1.35 \cdot 10^{+154}:\\
\;\;\;\;\frac{t_0}{{t_1}^{2} + \left(\sqrt[3]{x \cdot \left(1 + x\right)} + \sqrt[3]{x \cdot x}\right)}\\
\mathbf{else}:\\
\;\;\;\;\frac{t_0}{t_2 + e^{\mathsf{log1p}\left(x\right) \cdot 0.6666666666666666}}\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 99.1% |
|---|
| Cost | 33152 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x}\\
\frac{1 + \left(x - x\right)}{{t_0}^{2} + \sqrt[3]{x} \cdot \left(\sqrt[3]{x} + t_0\right)}
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 88.5% |
|---|
| Cost | 33032 |
|---|
\[\begin{array}{l}
t_0 := 1 + \left(x - x\right)\\
t_1 := \sqrt[3]{1 + x}\\
t_2 := \sqrt[3]{x} + t_1\\
\mathbf{if}\;x \leq -1.34 \cdot 10^{+154}:\\
\;\;\;\;\frac{t_0}{1 + \sqrt[3]{x} \cdot t_2}\\
\mathbf{elif}\;x \leq 1.35 \cdot 10^{+154}:\\
\;\;\;\;\frac{t_0}{{t_1}^{2} + \left(\sqrt[3]{x \cdot \left(1 + x\right)} + \sqrt[3]{x \cdot x}\right)}\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\mathsf{fma}\left(\sqrt[3]{x}, t_2, {\left(1 + x\right)}^{0.6666666666666666}\right)}\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 79.8% |
|---|
| Cost | 27145 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x}\\
t_1 := 1 + \left(x - x\right)\\
\mathbf{if}\;x \leq -1.34 \cdot 10^{+154} \lor \neg \left(x \leq 1.35 \cdot 10^{+154}\right):\\
\;\;\;\;\frac{t_1}{1 + \sqrt[3]{x} \cdot \left(\sqrt[3]{x} + t_0\right)}\\
\mathbf{else}:\\
\;\;\;\;\frac{t_1}{{t_0}^{2} + \left(\sqrt[3]{x \cdot \left(1 + x\right)} + \sqrt[3]{x \cdot x}\right)}\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 79.5% |
|---|
| Cost | 26572 |
|---|
\[\begin{array}{l}
t_0 := \frac{1 + \left(x - x\right)}{1 + \sqrt[3]{x} \cdot \left(\sqrt[3]{x} + \sqrt[3]{1 + x}\right)}\\
\mathbf{if}\;x \leq -1.34 \cdot 10^{+154}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -17000000:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{1}{x \cdot x}}\\
\mathbf{elif}\;x \leq 29000000:\\
\;\;\;\;\frac{\sqrt[3]{\mathsf{fma}\left(x, x, -1\right)}}{\sqrt[3]{x + -1}} - \sqrt[3]{x}\\
\mathbf{elif}\;x \leq 6.4 \cdot 10^{+161}:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 79.5% |
|---|
| Cost | 26316 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x}\\
t_1 := \frac{1 + \left(x - x\right)}{1 + \sqrt[3]{x} \cdot \left(\sqrt[3]{x} + t_0\right)}\\
\mathbf{if}\;x \leq -1.34 \cdot 10^{+154}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -32500000:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{1}{x \cdot x}}\\
\mathbf{elif}\;x \leq 45000000:\\
\;\;\;\;\log \left(e^{t_0 - \sqrt[3]{x}}\right)\\
\mathbf{elif}\;x \leq 6.4 \cdot 10^{+161}:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 79.4% |
|---|
| Cost | 26316 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x}\\
t_1 := \frac{1 + \left(x - x\right)}{1 + \sqrt[3]{x} \cdot \left(\sqrt[3]{x} + t_0\right)}\\
\mathbf{if}\;x \leq -1.34 \cdot 10^{+154}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -9500:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{1}{x \cdot x}}\\
\mathbf{elif}\;x \leq 45000000:\\
\;\;\;\;\mathsf{log1p}\left(\mathsf{expm1}\left(t_0\right)\right) - \sqrt[3]{x}\\
\mathbf{elif}\;x \leq 6.4 \cdot 10^{+161}:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 76.1% |
|---|
| Cost | 26308 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x} - \sqrt[3]{x}\\
\mathbf{if}\;t_0 \leq 5 \cdot 10^{-6}:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 79.5% |
|---|
| Cost | 20688 |
|---|
\[\begin{array}{l}
t_0 := \sqrt[3]{1 + x}\\
t_1 := \frac{1 + \left(x - x\right)}{1 + \sqrt[3]{x} \cdot \left(\sqrt[3]{x} + t_0\right)}\\
\mathbf{if}\;x \leq -1.34 \cdot 10^{+154}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -32500000:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{1}{x \cdot x}}\\
\mathbf{elif}\;x \leq 45000000:\\
\;\;\;\;t_0 - \sqrt[3]{x}\\
\mathbf{elif}\;x \leq 6.4 \cdot 10^{+161}:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 73.9% |
|---|
| Cost | 7113 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.02 \lor \neg \left(x \leq 0.47\right):\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{1}{x \cdot x}}\\
\mathbf{else}:\\
\;\;\;\;1 - \sqrt[3]{x}\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 74.2% |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.02:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{1}{x \cdot x}}\\
\mathbf{elif}\;x \leq 0.47:\\
\;\;\;\;1 - \sqrt[3]{x}\\
\mathbf{else}:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\end{array}
\]
| Alternative 12 |
|---|
| Accuracy | 74.8% |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.02:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{1}{x \cdot x}}\\
\mathbf{elif}\;x \leq 1:\\
\;\;\;\;1 + \left(x \cdot 0.3333333333333333 - \sqrt[3]{x}\right)\\
\mathbf{else}:\\
\;\;\;\;0.3333333333333333 \cdot \sqrt[3]{\frac{\frac{1}{x}}{x}}\\
\end{array}
\]