| Alternative 1 |
|---|
| Error | 0.5 |
|---|
| Cost | 13508 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -71.91497133033104:\\
\;\;\;\;\frac{\tan \left(x \cdot 0.5\right)}{\frac{x \cdot x}{\sin x}}\\
\mathbf{elif}\;x \leq 0.0002529585668099084:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{1 - \cos x}{x}}{x}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.4 |
|---|
| Cost | 13316 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -71.91497133033104:\\
\;\;\;\;t_0 \cdot {x}^{-2}\\
\mathbf{elif}\;x \leq 0.0002529585668099084:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{t_0}{x}}{x}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 0.4 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := \frac{\frac{1 - \cos x}{x}}{x}\\
\mathbf{if}\;x \leq -71.91497133033104:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.0002529585668099084:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 0.6 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -71.91497133033104:\\
\;\;\;\;\frac{1}{x \cdot \frac{x}{t_0}}\\
\mathbf{elif}\;x \leq 0.0002529585668099084:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{t_0}{x}}{x}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 15.6 |
|---|
| Cost | 968 |
|---|
\[\begin{array}{l}
t_0 := \frac{1}{\frac{\frac{x \cdot x}{x \cdot 0.5}}{x}}\\
\mathbf{if}\;x \leq -71.91497133033104:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.0002529585668099084:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 13.9 |
|---|
| Cost | 832 |
|---|
\[\frac{1}{x \cdot \left(x \cdot 0.16666666666666666 + 2 \cdot \frac{1}{x}\right)}
\]