| Alternative 1 | |
|---|---|
| Accuracy | 75.5% |
| Cost | 712 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -6 \cdot 10^{-31}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 2.15 \cdot 10^{-114}:\\
\;\;\;\;y.re \cdot x.im\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]