| Alternative 1 |
|---|
| Error | 0.1 |
|---|
| Cost | 19520 |
|---|
\[\mathsf{fma}\left(x, \cos y, \sin y \cdot z\right)
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13248 |
|---|
\[\sin y \cdot z + x \cdot \cos y
\]
| Alternative 3 |
|---|
| Error | 15.9 |
|---|
| Cost | 7641 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -3.5 \cdot 10^{+240}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -0.0105:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 4.9 \cdot 10^{-5}:\\
\;\;\;\;\mathsf{fma}\left(z, y, x\right)\\
\mathbf{elif}\;y \leq 9.6 \cdot 10^{+120}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 5.2 \cdot 10^{+137} \lor \neg \left(y \leq 1.08 \cdot 10^{+230}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;x \cdot \frac{1}{\frac{1}{\cos y}}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 16.0 |
|---|
| Cost | 7641 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -2.7 \cdot 10^{+239}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -0.009:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 2.75 \cdot 10^{-6}:\\
\;\;\;\;\mathsf{fma}\left(z, y, x\right)\\
\mathbf{elif}\;y \leq 1.15 \cdot 10^{+119}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 2 \cdot 10^{+138} \lor \neg \left(y \leq 7.5 \cdot 10^{+221}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\frac{\frac{1}{x}}{\cos y}}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 15.9 |
|---|
| Cost | 7641 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -2 \cdot 10^{+250}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -0.0142:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 5.3 \cdot 10^{-5}:\\
\;\;\;\;x + \left(-0.16666666666666666 \cdot \left(z \cdot {y}^{3}\right) + y \cdot z\right)\\
\mathbf{elif}\;y \leq 8.5 \cdot 10^{+118}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.3 \cdot 10^{+137} \lor \neg \left(y \leq 4.6 \cdot 10^{+226}\right):\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\frac{1}{\frac{\frac{1}{x}}{\cos y}}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 15.9 |
|---|
| Cost | 7385 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -2.4 \cdot 10^{+234}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -0.009:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 4.4 \cdot 10^{-5}:\\
\;\;\;\;x + y \cdot z\\
\mathbf{elif}\;y \leq 1.25 \cdot 10^{+119} \lor \neg \left(y \leq 1.35 \cdot 10^{+137}\right) \land y \leq 3.7 \cdot 10^{+229}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 15.9 |
|---|
| Cost | 7385 |
|---|
\[\begin{array}{l}
t_0 := \sin y \cdot z\\
t_1 := x \cdot \cos y\\
\mathbf{if}\;y \leq -5.5 \cdot 10^{+245}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq -0.0095:\\
\;\;\;\;t_1\\
\mathbf{elif}\;y \leq 1.2 \cdot 10^{-5}:\\
\;\;\;\;\mathsf{fma}\left(z, y, x\right)\\
\mathbf{elif}\;y \leq 1.1 \cdot 10^{+121} \lor \neg \left(y \leq 8.6 \cdot 10^{+137}\right) \land y \leq 3.05 \cdot 10^{+230}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 15.9 |
|---|
| Cost | 6857 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.006 \lor \neg \left(y \leq 160\right):\\
\;\;\;\;\sin y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x + y \cdot z\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 37.2 |
|---|
| Cost | 456 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -5.6 \cdot 10^{-142}:\\
\;\;\;\;x\\
\mathbf{elif}\;x \leq 6 \cdot 10^{-107}:\\
\;\;\;\;y \cdot z\\
\mathbf{else}:\\
\;\;\;\;x\\
\end{array}
\]