| Alternative 1 | |
|---|---|
| Error | 15.9 |
| Cost | 1232 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -0.00036:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 7.5 \cdot 10^{-33}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{elif}\;x.re \cdot y.im \leq 1.02 \cdot 10^{+21}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 2.8 \cdot 10^{+89}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]