| Alternative 1 | |
|---|---|
| Error | 17.7 |
| Cost | 1232 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -3.984740342811672 \cdot 10^{-64}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 3.6307420059708007 \cdot 10^{-94}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{elif}\;x.re \cdot y.im \leq 1.9055393528662485 \cdot 10^{+129}:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 3.89281540134883 \cdot 10^{+197}:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]
