| Alternative 1 | |
|---|---|
| Error | 31.5 |
| Cost | 984 |
\[\begin{array}{l}
\mathbf{if}\;d2 \leq -3:\\
\;\;\;\;d1 \cdot d2\\
\mathbf{elif}\;d2 \leq -7.8 \cdot 10^{-135}:\\
\;\;\;\;d1 \cdot 3\\
\mathbf{elif}\;d2 \leq -6 \cdot 10^{-164}:\\
\;\;\;\;d1 \cdot d3\\
\mathbf{elif}\;d2 \leq 3.8 \cdot 10^{-263}:\\
\;\;\;\;d1 \cdot 3\\
\mathbf{elif}\;d2 \leq 4.3 \cdot 10^{-197}:\\
\;\;\;\;d1 \cdot d3\\
\mathbf{elif}\;d2 \leq 2.4 \cdot 10^{-160}:\\
\;\;\;\;d1 \cdot 3\\
\mathbf{else}:\\
\;\;\;\;d1 \cdot d3\\
\end{array}
\]