| Alternative 1 |
|---|
| Error | 20.8 |
|---|
| Cost | 7904 |
|---|
\[\begin{array}{l}
t_0 := y - \left(0.5 + y\right) \cdot \log y\\
\mathbf{if}\;x \leq -25:\\
\;\;\;\;x - z\\
\mathbf{elif}\;x \leq -9 \cdot 10^{-149}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -5.2 \cdot 10^{-232}:\\
\;\;\;\;y - z\\
\mathbf{elif}\;x \leq -4.7 \cdot 10^{-275}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 6.5 \cdot 10^{-306}:\\
\;\;\;\;x - z\\
\mathbf{elif}\;x \leq 8 \cdot 10^{-202}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.7 \cdot 10^{-170}:\\
\;\;\;\;-z\\
\mathbf{elif}\;x \leq 230:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;x - z\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 15.9 |
|---|
| Cost | 7508 |
|---|
\[\begin{array}{l}
t_0 := x - \frac{\log y}{2}\\
\mathbf{if}\;y \leq 1.8 \cdot 10^{-252}:\\
\;\;\;\;x - z\\
\mathbf{elif}\;y \leq 2.3 \cdot 10^{-169}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.5 \cdot 10^{-92}:\\
\;\;\;\;x - z\\
\mathbf{elif}\;y \leq 2.9 \cdot 10^{-68}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.4 \cdot 10^{+31}:\\
\;\;\;\;x - z\\
\mathbf{else}:\\
\;\;\;\;\left(1 - \log y\right) \cdot y - z\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 20.0 |
|---|
| Cost | 7380 |
|---|
\[\begin{array}{l}
t_0 := x - \frac{\log y}{2}\\
\mathbf{if}\;y \leq 7.2 \cdot 10^{-252}:\\
\;\;\;\;x - z\\
\mathbf{elif}\;y \leq 2.55 \cdot 10^{-173}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 7.8 \cdot 10^{-100}:\\
\;\;\;\;x - z\\
\mathbf{elif}\;y \leq 3.8 \cdot 10^{-68}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 5.7 \cdot 10^{+166}:\\
\;\;\;\;x - z\\
\mathbf{else}:\\
\;\;\;\;y - y \cdot \log y\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 6.9 |
|---|
| Cost | 7240 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.95 \cdot 10^{+55}:\\
\;\;\;\;\left(1 - \log y\right) \cdot y - z\\
\mathbf{elif}\;z \leq 8 \cdot 10^{+80}:\\
\;\;\;\;\left(y + x\right) - \left(0.5 + y\right) \cdot \log y\\
\mathbf{else}:\\
\;\;\;\;x - z\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.1 |
|---|
| Cost | 7104 |
|---|
\[\left(\left(x - \left(y + 0.5\right) \cdot \log y\right) + y\right) - z
\]
| Alternative 6 |
|---|
| Error | 19.4 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2800000:\\
\;\;\;\;x - z\\
\mathbf{elif}\;z \leq 100:\\
\;\;\;\;x - \frac{\log y}{2}\\
\mathbf{else}:\\
\;\;\;\;x - z\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 6.9 |
|---|
| Cost | 6980 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq 3.5 \cdot 10^{+28}:\\
\;\;\;\;\left(x - \frac{\log y}{2}\right) - z\\
\mathbf{else}:\\
\;\;\;\;\left(1 - \log y\right) \cdot y - z\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 33.4 |
|---|
| Cost | 392 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.55 \cdot 10^{+17}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 9.8 \cdot 10^{+17}:\\
\;\;\;\;-z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]