| Alternative 1 |
|---|
| Error | 0.0 |
|---|
| Cost | 6848 |
|---|
\[\mathsf{fma}\left(z, x, \left(1 - x\right) \cdot y\right)
\]
| Alternative 2 |
|---|
| Error | 22.8 |
|---|
| Cost | 1312 |
|---|
\[\begin{array}{l}
t_0 := -y \cdot x\\
\mathbf{if}\;x \leq -4.8 \cdot 10^{+156}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq -3.3 \cdot 10^{+39}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -7 \cdot 10^{-72}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq 1.02 \cdot 10^{-16}:\\
\;\;\;\;y\\
\mathbf{elif}\;x \leq 3.3 \cdot 10^{+28}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq 2.2 \cdot 10^{+70}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 8.2 \cdot 10^{+135}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq 2.5 \cdot 10^{+255}:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 17.1 |
|---|
| Cost | 848 |
|---|
\[\begin{array}{l}
t_0 := \left(1 - x\right) \cdot y\\
\mathbf{if}\;y \leq -1.16 \cdot 10^{-16}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -5.8 \cdot 10^{-127}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;y \leq -1.15 \cdot 10^{-168}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 9.8 \cdot 10^{-113}:\\
\;\;\;\;z \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 12.2 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := \left(z - y\right) \cdot x\\
\mathbf{if}\;x \leq -5.2 \cdot 10^{-72}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 4.2 \cdot 10^{-9}:\\
\;\;\;\;\left(1 - x\right) \cdot y\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.0 |
|---|
| Cost | 576 |
|---|
\[\left(1 - x\right) \cdot y + x \cdot z
\]
| Alternative 6 |
|---|
| Error | 23.4 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -7 \cdot 10^{-72}:\\
\;\;\;\;z \cdot x\\
\mathbf{elif}\;x \leq 7.2 \cdot 10^{-12}:\\
\;\;\;\;y\\
\mathbf{else}:\\
\;\;\;\;z \cdot x\\
\end{array}
\]