| Alternative 1 | |
|---|---|
| Error | 17.7 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.05 \cdot 10^{-56}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 8.5 \cdot 10^{-122}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq 1.8 \cdot 10^{-72}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 9 \cdot 10^{+96}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]