| Alternative 1 | |
|---|---|
| Error | 14.9 |
| Cost | 712 |
\[\begin{array}{l}
\mathbf{if}\;x.re \cdot y.im \leq -1.02:\\
\;\;\;\;x.re \cdot y.im\\
\mathbf{elif}\;x.re \cdot y.im \leq 14000000000:\\
\;\;\;\;x.im \cdot y.re\\
\mathbf{else}:\\
\;\;\;\;x.re \cdot y.im\\
\end{array}
\]