| Alternative 1 | |
|---|---|
| Error | 17.0 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.85 \cdot 10^{-15}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 5.2 \cdot 10^{-6}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 4.2 \cdot 10^{+92}:\\
\;\;\;\;y \cdot -0.005\\
\mathbf{elif}\;y \leq 4.8 \cdot 10^{+135}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.005\\
\end{array}
\]