| Alternative 1 | |
|---|---|
| Error | 17.2 |
| Cost | 1113 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.2 \cdot 10^{+57}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -1.4 \cdot 10^{+38}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq -5.4 \cdot 10^{-24}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 5.8 \cdot 10^{-158} \lor \neg \left(x \leq 7.2 \cdot 10^{-133}\right) \land x \leq 8.8 \cdot 10^{+40}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1 - \frac{y}{x}\\
\end{array}
\]