| Alternative 1 | |
|---|---|
| Error | 15.2 |
| Cost | 776 |
\[\begin{array}{l}
\mathbf{if}\;y.re \cdot x.re \leq -5 \cdot 10^{-14}:\\
\;\;\;\;y.re \cdot x.re\\
\mathbf{elif}\;y.re \cdot x.re \leq 3.1 \cdot 10^{-62}:\\
\;\;\;\;-x.im \cdot y.im\\
\mathbf{else}:\\
\;\;\;\;y.re \cdot x.re\\
\end{array}
\]