| Alternative 1 |
|---|
| Accuracy | 79.3% |
|---|
| Cost | 1622 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \cdot y \leq 2 \cdot 10^{-186} \lor \neg \left(y \cdot y \leq 4.9 \cdot 10^{-129}\right) \land \left(y \cdot y \leq 4.8 \cdot 10^{-80} \lor \neg \left(y \cdot y \leq 1.95 \cdot 10^{+79}\right) \land y \cdot y \leq 6.5 \cdot 10^{+101}\right):\\
\;\;\;\;x \cdot x\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(y \cdot y\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 79.3% |
|---|
| Cost | 1622 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \cdot y \leq 2 \cdot 10^{-186} \lor \neg \left(y \cdot y \leq 10^{-129}\right) \land \left(y \cdot y \leq 5 \cdot 10^{-83} \lor \neg \left(y \cdot y \leq 5 \cdot 10^{+78}\right) \land y \cdot y \leq 10^{+102}\right):\\
\;\;\;\;x \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(y \cdot 3\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 576 |
|---|
\[x \cdot x + 3 \cdot \left(y \cdot y\right)
\]
| Alternative 4 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 576 |
|---|
\[y \cdot \left(y \cdot 3\right) + x \cdot x
\]