| Alternative 1 |
|---|
| Error | 12.5 |
|---|
| Cost | 1229 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \cdot y \leq 5 \cdot 10^{-241} \lor \neg \left(y \cdot y \leq 2 \cdot 10^{-216}\right) \land y \cdot y \leq 10^{-67}:\\
\;\;\;\;x \cdot x + y \cdot y\\
\mathbf{else}:\\
\;\;\;\;\left(y \cdot y\right) \cdot 3\\
\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 | 13.1 |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.2 \cdot 10^{-54} \lor \neg \left(y \leq -4.5 \cdot 10^{-97} \lor \neg \left(y \leq -6.2 \cdot 10^{-120}\right) \land y \leq 3.8 \cdot 10^{-119}\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 | 26.0 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.5 \cdot 10^{-130}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;x \leq 5 \cdot 10^{-159}:\\
\;\;\;\;y \cdot y\\
\mathbf{else}:\\
\;\;\;\;x \cdot x\\
\end{array}
\]