| Alternative 1 |
|---|
| Error | 1.4 |
|---|
| Cost | 7112 |
|---|
\[\begin{array}{l}
t_0 := \frac{\frac{1 - \cos x}{x}}{x}\\
\mathbf{if}\;x \leq -23225632.774201367:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 6.836132281765733 \cdot 10^{-16}:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 14.0 |
|---|
| Cost | 712 |
|---|
\[\begin{array}{l}
t_0 := \frac{6}{x \cdot x}\\
\mathbf{if}\;x \leq -23225632.774201367:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.04590316606432221:\\
\;\;\;\;0.5 + \left(x \cdot x\right) \cdot -0.041666666666666664\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 14.1 |
|---|
| Cost | 584 |
|---|
\[\begin{array}{l}
t_0 := \frac{6}{x \cdot x}\\
\mathbf{if}\;x \leq -23225632.774201367:\\
\;\;\;\;t_0\\
\mathbf{elif}\;x \leq 0.04590316606432221:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 13.9 |
|---|
| Cost | 576 |
|---|
\[\frac{1}{0.16666666666666666 \cdot \left(x \cdot x\right) + 2}
\]
| Alternative 5 |
|---|
| Error | 15.5 |
|---|
| Cost | 328 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq -4.46328190275453 \cdot 10^{+85}:\\
\;\;\;\;0\\
\mathbf{elif}\;x \leq 1.861791091587785 \cdot 10^{+72}:\\
\;\;\;\;0.5\\
\mathbf{else}:\\
\;\;\;\;0\\
\end{array}
\]