| Alternative 1 |
|---|
| Error | 3.4 |
|---|
| Cost | 13060 |
|---|
\[\begin{array}{l}
\mathbf{if}\;u2 \leq 0.004999999888241291:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\right)}\\
\mathbf{else}:\\
\;\;\;\;\cos \left(\pi \cdot \left(u2 + u2\right)\right) \cdot \sqrt{\mathsf{log1p}\left(u1\right)}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.3 |
|---|
| Cost | 13056 |
|---|
\[\sqrt{-\mathsf{log1p}\left(-u1\right)} \cdot \cos \left(\left(\pi \cdot u2\right) \cdot 2\right)
\]
| Alternative 3 |
|---|
| Error | 6.5 |
|---|
| Cost | 6496 |
|---|
\[\sqrt{-\mathsf{log1p}\left(-u1\right)}
\]
| Alternative 4 |
|---|
| Error | 7.6 |
|---|
| Cost | 3680 |
|---|
\[\sqrt{u1 - \left(u1 \cdot u1\right) \cdot \left(-0.5 + u1 \cdot \left(u1 \cdot -0.25 + -0.3333333333333333\right)\right)}
\]
| Alternative 5 |
|---|
| Error | 8.0 |
|---|
| Cost | 3552 |
|---|
\[\sqrt{u1 - \left(u1 \cdot u1\right) \cdot \left(-0.5 + u1 \cdot -0.3333333333333333\right)}
\]
| Alternative 6 |
|---|
| Error | 8.8 |
|---|
| Cost | 3424 |
|---|
\[\sqrt{u1 + 0.5 \cdot \left(u1 \cdot u1\right)}
\]