| Alternative 1 |
|---|
| Error | 12.1 |
|---|
| Cost | 978 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.15 \cdot 10^{-5} \lor \neg \left(y \leq -2.2 \cdot 10^{-51} \lor \neg \left(y \leq -1.75 \cdot 10^{-90}\right) \land y \leq 9 \cdot 10^{-20}\right):\\
\;\;\;\;\left(y \cdot y\right) \cdot 3\\
\mathbf{else}:\\
\;\;\;\;x \cdot x + y \cdot y\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 960 |
|---|
\[y \cdot y + \left(y \cdot y + \left(x \cdot x + y \cdot y\right)\right)
\]
| Alternative 3 |
|---|
| Error | 12.7 |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.9 \cdot 10^{-90} \lor \neg \left(y \leq 4.4 \cdot 10^{-133} \lor \neg \left(y \leq 3.6 \cdot 10^{-92}\right) \land y \leq 2.85 \cdot 10^{-21}\right):\\
\;\;\;\;\left(y \cdot y\right) \cdot 3\\
\mathbf{else}:\\
\;\;\;\;x \cdot x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 0.1 |
|---|
| Cost | 576 |
|---|
\[x \cdot x + y \cdot \left(y \cdot 3\right)
\]
| Alternative 5 |
|---|
| Error | 25.8 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.4 \cdot 10^{-152}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;x \leq 9 \cdot 10^{-160}:\\
\;\;\;\;y \cdot y\\
\mathbf{else}:\\
\;\;\;\;x \cdot x\\
\end{array}
\]