| Alternative 1 |
|---|
| Error | 22.33% |
|---|
| Cost | 7313 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(1 + \log z\right)\\
\mathbf{if}\;y \leq -2.8 \cdot 10^{+218}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -6.5 \cdot 10^{+168}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\mathbf{elif}\;y \leq -4.2 \cdot 10^{+136} \lor \neg \left(y \leq 2.35 \cdot 10^{+174}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(-z, y, x \cdot 0.5\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 22.35% |
|---|
| Cost | 7250 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.75 \cdot 10^{+218} \lor \neg \left(y \leq -1.75 \cdot 10^{+167} \lor \neg \left(y \leq -1.15 \cdot 10^{+136}\right) \land y \leq 6.2 \cdot 10^{+170}\right):\\
\;\;\;\;y \cdot \left(1 + \log z\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5 - z \cdot y\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 16.58% |
|---|
| Cost | 7113 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -5.2 \cdot 10^{+53} \lor \neg \left(y \leq 0.00122\right):\\
\;\;\;\;y \cdot \left(\left(1 + \log z\right) - z\right)\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(-z, y, x \cdot 0.5\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.33% |
|---|
| Cost | 7108 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 0.27:\\
\;\;\;\;x \cdot 0.5 + y \cdot \left(1 + \log z\right)\\
\mathbf{else}:\\
\;\;\;\;\mathsf{fma}\left(-z, y, x \cdot 0.5\right)\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.14% |
|---|
| Cost | 7104 |
|---|
\[x \cdot 0.5 + \left(\left(1 - z\right) + \log z\right) \cdot y
\]
| Alternative 6 |
|---|
| Error | 46.64% |
|---|
| Cost | 785 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.35 \cdot 10^{+60}:\\
\;\;\;\;x \cdot 0.5\\
\mathbf{elif}\;x \leq -3.6 \cdot 10^{-22} \lor \neg \left(x \leq -1.4 \cdot 10^{-125}\right) \land x \leq 1150000000:\\
\;\;\;\;z \cdot \left(-y\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot 0.5\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 28.06% |
|---|
| Cost | 448 |
|---|
\[x \cdot 0.5 - z \cdot y
\]