| Alternative 1 |
|---|
| Error | 1.0 |
|---|
| Cost | 13316 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -1.7922668269295663:\\
\;\;\;\;{x}^{-2} \cdot t_0\\
\mathbf{elif}\;x \leq 9.519044008672343 \cdot 10^{-19}:\\
\;\;\;\;0.5 + -0.041666666666666664 \cdot \left(x \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{t_0}{x}}{x}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 1.0 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := \frac{\frac{1 - \cos x}{x}}{x}\\
\mathbf{if}\;x \leq -1.7922668269295663:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 9.519044008672343 \cdot 10^{-19}:\\
\;\;\;\;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 -1.7922668269295663:\\
\;\;\;\;\frac{t_0}{x \cdot x}\\
\mathbf{elif}\;x \leq 9.519044008672343 \cdot 10^{-19}:\\
\;\;\;\;0.5 + -0.041666666666666664 \cdot \left(x \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{t_0}{x}}{x}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.2 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := 1 - \cos x\\
\mathbf{if}\;x \leq -1.7922668269295663:\\
\;\;\;\;\frac{1}{x \cdot \frac{x}{t_0}}\\
\mathbf{elif}\;x \leq 9.519044008672343 \cdot 10^{-19}:\\
\;\;\;\;0.5 + -0.041666666666666664 \cdot \left(x \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{t_0}{x}}{x}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.0 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -1.7922668269295663:\\
\;\;\;\;\frac{\frac{-1}{x}}{x} \cdot \left(\cos x + -1\right)\\
\mathbf{elif}\;x \leq 9.519044008672343 \cdot 10^{-19}:\\
\;\;\;\;0.5 + -0.041666666666666664 \cdot \left(x \cdot x\right)\\
\mathbf{else}:\\
\;\;\;\;\frac{\frac{1 - \cos x}{x}}{x}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 14.0 |
|---|
| Cost | 832 |
|---|
\[\frac{\frac{1}{x}}{x \cdot 0.16666666666666666 + -2 \cdot \frac{-1}{x}}
\]