| Alternative 1 | |
|---|---|
| Error | 4.7 |
| Cost | 10888 |
\[\begin{array}{l}
t_0 := x \cdot 0.08333333333333333 + \frac{1}{x}\\
t_1 := x \cdot -0.08333333333333333 + \frac{-1}{x}\\
\mathbf{if}\;x \leq -5 \cdot 10^{+103}:\\
\;\;\;\;\frac{-24}{{x}^{4}}\\
\mathbf{elif}\;x \leq -1 \cdot 10^{+47}:\\
\;\;\;\;\frac{0.125 + {t_0}^{3}}{0.0625 - \frac{\left(\left(-0.5 - t_1\right) \cdot \left(x \cdot t_1\right)\right) \cdot \left(4.8225308641975306 \cdot 10^{-5} \cdot \left(x \cdot x\right) + -0.001736111111111111\right)}{-0.041666666666666664 + x \cdot -0.006944444444444444}} \cdot \left(0.25 + t_0 \cdot \left(0.5 + t_1\right)\right)\\
\mathbf{else}:\\
\;\;\;\;t_0 + 0.5\\
\end{array}
\]