| Alternative 1 | |
|---|---|
| Accuracy | 75.1% |
| Cost | 712 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -8 \cdot 10^{-36}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 2.1 \cdot 10^{-109}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]