| Alternative 1 |
|---|
| Accuracy | 100.0% |
|---|
| Cost | 6848 |
|---|
\[\mathsf{fma}\left(y - z, t - x, x\right)
\]
| Alternative 2 |
|---|
| Accuracy | 59.1% |
|---|
| Cost | 1112 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(t - x\right)\\
t_2 := \left(y - z\right) \cdot t\\
\mathbf{if}\;y \leq -9.8 \cdot 10^{+68}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.7 \cdot 10^{-308}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq 1.8 \cdot 10^{-266}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{-245}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq 2.4 \cdot 10^{-63}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 2.35 \cdot 10^{+86}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 3 |
|---|
| Accuracy | 36.6% |
|---|
| Cost | 1048 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(-x\right)\\
\mathbf{if}\;y \leq -2.2 \cdot 10^{+244}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.4 \cdot 10^{+169}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq -9.5 \cdot 10^{+101}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -2.9 \cdot 10^{-153}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 5.4 \cdot 10^{-10}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 3.25 \cdot 10^{+81}:\\
\;\;\;\;y \cdot t\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 4 |
|---|
| Accuracy | 38.3% |
|---|
| Cost | 1048 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(-t\right)\\
t_2 := y \cdot \left(-x\right)\\
\mathbf{if}\;y \leq -7.4 \cdot 10^{+242}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq -4.4 \cdot 10^{+160}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq -9 \cdot 10^{+67}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq 2 \cdot 10^{-308}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 3.25 \cdot 10^{-66}:\\
\;\;\;\;x\\
\mathbf{elif}\;y \leq 1.4 \cdot 10^{+82}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_2\\
\end{array}
\]
| Alternative 5 |
|---|
| Accuracy | 53.8% |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_1 := \left(y - z\right) \cdot t\\
t_2 := y \cdot \left(-x\right)\\
\mathbf{if}\;t \leq -2.05 \cdot 10^{-97}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq -2.8 \cdot 10^{-152}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;t \leq -9.2 \cdot 10^{-216}:\\
\;\;\;\;x\\
\mathbf{elif}\;t \leq 3.4 \cdot 10^{-49}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 6 |
|---|
| Accuracy | 60.2% |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(t - x\right)\\
t_2 := \left(y - z\right) \cdot t\\
\mathbf{if}\;y \leq -2.2 \cdot 10^{+66}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.76 \cdot 10^{-307}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;y \leq 1.55 \cdot 10^{-65}:\\
\;\;\;\;x + y \cdot t\\
\mathbf{elif}\;y \leq 4.3 \cdot 10^{+85}:\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 7 |
|---|
| Accuracy | 76.5% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1.58 \cdot 10^{+66} \lor \neg \left(y \leq 1.85 \cdot 10^{+86}\right):\\
\;\;\;\;y \cdot \left(t - x\right)\\
\mathbf{else}:\\
\;\;\;\;x + \left(y - z\right) \cdot t\\
\end{array}
\]
| Alternative 8 |
|---|
| Accuracy | 80.7% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;t \leq -1.35 \cdot 10^{-96} \lor \neg \left(t \leq 7.5 \cdot 10^{-29}\right):\\
\;\;\;\;x + \left(y - z\right) \cdot t\\
\mathbf{else}:\\
\;\;\;\;x - \left(y - z\right) \cdot x\\
\end{array}
\]
| Alternative 9 |
|---|
| Accuracy | 84.8% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -1750000000 \lor \neg \left(y \leq 6 \cdot 10^{+20}\right):\\
\;\;\;\;y \cdot \left(t - x\right)\\
\mathbf{else}:\\
\;\;\;\;x + z \cdot \left(x - t\right)\\
\end{array}
\]
| Alternative 10 |
|---|
| Accuracy | 72.7% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -11600 \lor \neg \left(y \leq 26000000000000\right):\\
\;\;\;\;y \cdot \left(t - x\right)\\
\mathbf{else}:\\
\;\;\;\;x - z \cdot t\\
\end{array}
\]
| Alternative 11 |
|---|
| Accuracy | 100.0% |
|---|
| Cost | 576 |
|---|
\[x - \left(y - z\right) \cdot \left(x - t\right)
\]
| Alternative 12 |
|---|
| Accuracy | 36.1% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.9 \cdot 10^{-153}:\\
\;\;\;\;y \cdot t\\
\mathbf{elif}\;y \leq 3.5 \cdot 10^{-11}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot t\\
\end{array}
\]