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