| Alternative 1 |
|---|
| Error | 0.3 |
|---|
| Cost | 29312 |
|---|
\[\sqrt{-\mathsf{log1p}\left(-u1\right)} \cdot \left(0.5 \cdot \cos \left(\mathsf{expm1}\left(\mathsf{log1p}\left(u2 \cdot \left(\pi \cdot 2\right)\right)\right)\right) + \left(0.5 - {\sin \left(u2 \cdot \pi\right)}^{2}\right)\right)
\]
| Alternative 2 |
|---|
| Error | 0.3 |
|---|
| Cost | 23040 |
|---|
\[\sqrt{-\mathsf{log1p}\left(-u1\right)} \cdot \left(0.5 \cdot \cos \left(\left(u2 \cdot \left(\pi \cdot 2\right) + 1\right) + -1\right) + \left(0.5 - {\sin \left(u2 \cdot \pi\right)}^{2}\right)\right)
\]
| Alternative 3 |
|---|
| Error | 0.3 |
|---|
| Cost | 16352 |
|---|
\[\sqrt{\mathsf{log1p}\left(u1\right) - \mathsf{log1p}\left(u1 \cdot \left(-u1\right)\right)} \cdot \cos \left(2 \cdot \left(u2 \cdot \pi\right)\right)
\]
| Alternative 4 |
|---|
| Error | 1.3 |
|---|
| Cost | 13476 |
|---|
\[\begin{array}{l}
t_0 := u2 \cdot \left(\pi \cdot 2\right)\\
\mathbf{if}\;t_0 \leq 0.0020000000949949026:\\
\;\;\;\;\sqrt{\mathsf{log1p}\left(u1\right) - \mathsf{log1p}\left(u1 \cdot \left(-u1\right)\right)}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{u1 - \left(u1 \cdot u1\right) \cdot \left(-0.5 - u1 \cdot 0.3333333333333333\right)} \cdot \cos t_0\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 1.7 |
|---|
| Cost | 13348 |
|---|
\[\begin{array}{l}
t_0 := u2 \cdot \left(\pi \cdot 2\right)\\
\mathbf{if}\;t_0 \leq 0.0020000000949949026:\\
\;\;\;\;\sqrt{\mathsf{log1p}\left(u1\right) - \mathsf{log1p}\left(u1 \cdot \left(-u1\right)\right)}\\
\mathbf{else}:\\
\;\;\;\;\cos t_0 \cdot \sqrt{u1 + u1 \cdot \left(u1 \cdot 0.5\right)}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 3.0 |
|---|
| Cost | 13156 |
|---|
\[\begin{array}{l}
t_0 := u2 \cdot \left(\pi \cdot 2\right)\\
\mathbf{if}\;t_0 \leq 0.006750999949872494:\\
\;\;\;\;\sqrt{\mathsf{log1p}\left(u1\right) - \mathsf{log1p}\left(u1 \cdot \left(-u1\right)\right)}\\
\mathbf{else}:\\
\;\;\;\;\cos t_0 \cdot \sqrt{u1}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.3 |
|---|
| Cost | 13056 |
|---|
\[\sqrt{-\mathsf{log1p}\left(-u1\right)} \cdot \cos \left(2 \cdot \left(u2 \cdot \pi\right)\right)
\]
| Alternative 8 |
|---|
| Error | 6.6 |
|---|
| Cost | 9792 |
|---|
\[\sqrt{\mathsf{log1p}\left(u1\right) - \mathsf{log1p}\left(u1 \cdot \left(-u1\right)\right)}
\]
| Alternative 9 |
|---|
| Error | 6.5 |
|---|
| Cost | 6496 |
|---|
\[\sqrt{-\mathsf{log1p}\left(-u1\right)}
\]
| Alternative 10 |
|---|
| Error | 7.7 |
|---|
| 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 11 |
|---|
| Error | 8.0 |
|---|
| Cost | 3552 |
|---|
\[\sqrt{u1 - u1 \cdot \left(u1 \cdot \left(-0.5 - u1 \cdot 0.3333333333333333\right)\right)}
\]
| Alternative 12 |
|---|
| Error | 8.8 |
|---|
| Cost | 3424 |
|---|
\[\sqrt{u1 + 0.5 \cdot \left(u1 \cdot u1\right)}
\]