| Alternative 1 |
|---|
| Error | 9.0 |
|---|
| Cost | 13256 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot z\\
\mathbf{if}\;z \leq -1.0534156578752266 \cdot 10^{+85}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 5.6296287302526506 \cdot 10^{-145}:\\
\;\;\;\;\mathsf{fma}\left(x, \sin y, z\right)\\
\mathbf{elif}\;z \leq 3.300257962750949 \cdot 10^{-115}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.4244920644270548 \cdot 10^{+91}:\\
\;\;\;\;z + \sin y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot x + \cos y \cdot z
\]
| Alternative 3 |
|---|
| Error | 17.7 |
|---|
| Cost | 7384 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot z\\
t_1 := \sin y \cdot x\\
\mathbf{if}\;z \leq -1.0534156578752266 \cdot 10^{+85}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq -0.0006250749902912553:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq -1.2450670409105932 \cdot 10^{-118}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 5.6296287302526506 \cdot 10^{-145}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 3.300257962750949 \cdot 10^{-115}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.127550276082568 \cdot 10^{-66}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 9.0 |
|---|
| Cost | 7248 |
|---|
\[\begin{array}{l}
t_0 := \cos y \cdot z\\
t_1 := z + \sin y \cdot x\\
\mathbf{if}\;z \leq -1.0534156578752266 \cdot 10^{+85}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 5.6296287302526506 \cdot 10^{-145}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;z \leq 3.300257962750949 \cdot 10^{-115}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;z \leq 1.4244920644270548 \cdot 10^{+91}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 16.1 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot x\\
\mathbf{if}\;y \leq -4.773562577435384 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.9709589350215084 \cdot 10^{-6}:\\
\;\;\;\;z + y \cdot x\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 16.1 |
|---|
| Cost | 6856 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot x\\
\mathbf{if}\;y \leq -4.773562577435384 \cdot 10^{-7}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.9709589350215084 \cdot 10^{-6}:\\
\;\;\;\;\mathsf{fma}\left(y, x, z\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 37.5 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.7191401098301497 \cdot 10^{+129}:\\
\;\;\;\;y \cdot x\\
\mathbf{elif}\;x \leq 5.656141293262609 \cdot 10^{+127}:\\
\;\;\;\;z\\
\mathbf{else}:\\
\;\;\;\;y \cdot x\\
\end{array}
\]