| Alternative 1 | |
|---|---|
| Error | 26.04% |
| Cost | 720 |
\[\begin{array}{l}
\mathbf{if}\;x \leq -7 \cdot 10^{-72}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 10^{-149}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{elif}\;x \leq 4.2 \cdot 10^{-139}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 3.2 \cdot 10^{-21}:\\
\;\;\;\;y \cdot -0.375\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]