| Alternative 1 |
|---|
| Error | 0.6 |
|---|
| Cost | 27208 |
|---|
\[\begin{array}{l}
t_0 := \sin x - x\\
t_1 := 0.008333333333333333 \cdot {x}^{5}\\
\mathbf{if}\;t_0 \leq -0.01:\\
\;\;\;\;t_0\\
\mathbf{elif}\;t_0 \leq 0:\\
\;\;\;\;-0.16666666666666666 \cdot {x}^{3} + t_1\\
\mathbf{else}:\\
\;\;\;\;\left(x \cdot x\right) \cdot \left(-0.16666666666666666 \cdot x\right) + \left(t_1 + -0.0001984126984126984 \cdot {x}^{7}\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.7 |
|---|
| Cost | 13828 |
|---|
\[\begin{array}{l}
t_0 := \sin x - x\\
\mathbf{if}\;t_0 \leq -0.01:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\left(x \cdot x\right) \cdot \left(-0.16666666666666666 \cdot x\right) + 0.008333333333333333 \cdot {x}^{5}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 0.6 |
|---|
| Cost | 13508 |
|---|
\[\begin{array}{l}
\mathbf{if}\;x \leq 0.009:\\
\;\;\;\;-0.16666666666666666 \cdot {x}^{3} + 0.008333333333333333 \cdot {x}^{5}\\
\mathbf{else}:\\
\;\;\;\;\sin x - x\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.0 |
|---|
| Cost | 13444 |
|---|
\[\begin{array}{l}
t_0 := \sin x - x\\
\mathbf{if}\;t_0 \leq -0.01:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\frac{-0.5 \cdot {x}^{3}}{3}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.0 |
|---|
| Cost | 13316 |
|---|
\[\begin{array}{l}
t_0 := \sin x - x\\
\mathbf{if}\;t_0 \leq -0.01:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;-0.16666666666666666 \cdot {x}^{3}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 1.0 |
|---|
| Cost | 13252 |
|---|
\[\begin{array}{l}
t_0 := \sin x - x\\
\mathbf{if}\;t_0 \leq -0.01:\\
\;\;\;\;t_0\\
\mathbf{else}:\\
\;\;\;\;\left(x \cdot x\right) \cdot \left(-0.16666666666666666 \cdot x\right)\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 1.3 |
|---|
| Cost | 448 |
|---|
\[\left(-0.16666666666666666 \cdot \left(x \cdot x\right)\right) \cdot x
\]
| Alternative 8 |
|---|
| Error | 1.3 |
|---|
| Cost | 448 |
|---|
\[\left(x \cdot x\right) \cdot \left(-0.16666666666666666 \cdot x\right)
\]