| Alternative 1 |
|---|
| Error | 0.4 |
|---|
| Cost | 19904 |
|---|
\[3 \cdot \mathsf{fma}\left(\frac{0.1111111111111111 - x}{x}, \sqrt{x}, y \cdot \sqrt{x}\right)
\]
| Alternative 2 |
|---|
| Error | 21.8 |
|---|
| Cost | 7248 |
|---|
\[\begin{array}{l}
t_0 := \sqrt{x} \cdot -3\\
t_1 := 3 \cdot \left(\sqrt{x} \cdot y\right)\\
\mathbf{if}\;x \leq 3.3 \cdot 10^{-50}:\\
\;\;\;\;\sqrt{x} \cdot \frac{0.3333333333333333}{x}\\
\mathbf{elif}\;x \leq 6.2 \cdot 10^{+23}:\\
\;\;\;\;t_1\\
\mathbf{elif}\;x \leq 1.48 \cdot 10^{+51}:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 1.55 \cdot 10^{+69}:\\
\;\;\;\;t_1\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 1.3 |
|---|
| Cost | 7240 |
|---|
\[\begin{array}{l}
t_0 := 3 \cdot \left(\sqrt{x} \cdot \left(y + \frac{0.1111111111111111}{x}\right)\right)\\
\mathbf{if}\;y \leq -1.1:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.75 \cdot 10^{-11}:\\
\;\;\;\;\sqrt{x} \cdot \left(\frac{0.3333333333333333}{x} + -3\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.3 |
|---|
| Cost | 7240 |
|---|
\[\begin{array}{l}
t_0 := 3 \cdot \left(\sqrt{x} \cdot \left(y + \frac{0.1111111111111111}{x}\right)\right)\\
\mathbf{if}\;y \leq -1:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.75 \cdot 10^{-11}:\\
\;\;\;\;\sqrt{x} \cdot \frac{\frac{0.1111111111111111 - x}{x}}{0.3333333333333333}\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.3 |
|---|
| Cost | 7240 |
|---|
\[\begin{array}{l}
t_0 := y + \frac{0.1111111111111111}{x}\\
\mathbf{if}\;y \leq -0.95:\\
\;\;\;\;t_0 \cdot \left(3 \cdot \sqrt{x}\right)\\
\mathbf{elif}\;y \leq 1.75 \cdot 10^{-11}:\\
\;\;\;\;\sqrt{x} \cdot \frac{\frac{0.1111111111111111 - x}{x}}{0.3333333333333333}\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(\sqrt{x} \cdot t_0\right)\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 0.4 |
|---|
| Cost | 7232 |
|---|
\[\left(3 \cdot \sqrt{x}\right) \cdot \left(\left(y + \frac{1}{x \cdot 9}\right) - 1\right)
\]
| Alternative 7 |
|---|
| Error | 9.1 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -8 \cdot 10^{+26}:\\
\;\;\;\;y \cdot \left(3 \cdot \sqrt{x}\right)\\
\mathbf{elif}\;y \leq 3.4:\\
\;\;\;\;\sqrt{x} \cdot \left(\frac{0.3333333333333333}{x} + -3\right)\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(\sqrt{x} \cdot \left(y - 1\right)\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 0.4 |
|---|
| Cost | 7104 |
|---|
\[3 \cdot \left(\sqrt{x} \cdot \left(y + \frac{0.1111111111111111 - x}{x}\right)\right)
\]
| Alternative 9 |
|---|
| Error | 0.4 |
|---|
| Cost | 7104 |
|---|
\[\left(\frac{0.3333333333333333}{x} + \left(-1 + y\right) \cdot 3\right) \cdot \sqrt{x}
\]
| Alternative 10 |
|---|
| Error | 26.7 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
t_0 := 3 \cdot \left(\sqrt{x} \cdot y\right)\\
\mathbf{if}\;y \leq -0.0084:\\
\;\;\;\;t_0\\
\mathbf{elif}\;y \leq 1.75 \cdot 10^{-11}:\\
\;\;\;\;\sqrt{x} \cdot -3\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 26.7 |
|---|
| Cost | 6984 |
|---|
\[\begin{array}{l}
\mathbf{if}\;y \leq -0.0084:\\
\;\;\;\;y \cdot \left(3 \cdot \sqrt{x}\right)\\
\mathbf{elif}\;y \leq 1.75 \cdot 10^{-11}:\\
\;\;\;\;\sqrt{x} \cdot -3\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(\sqrt{x} \cdot y\right)\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 9.7 |
|---|
| Cost | 6980 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 3.5 \cdot 10^{-50}:\\
\;\;\;\;\sqrt{x} \cdot \frac{0.3333333333333333}{x}\\
\mathbf{else}:\\
\;\;\;\;3 \cdot \left(\sqrt{x} \cdot \left(y - 1\right)\right)\\
\end{array}
\]