| Alternative 1 | |
|---|---|
| Error | 11.5 |
| Cost | 1872 |
\[\begin{array}{l}
t_0 := \frac{y \cdot y}{z}\\
t_1 := \frac{y}{\frac{z}{y}}\\
\mathbf{if}\;t_0 \leq -4 \cdot 10^{-94}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t_0 \leq 10^{-108}:\\
\;\;\;\;x\\
\mathbf{elif}\;t_0 \leq 5 \cdot 10^{-76}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;t_0 \leq 2 \cdot 10^{-50}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
