| Alternative 1 | |
|---|---|
| Error | 26.85% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -6.6 \cdot 10^{+43}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{elif}\;y \leq 1.45 \cdot 10^{-39}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3.5 \cdot 10^{-23}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{elif}\;y \leq 1.9 \cdot 10^{+72}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -0.375\\
\end{array}
\]