| Alternative 1 |
|---|
| Error | 99.2% |
|---|
| Cost | 13640.00 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0068:\\
\;\;\;\;{x}^{-2} - \frac{\cos x}{x \cdot x}\\
\mathbf{elif}\;x \leq 5 \cdot 10^{-6}:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\sin x \cdot \frac{\tan \left(x \cdot 0.5\right)}{x \cdot x}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 99.4% |
|---|
| Cost | 13640.00 |
|---|
\[\begin{array}{l}
t_0 := \tan \left(x \cdot 0.5\right)\\
\mathbf{if}\;x \leq -0.0002:\\
\;\;\;\;t_0 \cdot \frac{\sin x}{x \cdot x}\\
\mathbf{elif}\;x \leq 5 \cdot 10^{-6}:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\sin x \cdot \frac{t_0}{x \cdot x}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 99.3% |
|---|
| Cost | 13444.00 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0068:\\
\;\;\;\;{x}^{-2} - \frac{\cos x}{x \cdot x}\\
\mathbf{elif}\;x \leq 0.0055:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{1}{x}}{x} \cdot \left(1 - \cos x\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 99.8% |
|---|
| Cost | 13376.00 |
|---|
\[\frac{\sin x}{x} \cdot \frac{\tan \left(x \cdot 0.5\right)}{x}
\]
| Alternative 5 |
|---|
| Error | 99.6% |
|---|
| Cost | 7241.00 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0042 \lor \neg \left(x \leq 0.0055\right):\\
\;\;\;\;\frac{\frac{1}{x}}{x} \cdot \left(1 - \cos x\right)\\
\mathbf{else}:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 99.4% |
|---|
| Cost | 7240.00 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -0.0042:\\
\;\;\;\;\frac{1}{x \cdot \frac{x}{t_0}}\\
\mathbf{elif}\;x \leq 0.0055:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{1}{x}}{x} \cdot t_0\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 99.3% |
|---|
| Cost | 7240.00 |
|---|
\[\begin{array}{l}
t_0 := \frac{\frac{1}{x}}{x}\\
\mathbf{if}\;x \leq -0.006:\\
\;\;\;\;t_0 - \frac{\cos x}{x \cdot x}\\
\mathbf{elif}\;x \leq 0.0055:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;t_0 \cdot \left(1 - \cos x\right)\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 99.5% |
|---|
| Cost | 7240.00 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0055:\\
\;\;\;\;\frac{\frac{1}{x} + \cos x \cdot \frac{-1}{x}}{x}\\
\mathbf{elif}\;x \leq 0.0055:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{1}{x}}{x} \cdot \left(1 - \cos x\right)\\
\end{array}
\]
| Alternative 9 |
|---|
| Error | 99.1% |
|---|
| Cost | 7113.00 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0042 \lor \neg \left(x \leq 0.0055\right):\\
\;\;\;\;\frac{1 - \cos x}{x \cdot x}\\
\mathbf{else}:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 99.6% |
|---|
| Cost | 7113.00 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0042 \lor \neg \left(x \leq 0.0055\right):\\
\;\;\;\;\frac{\frac{1 - \cos x}{x}}{x}\\
\mathbf{else}:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 78.0% |
|---|
| Cost | 1097.00 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -0.0002 \lor \neg \left(x \leq 4 \cdot 10^{-39}\right):\\
\;\;\;\;\frac{1}{\left(x \cdot x\right) \cdot \left(0.16666666666666666 + \frac{2}{x \cdot x}\right)}\\
\mathbf{else}:\\
\;\;\;\;0.5\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 75.5% |
|---|
| Cost | 328.00 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -8.6 \cdot 10^{+76}:\\
\;\;\;\;0\\
\mathbf{elif}\;x \leq 1.15 \cdot 10^{+77}:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;0\\
\end{array}
\]