| Alternative 1 | |
|---|---|
| Error | 17.2 |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.25 \cdot 10^{-87}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 7.5 \cdot 10^{-81}:\\
\;\;\;\;-0.375 \cdot y\\
\mathbf{elif}\;x \leq 4 \cdot 10^{-61}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 5.2 \cdot 10^{-6}:\\
\;\;\;\;-0.375 \cdot y\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]