| Alternative 1 | |
|---|---|
| Error | 17.0 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.85 \cdot 10^{-15}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{+16}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 4.1 \cdot 10^{+92}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{elif}\;y \leq 3.2 \cdot 10^{+133}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.002\\
\end{array}
\]