| Alternative 1 |
|---|
| Error | 94.6% |
|---|
| Cost | 16548.00 |
|---|
\[\begin{array}{l}
t_0 := \cos \left(u2 \cdot \left(2 \cdot \pi\right)\right)\\
\mathbf{if}\;t_0 \leq 0.9999982118606567:\\
\;\;\;\;t_0 \cdot \sqrt{u1 + u1 \cdot \left(u1 \cdot 0.5\right)}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\right)}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 96.1% |
|---|
| Cost | 13476.00 |
|---|
\[\begin{array}{l}
t_0 := u2 \cdot \left(2 \cdot \pi\right)\\
\mathbf{if}\;t_0 \leq 0.0010999999940395355:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\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 3 |
|---|
| Error | 90.6% |
|---|
| Cost | 13156.00 |
|---|
\[\begin{array}{l}
\mathbf{if}\;u2 \cdot \left(2 \cdot \pi\right) \leq 0.004999999888241291:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\right)}\\
\mathbf{else}:\\
\;\;\;\;\sqrt{u1} \cdot \cos \left(2 \cdot \left(\pi \cdot u2\right)\right)\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 80.3% |
|---|
| Cost | 6496.00 |
|---|
\[\sqrt{-\mathsf{log1p}\left(-u1\right)}
\]
| Alternative 5 |
|---|
| Error | 77.1% |
|---|
| Cost | 3680.00 |
|---|
\[\sqrt{u1 - \left(u1 \cdot u1\right) \cdot \left(-0.5 + u1 \cdot \left(-0.3333333333333333 + u1 \cdot -0.25\right)\right)}
\]
| Alternative 6 |
|---|
| Error | 75.9% |
|---|
| Cost | 3552.00 |
|---|
\[\sqrt{u1 + \left(u1 \cdot u1\right) \cdot \left(0.5 - u1 \cdot -0.3333333333333333\right)}
\]
| Alternative 7 |
|---|
| Error | 73.4% |
|---|
| Cost | 3424.00 |
|---|
\[\sqrt{u1 - \left(u1 \cdot u1\right) \cdot -0.5}
\]