| Alternative 1 | |
|---|---|
| Accuracy | 75.9% |
| Cost | 776 |
\[\begin{array}{l}
\mathbf{if}\;y.re \cdot x.re \leq -3.3 \cdot 10^{-26}:\\
\;\;\;\;y.re \cdot x.re\\
\mathbf{elif}\;y.re \cdot x.re \leq 4.2 \cdot 10^{-89}:\\
\;\;\;\;-x.im \cdot y.im\\
\mathbf{else}:\\
\;\;\;\;y.re \cdot x.re\\
\end{array}
\]