| Alternative 1 | |
|---|---|
| Error | 24.2 |
| Cost | 1116 |
\[\begin{array}{l}
\mathbf{if}\;d2 \leq -3.5 \cdot 10^{+24}:\\
\;\;\;\;d2 \cdot d1\\
\mathbf{elif}\;d2 \leq -1.45 \cdot 10^{-98}:\\
\;\;\;\;d1 \cdot d3\\
\mathbf{elif}\;d2 \leq -1 \cdot 10^{-214}:\\
\;\;\;\;3 \cdot d1\\
\mathbf{elif}\;d2 \leq -2.2 \cdot 10^{-240}:\\
\;\;\;\;d1 \cdot d3\\
\mathbf{elif}\;d2 \leq 6.6 \cdot 10^{-251}:\\
\;\;\;\;3 \cdot d1\\
\mathbf{elif}\;d2 \leq 7.8 \cdot 10^{-198}:\\
\;\;\;\;d1 \cdot d3\\
\mathbf{elif}\;d2 \leq 0.305:\\
\;\;\;\;3 \cdot d1\\
\mathbf{else}:\\
\;\;\;\;d2 \cdot d1\\
\end{array}
\]