| Alternative 1 | |
|---|---|
| Error | 15.6 |
| Cost | 1232 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -1.5441993960009805 \cdot 10^{-85}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 1.2783741922543839 \cdot 10^{-105}:\\
\;\;\;\;y.re \cdot x.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 8.82082801155365 \cdot 10^{-63}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 3.80429748636095 \cdot 10^{-21}:\\
\;\;\;\;y.re \cdot x.im\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]
