| Alternative 1 |
|---|
| Error | 0.0 |
|---|
| Cost | 6848 |
|---|
\[\mathsf{fma}\left(y - z, t - x, x\right)
\]
| Alternative 2 |
|---|
| Error | 34.8 |
|---|
| Cost | 1905 |
|---|
\[\begin{array}{l}
t_1 := y \cdot \left(-x\right)\\
t_2 := t \cdot \left(y - z\right)\\
\mathbf{if}\;t \leq -1.35 \cdot 10^{-5}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;t \leq -1.55 \cdot 10^{-92}:\\
\;\;\;\;x\\
\mathbf{elif}\;t \leq -4.4 \cdot 10^{-120}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;t \leq -1.05 \cdot 10^{-136}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq -1.25 \cdot 10^{-163}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;t \leq -6.5 \cdot 10^{-181}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;t \leq 1.1 \cdot 10^{-308}:\\
\;\;\;\;x\\
\mathbf{elif}\;t \leq 1.3 \cdot 10^{-230}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;t \leq 2.6 \cdot 10^{-194}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;t \leq 9 \cdot 10^{-187}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;t \leq 5.4 \cdot 10^{-58} \lor \neg \left(t \leq 5.2 \cdot 10^{+39}\right):\\
\;\;\;\;t_2\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 31.0 |
|---|
| Cost | 1113 |
|---|
\[\begin{array}{l}
t_1 := t \cdot \left(y - z\right)\\
\mathbf{if}\;z \leq -1.1 \cdot 10^{+178}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq -1.25 \cdot 10^{+120}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -9.2:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq 4.8 \cdot 10^{-158}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;z \leq 1.9 \cdot 10^{+155} \lor \neg \left(z \leq 4.2 \cdot 10^{+224}\right):\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 0.0 |
|---|
| Cost | 832 |
|---|
\[x + \left(y \cdot \left(t - x\right) + z \cdot \left(x - t\right)\right)
\]
| Alternative 5 |
|---|
| Error | 38.8 |
|---|
| Cost | 785 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq 4.4 \cdot 10^{-73}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 3 \cdot 10^{+154} \lor \neg \left(z \leq 1.8 \cdot 10^{+226}\right):\\
\;\;\;\;z \cdot \left(-t\right)\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 23.4 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
\mathbf{if}\;z \leq -1.05 \cdot 10^{-11}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 1.7 \cdot 10^{-153}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;z \leq 1.05 \cdot 10^{+75}:\\
\;\;\;\;t \cdot \left(y - z\right)\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 20.0 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
\mathbf{if}\;z \leq -1.15 \cdot 10^{-11}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.4 \cdot 10^{-189}:\\
\;\;\;\;x \cdot \left(1 - y\right)\\
\mathbf{elif}\;z \leq 4.4 \cdot 10^{-73}:\\
\;\;\;\;x + t \cdot y\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 20.0 |
|---|
| Cost | 716 |
|---|
\[\begin{array}{l}
t_1 := z \cdot \left(x - t\right)\\
\mathbf{if}\;z \leq -6.5 \cdot 10^{-12}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.56 \cdot 10^{-189}:\\
\;\;\;\;x - y \cdot x\\
\mathbf{elif}\;z \leq 4.4 \cdot 10^{-73}:\\
\;\;\;\;x + t \cdot y\\
\mathbf{else}:\\
\;\;\;\;t_1\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 13.0 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.25 \cdot 10^{-11} \lor \neg \left(z \leq 4.4 \cdot 10^{-73}\right):\\
\;\;\;\;z \cdot \left(x - t\right)\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot \left(t - x\right)\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 11.3 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -5.6 \cdot 10^{-16} \lor \neg \left(z \leq 3.9 \cdot 10^{-74}\right):\\
\;\;\;\;x + z \cdot \left(x - t\right)\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot \left(t - x\right)\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 40.4 |
|---|
| Cost | 588 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;z \leq 2.6 \cdot 10^{-147}:\\
\;\;\;\;x\\
\mathbf{elif}\;z \leq 7.2 \cdot 10^{+77}:\\
\;\;\;\;t \cdot y\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[x + \left(y - z\right) \cdot \left(t - x\right)
\]
| Alternative 13 |
|---|
| Error | 38.4 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -4.2 \cdot 10^{-16}:\\
\;\;\;\;t \cdot y\\
\mathbf{elif}\;y \leq 5.7 \cdot 10^{-15}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;t \cdot y\\
\end{array}
\]