| Alternative 1 |
|---|
| Error | 1.1 |
|---|
| Cost | 7816 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -44255415973652.86:\\
\;\;\;\;\frac{\frac{1}{x}}{\frac{x}{t_0}}\\
\mathbf{elif}\;x \leq 0.004969832777992591:\\
\;\;\;\;\frac{1}{x \cdot \left(0.008333333333333333 \cdot {x}^{3} + \left(x \cdot 0.16666666666666666 + \frac{1}{x} \cdot 2\right)\right)}\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{t_0}{x}}{x}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 1.1 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := \frac{\frac{1 - \cos x}{x}}{x}\\
\mathbf{if}\;x \leq -44255415973652.86:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.004969832777992591:\\
\;\;\;\;0.5 + -0.041666666666666664 \cdot \left(x \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 1.1 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -44255415973652.86:\\
\;\;\;\;\frac{\frac{1}{x}}{\frac{x}{t_0}}\\
\mathbf{elif}\;x \leq 0.004969832777992591:\\
\;\;\;\;0.5 + -0.041666666666666664 \cdot \left(x \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{t_0}{x}}{x}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 15.7 |
|---|
| Cost | 968 |
|---|
\[\begin{array}{l}
t_0 := \frac{1}{\frac{\frac{x \cdot x}{x \cdot 0.5}}{x}}\\
\mathbf{if}\;x \leq -44255415973652.86:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.004969832777992591:\\
\;\;\;\;0.5 + -0.041666666666666664 \cdot \left(x \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 13.9 |
|---|
| Cost | 832 |
|---|
\[\frac{1}{x \cdot \left(x \cdot 0.16666666666666666 + \frac{1}{x} \cdot 2\right)}
\]