| Alternative 1 |
|---|
| Error | 26.38% |
|---|
| Cost | 849 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -7.2 \cdot 10^{-98}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 4.8 \cdot 10^{+21} \lor \neg \left(x \leq 1.55 \cdot 10^{+122}\right) \land x \leq 3.3 \cdot 10^{+145}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1 - \frac{y}{x}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 26.71% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.65 \cdot 10^{-111}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 3.4 \cdot 10^{+17}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{elif}\;x \leq 1.55 \cdot 10^{+122}:\\
\;\;\;\;1\\
\mathbf{elif}\;x \leq 3.3 \cdot 10^{+145}:\\
\;\;\;\;\frac{x}{y}\\
\mathbf{else}:\\
\;\;\;\;1\\
\end{array}
\]