| Alternative 1 | |
|---|---|
| Error | 15.9 |
| Cost | 776 |
\[\begin{array}{l}
\mathbf{if}\;y.re \cdot x.re \leq -1.1 \cdot 10^{+16}:\\
\;\;\;\;y.re \cdot x.re\\
\mathbf{elif}\;y.re \cdot x.re \leq 7.8 \cdot 10^{-107}:\\
\;\;\;\;-x.im \cdot y.im\\
\mathbf{else}:\\
\;\;\;\;y.re \cdot x.re\\
\end{array}
\]