| Alternative 1 | |
|---|---|
| Error | 15.7 |
| Cost | 712 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -1.9 \cdot 10^{+26}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 4 \cdot 10^{-36}:\\
\;\;\;\;y.re \cdot x.im\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]