| Alternative 1 |
|---|
| Accuracy | 79.2% |
|---|
| Cost | 1622 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \cdot y \leq 5.5 \cdot 10^{-196} \lor \neg \left(y \cdot y \leq 3.8 \cdot 10^{-159}\right) \land \left(y \cdot y \leq 4.9 \cdot 10^{-82} \lor \neg \left(y \cdot y \leq 5.8 \cdot 10^{-49}\right) \land y \cdot y \leq 9 \cdot 10^{-31}\right):\\
\;\;\;\;x \cdot x\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(y \cdot y\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Accuracy | 79.2% |
|---|
| Cost | 1621 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \cdot y \leq 10^{-197}:\\
\;\;\;\;x \cdot x\\
\mathbf{elif}\;y \cdot y \leq 2 \cdot 10^{-159}:\\
\;\;\;\;y \cdot \left(y \cdot 3\right)\\
\mathbf{elif}\;y \cdot y \leq 5 \cdot 10^{-82} \lor \neg \left(y \cdot y \leq 2 \cdot 10^{-49}\right) \land y \cdot y \leq 5 \cdot 10^{-33}:\\
\;\;\;\;x \cdot x\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(y \cdot y\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 82.2% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.5 \cdot 10^{-95} \lor \neg \left(x \leq 1.55 \cdot 10^{-133}\right):\\
\;\;\;\;y \cdot y + x \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(y \cdot 3\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 99.8% |
|---|
| Cost | 576 |
|---|
\[3 \cdot \left(y \cdot y\right) + x \cdot x
\]