| Alternative 1 |
|---|
| Error | 28.1% |
|---|
| Cost | 7382 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 3 \cdot 10^{-292} \lor \neg \left(z \leq 3.7 \cdot 10^{-244}\right) \land \left(z \leq 3.5 \cdot 10^{-128} \lor \neg \left(z \leq 2 \cdot 10^{-60}\right) \land z \leq 1.28 \cdot 10^{-39}\right):\\
\;\;\;\;y \cdot \left(1 + \log z\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 28.05% |
|---|
| Cost | 7382 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 2.95 \cdot 10^{-292}:\\
\;\;\;\;y + \log z \cdot y\\
\mathbf{elif}\;z \leq 5.7 \cdot 10^{-244} \lor \neg \left(z \leq 7.4 \cdot 10^{-128} \lor \neg \left(z \leq 2.3 \cdot 10^{-60}\right) \land z \leq 1.65 \cdot 10^{-39}\right):\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(1 + \log z\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 18.09% |
|---|
| Cost | 7378 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.2 \cdot 10^{+59} \lor \neg \left(y \leq -9.8 \cdot 10^{-75}\right) \land \left(y \leq -6.6 \cdot 10^{-97} \lor \neg \left(y \leq 9.5 \cdot 10^{+139}\right)\right):\\
\;\;\;\;y \cdot \left(\left(1 + \log z\right) - z\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 18.09% |
|---|
| Cost | 7377 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -3.8 \cdot 10^{+58}:\\
\;\;\;\;y \cdot \left(\left(1 + \log z\right) - z\right)\\
\mathbf{elif}\;y \leq -2.2 \cdot 10^{-76} \lor \neg \left(y \leq -3.3 \cdot 10^{-97}\right) \land y \leq 9.5 \cdot 10^{+139}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\mathbf{else}:\\
\;\;\;\;y + y \cdot \left(\log z - z\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.14% |
|---|
| Cost | 7232 |
|---|
\[x \cdot 0.5 + \left(y \cdot \left(1 + \log z\right) - z \cdot y\right)
\]
| Alternative 6 |
|---|
| Error | 1.36% |
|---|
| Cost | 7108 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 0.27:\\
\;\;\;\;x \cdot 0.5 + y \cdot \left(1 + \log z\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.14% |
|---|
| Cost | 7104 |
|---|
\[x \cdot 0.5 + \left(\left(1 - z\right) + \log z\right) \cdot y
\]
| Alternative 8 |
|---|
| Error | 45.06% |
|---|
| Cost | 918 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 3.5 \cdot 10^{+22} \lor \neg \left(z \leq 3 \cdot 10^{+64}\right) \land \left(z \leq 1.65 \cdot 10^{+91} \lor \neg \left(z \leq 5 \cdot 10^{+179}\right) \land z \leq 5 \cdot 10^{+184}\right):\\
\;\;\;\;x \cdot 0.5\\
\mathbf{else}:\\
\;\;\;\;z \cdot \left(-y\right)\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 28.41% |
|---|
| Cost | 448 |
|---|
\[x \cdot 0.5 - z \cdot y
\]