| Alternative 1 | |
|---|---|
| Error | 15.7 |
| Cost | 1376 |
\[\begin{array}{l}
t_0 := x + y \cdot x\\
t_1 := y \cdot \left(x + z\right)\\
\mathbf{if}\;x \leq -2.703928104080096 \cdot 10^{-10}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -8.546836918470571 \cdot 10^{-134}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -1.0916380404557543 \cdot 10^{-159}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 1.6198227273489558 \cdot 10^{-295}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 1.6058251208622737 \cdot 10^{-272}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 3.0261044064660438 \cdot 10^{-146}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 5.826406806563832 \cdot 10^{-113}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 2.1162337836756516 \cdot 10^{-94}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(y + 1\right)\\
\end{array}
\]