| Alternative 1 |
|---|
| Error | 0.08% |
|---|
| Cost | 6848 |
|---|
\[\mathsf{fma}\left(x, y, z \cdot \left(5 + x\right)\right)
\]
| Alternative 2 |
|---|
| Error | 23.72% |
|---|
| Cost | 850 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -1.65 \cdot 10^{-26} \lor \neg \left(z \leq 6.5 \cdot 10^{-189} \lor \neg \left(z \leq 1.8 \cdot 10^{+59}\right) \land z \leq 2.2 \cdot 10^{+84}\right):\\
\;\;\;\;z \cdot \left(5 + x\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(z + y\right)\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 37.05% |
|---|
| Cost | 720 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -8.2 \cdot 10^{+70}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq -6 \cdot 10^{-34}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;x \leq 6.8 \cdot 10^{-17}:\\
\;\;\;\;z \cdot 5\\
\mathbf{elif}\;x \leq 1.7 \cdot 10^{+180}:\\
\;\;\;\;x \cdot y\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.38% |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5 \lor \neg \left(x \leq 5\right):\\
\;\;\;\;x \cdot \left(z + y\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot y + z \cdot 5\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.38% |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5:\\
\;\;\;\;x \cdot y + z \cdot x\\
\mathbf{elif}\;x \leq 5:\\
\;\;\;\;x \cdot y + z \cdot 5\\
\mathbf{else}:\\
\;\;\;\;x \cdot \left(z + y\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 26.45% |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -6.7 \cdot 10^{-49} \lor \neg \left(z \leq 1.6 \cdot 10^{-189}\right):\\
\;\;\;\;z \cdot \left(5 + x\right)\\
\mathbf{else}:\\
\;\;\;\;x \cdot y\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.1% |
|---|
| Cost | 576 |
|---|
\[z \cdot 5 + x \cdot \left(z + y\right)
\]
| Alternative 8 |
|---|
| Error | 0.09% |
|---|
| Cost | 576 |
|---|
\[z \cdot \left(5 + x\right) + x \cdot y
\]
| Alternative 9 |
|---|
| Error | 37.38% |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -2.2 \cdot 10^{-33}:\\
\;\;\;\;x \cdot y\\
\mathbf{elif}\;x \leq 4.2 \cdot 10^{-17}:\\
\;\;\;\;z \cdot 5\\
\mathbf{else}:\\
\;\;\;\;x \cdot y\\
\end{array}
\]