| Alternative 1 | |
|---|---|
| Error | 26.82% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -3 \cdot 10^{+61}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{elif}\;y \leq 1.3 \cdot 10^{-39}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 9 \cdot 10^{-26}:\\
\;\;\;\;y \cdot 0.002\\
\mathbf{elif}\;y \leq 2.65 \cdot 10^{+72}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot 0.002\\
\end{array}
\]