| Alternative 1 |
|---|
| Error | 27.3 |
|---|
| Cost | 27332 |
|---|
\[\begin{array}{l}
t_0 := \tan x \cdot \tan x\\
\mathbf{if}\;t_0 \leq 1:\\
\;\;\;\;\frac{1 - \frac{1}{\left(\frac{1}{x \cdot x} + \left(x \cdot x\right) \cdot 0.06666666666666667\right) + -0.6666666666666666}}{1 + t_0}\\
\mathbf{else}:\\
\;\;\;\;\frac{1 - x \cdot x}{1 + x \cdot x}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.3 |
|---|
| Cost | 26560 |
|---|
\[\begin{array}{l}
t_0 := \frac{\tan x}{\frac{1}{\tan x}}\\
\frac{1 - t_0}{1 + t_0}
\end{array}
\]
| Alternative 3 |
|---|
| Error | 27.5 |
|---|
| Cost | 26244 |
|---|
\[\begin{array}{l}
\mathbf{if}\;\tan x \cdot \tan x \leq 1:\\
\;\;\;\;\frac{1}{1 + {\tan x}^{2}}\\
\mathbf{else}:\\
\;\;\;\;\frac{1 - x \cdot x}{1 + x \cdot x}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 0.3 |
|---|
| Cost | 26176 |
|---|
\[\begin{array}{l}
t_0 := {\tan x}^{2}\\
\frac{t_0 + -1}{-1 - t_0}
\end{array}
\]
| Alternative 5 |
|---|
| Error | 26.2 |
|---|
| Cost | 20416 |
|---|
\[\frac{1 - \frac{\tan x}{\frac{1}{\tan x}}}{1 + \frac{\tan x}{x \cdot -0.3333333333333333 + \frac{1}{x}}}
\]