| Alternative 1 | |
|---|---|
| Error | 16.2 |
| Cost | 721 |
\[\begin{array}{l}
\mathbf{if}\;y \leq -7.2 \cdot 10^{+47}:\\
\;\;\;\;y \cdot -500\\
\mathbf{elif}\;y \leq -1 \cdot 10^{+31} \lor \neg \left(y \leq -1.05 \cdot 10^{-27}\right) \land y \leq 1.05 \cdot 10^{-32}:\\
\;\;\;\;500 \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot -500\\
\end{array}
\]