| Alternative 1 | |
|---|---|
| Error | 16.3 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.4 \cdot 10^{-46}:\\
\;\;\;\;x \cdot 1.5\\
\mathbf{elif}\;x \leq 0.000145:\\
\;\;\;\;-0.5 \cdot y\\
\mathbf{elif}\;x \leq 3.4 \cdot 10^{+86}:\\
\;\;\;\;x \cdot 1.5\\
\mathbf{elif}\;x \leq 2.3 \cdot 10^{+107}:\\
\;\;\;\;-0.5 \cdot y\\
\mathbf{else}:\\
\;\;\;\;x \cdot 1.5\\
\end{array}
\]