| Alternative 1 |
|---|
| Error | 1.9 |
|---|
| Cost | 9892 |
|---|
\[\begin{array}{l}
t_0 := \cos \left(6.28318530718 \cdot u2\right)\\
\mathbf{if}\;t_0 \leq 0.9800000190734863:\\
\;\;\;\;t_0 \cdot \sqrt{u1}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{\frac{u1}{1 - u1}} \cdot \left(1 + -19.739208802181317 \cdot \left(u2 \cdot u2\right)\right)\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.3 |
|---|
| Cost | 7072 |
|---|
\[\begin{array}{l}
t_0 := \frac{u1}{1 - u1 \cdot u1}\\
\cos \left(6.28318530718 \cdot u2\right) \cdot \sqrt{t_0 + u1 \cdot t_0}
\end{array}
\]
| Alternative 3 |
|---|
| Error | 0.3 |
|---|
| Cost | 6688 |
|---|
\[\cos \left(6.28318530718 \cdot u2\right) \cdot \sqrt{\frac{u1}{1 - u1}}
\]
| Alternative 4 |
|---|
| Error | 4.6 |
|---|
| Cost | 3616 |
|---|
\[\sqrt{\frac{u1}{1 - u1} \cdot \left(1 + \left(u2 \cdot u2\right) \cdot -39.47841760436263\right)}
\]
| Alternative 5 |
|---|
| Error | 3.7 |
|---|
| Cost | 3616 |
|---|
\[\sqrt{\frac{u1}{1 - u1}} \cdot \left(1 + -19.739208802181317 \cdot \left(u2 \cdot u2\right)\right)
\]
| Alternative 6 |
|---|
| Error | 9.0 |
|---|
| Cost | 3360 |
|---|
\[\sqrt{u1 \cdot \left(u1 + 1\right)}
\]
| Alternative 7 |
|---|
| Error | 6.3 |
|---|
| Cost | 3360 |
|---|
\[\sqrt{\frac{u1}{1 - u1}}
\]