| Alternative 1 | |
|---|---|
| Error | 17.2 |
| Cost | 848 |
\[\begin{array}{l}
t_0 := 1 - \frac{y}{x}\\
\mathbf{if}\;x \leq -4 \cdot 10^{-37}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 9.2 \cdot 10^{-73}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq 1.35 \cdot 10^{+59}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 1.9 \cdot 10^{+117}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]