| Alternative 1 |
|---|
| Error | 13.3 |
|---|
| Cost | 1750 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \cdot y \leq 5 \cdot 10^{-261} \lor \neg \left(y \cdot y \leq 2 \cdot 10^{-211}\right) \land \left(y \cdot y \leq 5 \cdot 10^{-125} \lor \neg \left(y \cdot y \leq 5 \cdot 10^{-98}\right) \land y \cdot y \leq 10^{-9}\right):\\
\;\;\;\;x \cdot x + y \cdot y\\
\mathbf{else}:\\
\;\;\;\;\left(y \cdot y\right) \cdot 3\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 14.1 |
|---|
| Cost | 1622 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \cdot y \leq 5 \cdot 10^{-261} \lor \neg \left(y \cdot y \leq 2 \cdot 10^{-211}\right) \land \left(y \cdot y \leq 5 \cdot 10^{-125} \lor \neg \left(y \cdot y \leq 5 \cdot 10^{-90}\right) \land y \cdot y \leq 10^{-9}\right):\\
\;\;\;\;x \cdot x\\
\mathbf{else}:\\
\;\;\;\;\left(y \cdot y\right) \cdot 3\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 0.1 |
|---|
| Cost | 960 |
|---|
\[y \cdot y + \left(y \cdot y + \left(x \cdot x + y \cdot y\right)\right)
\]
| Alternative 4 |
|---|
| Error | 0.1 |
|---|
| Cost | 576 |
|---|
\[x \cdot x + y \cdot \left(y \cdot 3\right)
\]