| Alternative 1 | |
|---|---|
| Error | 31.3 |
| Cost | 852 |
\[\begin{array}{l}
\mathbf{if}\;d3 \leq -2.2 \cdot 10^{-148}:\\
\;\;\;\;d1 \cdot d2\\
\mathbf{elif}\;d3 \leq -5 \cdot 10^{-299}:\\
\;\;\;\;d1 \cdot 3\\
\mathbf{elif}\;d3 \leq 1.25 \cdot 10^{-232}:\\
\;\;\;\;d1 \cdot d2\\
\mathbf{elif}\;d3 \leq 1.3 \cdot 10^{-25}:\\
\;\;\;\;d1 \cdot 3\\
\mathbf{elif}\;d3 \leq 260000000000:\\
\;\;\;\;d1 \cdot d2\\
\mathbf{else}:\\
\;\;\;\;d1 \cdot d3\\
\end{array}
\]