| Alternative 1 |
|---|
| Error | 8.6 |
|---|
| Cost | 13320 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;x \leq -9.022991087177669 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 9.896522597872772 \cdot 10^{+38}:\\
\;\;\;\;\mathsf{fma}\left(\sin y, -z, x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[x \cdot \cos y - \sin y \cdot z
\]
| Alternative 3 |
|---|
| Error | 16.0 |
|---|
| Cost | 7448 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := \sin y \cdot \left(-z\right)\\
\mathbf{if}\;y \leq -3.5842381778848335 \cdot 10^{+280}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7.73123433079739 \cdot 10^{+213}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.6551753127859233 \cdot 10^{+187}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7.568392764912005 \cdot 10^{+83}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -16478034.072394175:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.08839147709823608:\\
\;\;\;\;\mathsf{fma}\left(-y, z, x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.0 |
|---|
| Cost | 7384 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := \sin y \cdot \left(-z\right)\\
\mathbf{if}\;y \leq -3.5842381778848335 \cdot 10^{+280}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7.73123433079739 \cdot 10^{+213}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -1.6551753127859233 \cdot 10^{+187}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -7.568392764912005 \cdot 10^{+83}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq -16478034.072394175:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.08839147709823608:\\
\;\;\;\;x - y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 8.6 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;x \leq -9.022991087177669 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 9.896522597872772 \cdot 10^{+38}:\\
\;\;\;\;x - \sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 15.9 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -16478034.072394175:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.08839147709823608:\\
\;\;\;\;x - y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 37.5 |
|---|
| Cost | 388 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq 2.5084330127203226 \cdot 10^{+66}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot \left(-z\right)\\
\end{array}
\]