| Alternative 1 |
|---|
| Error | 0.0 |
|---|
| Cost | 6720 |
|---|
\[\mathsf{fma}\left(y, x - z, z\right)
\]
| Alternative 2 |
|---|
| Error | 12.9 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := z + y \cdot x\\
t_1 := y \cdot \left(-z\right)\\
\mathbf{if}\;x \leq -3.485907065575079 \cdot 10^{-305}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 8.846628928109563 \cdot 10^{-248}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 5.331077846216749 \cdot 10^{-139}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 5.913783495717284 \cdot 10^{-126}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 25.2 |
|---|
| Cost | 784 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.7324815573128564 \cdot 10^{-29}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 5.883759852816575 \cdot 10^{-81}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;z \leq 8233723313584718000:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 5.5 \cdot 10^{+85}:\\
\;\;\;\;y \cdot \left(-z\right)\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.5 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -2.4322714825880966 \cdot 10^{+23}:\\
\;\;\;\;y \cdot \left(x - z\right)\\
\mathbf{elif}\;y \leq 1.2286726023738117 \cdot 10^{-10}:\\
\;\;\;\;z + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;y \cdot x - y \cdot z\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.5 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := y \cdot \left(x - z\right)\\
\mathbf{if}\;y \leq -2.4322714825880966 \cdot 10^{+23}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.2286726023738117 \cdot 10^{-10}:\\
\;\;\;\;z + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[z \cdot \left(1 - y\right) + y \cdot x
\]
| Alternative 7 |
|---|
| Error | 24.3 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -2.7324815573128564 \cdot 10^{-29}:\\
\;\;\;\;z\\
\mathbf{elif}\;z \leq 5.883759852816575 \cdot 10^{-81}:\\
\;\;\;\;y \cdot x\\
\mathbf{else}:\\
\;\;\;\;z\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 0.0 |
|---|
| Cost | 448 |
|---|
\[z + y \cdot \left(x - z\right)
\]