| Alternative 1 | |
|---|---|
| Error | 16.9 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.85 \cdot 10^{-24}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq -1.85 \cdot 10^{-205}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq -6.7 \cdot 10^{-230}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 1.5 \cdot 10^{-7}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]