| Alternative 1 | |
|---|---|
| Accuracy | 51.0% |
| Cost | 721 |
\[\begin{array}{l}
\mathbf{if}\;y.im \leq -2.2 \cdot 10^{-151}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;y.im \leq 7.6 \cdot 10^{-30} \lor \neg \left(y.im \leq 2.5 \cdot 10^{+29}\right) \land y.im \leq 1.42 \cdot 10^{+51}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]