| Alternative 1 | |
|---|---|
| Error | 15.3 |
| Cost | 1232 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -3.5274714351582004 \cdot 10^{-31}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq -8.305365627165174 \cdot 10^{-76}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{elif}\;x.re \cdot y.im \leq -3.7217522403737367 \cdot 10^{-90}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 3.43030409205135 \cdot 10^{-25}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]
