| Alternative 1 |
|---|
| Error | 9.7 |
|---|
| Cost | 13520 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;x \leq -7.422309639359841 \cdot 10^{+106}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -4.411838439478305 \cdot 10^{+60}:\\
\;\;\;\;x + \sin y \cdot z\\
\mathbf{elif}\;x \leq -1.2343978564443895 \cdot 10^{-48}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 3.1578212054370495 \cdot 10^{+23}:\\
\;\;\;\;\mathsf{fma}\left(\sin y, z, x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot z + x \cdot \cos y
\]
| Alternative 3 |
|---|
| Error | 16.9 |
|---|
| Cost | 7252 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;z \leq -2.5736110648635675 \cdot 10^{+88}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -7.850447580832386 \cdot 10^{+28}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -8434.577087517517:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -7.609276778893957 \cdot 10^{-56}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;z \leq 1.2095943291590694 \cdot 10^{+74}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.7 |
|---|
| Cost | 7248 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
t_1 := x + \sin y \cdot z\\
\mathbf{if}\;x \leq -7.422309639359841 \cdot 10^{+106}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq -4.411838439478305 \cdot 10^{+60}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq -1.2343978564443895 \cdot 10^{-48}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 3.1578212054370495 \cdot 10^{+23}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.6 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := x \cdot \cos y\\
\mathbf{if}\;y \leq -3349594454779.5894:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 0.00299966792259384:\\
\;\;\;\;x + y \cdot z\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 37.5 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;z \leq -5.668647897976149 \cdot 10^{+105}:\\
\;\;\;\;y \cdot z\\
\mathbf{elif}\;z \leq 1.3868229239506407 \cdot 10^{+116}:\\
\;\;\;\;x\\
\mathbf{else}:\\
\;\;\;\;y \cdot z\\
\end{array}
\]