| Alternative 1 |
|---|
| Error | 0.4 |
|---|
| Cost | 13448 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -0.0046:\\
\;\;\;\;\frac{\frac{1}{\frac{1}{t_0}}}{x \cdot x}\\
\mathbf{elif}\;x \leq 0.0037:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;t_0 \cdot {x}^{-2}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.1 |
|---|
| Cost | 13376 |
|---|
\[\frac{\tan \left(\frac{x}{2}\right)}{x} \cdot \frac{\sin x}{x}
\]
| Alternative 3 |
|---|
| Error | 0.4 |
|---|
| Cost | 7236 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -0.0046:\\
\;\;\;\;\frac{\frac{1}{\frac{1}{t_0}}}{x \cdot x}\\
\mathbf{elif}\;x \leq 0.0037:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{t_0}{x}}{x}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 0.6 |
|---|
| Cost | 7113 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0046 \lor \neg \left(x \leq 0.0037\right):\\
\;\;\;\;\frac{1 - \cos x}{x \cdot x}\\
\mathbf{else}:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 0.4 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -0.0046:\\
\;\;\;\;\frac{t_0}{x \cdot x}\\
\mathbf{elif}\;x \leq 0.0037:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{t_0}{x}}{x}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 14.0 |
|---|
| Cost | 1096 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.25:\\
\;\;\;\;\frac{6}{x \cdot x}\\
\mathbf{elif}\;x \leq 10^{-6}:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{1}{0.16666666666666666 + \frac{2}{x \cdot x}}}{x \cdot x}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 14.0 |
|---|
| Cost | 969 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.25 \lor \neg \left(x \leq 3.3\right):\\
\;\;\;\;\frac{6}{x \cdot x}\\
\mathbf{else}:\\
\;\;\;\;0.5 + \left(\left(1 + \left(x \cdot x\right) \cdot -0.041666666666666664\right) + -1\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 14.0 |
|---|
| Cost | 968 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.25:\\
\;\;\;\;\frac{6}{x \cdot x}\\
\mathbf{elif}\;x \leq 3.45:\\
\;\;\;\;0.5 + \left(\left(1 + \left(x \cdot x\right) \cdot -0.041666666666666664\right) + -1\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{6 + \frac{-72}{x \cdot x}}{x \cdot x}\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 14.0 |
|---|
| Cost | 713 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.25 \lor \neg \left(x \leq 3.3\right):\\
\;\;\;\;\frac{6}{x \cdot x}\\
\mathbf{else}:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 14.2 |
|---|
| Cost | 585 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -3.5 \lor \neg \left(x \leq 3.45\right):\\
\;\;\;\;\frac{6}{x \cdot x}\\
\mathbf{else}:\\
\;\;\;\;0.5\\
\end{array}
\]