| Alternative 1 | |
|---|---|
| Error | 16.2 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1800000000:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 4 \cdot 10^{-20}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq 5 \cdot 10^{+62}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 1.02 \cdot 10^{+79}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]