| Alternative 1 | |
|---|---|
| Accuracy | 98.7% |
| Cost | 13124 |
\[\begin{array}{l}
\mathbf{if}\;e^{x} \leq 5 \cdot 10^{-53}:\\
\;\;\;\;e^{x} \cdot -0.5\\
\mathbf{else}:\\
\;\;\;\;\left(1.5 + \left(\frac{1}{x} + x \cdot 0.08333333333333333\right)\right) + -1\\
\end{array}
\]