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