| Alternative 1 | |
|---|---|
| Error | 17.5 |
| Cost | 848 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.85 \cdot 10^{+133}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -2.2 \cdot 10^{+40}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq -5.2 \cdot 10^{-50}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 5 \cdot 10^{+48}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1 - \frac{y}{x}\\
\end{array}
\]