| Alternative 1 | |
|---|---|
| Error | 17.2 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -9.964282885721964 \cdot 10^{+31}:\\
\;\;\;\;x \cdot 500\\
\mathbf{elif}\;x \leq -2.6679706475365947 \cdot 10^{-95}:\\
\;\;\;\;-500 \cdot y\\
\mathbf{elif}\;x \leq -2.5637148537663068 \cdot 10^{-148}:\\
\;\;\;\;x \cdot 500\\
\mathbf{elif}\;x \leq 1.5 \cdot 10^{-58}:\\
\;\;\;\;-500 \cdot y\\
\mathbf{else}:\\
\;\;\;\;x \cdot 500\\
\end{array}
\]
