| Alternative 1 | |
|---|---|
| Error | 16.1 |
| Cost | 712 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -7.5 \cdot 10^{+16}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 4.4 \cdot 10^{-90}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]