| Alternative 1 |
|---|
| Error | 1.7 |
|---|
| Cost | 16548 |
|---|
\[\begin{array}{l}
t_0 := \cos \left(u2 \cdot \left(2 \cdot \pi\right)\right)\\
\mathbf{if}\;t_0 \leq 0.9999995231628418:\\
\;\;\;\;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 | 1.7 |
|---|
| Cost | 13412 |
|---|
\[\begin{array}{l}
t_0 := u2 \cdot \left(2 \cdot \pi\right)\\
\mathbf{if}\;t_0 \leq 0.0009200000204145908:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\right)}\\
\mathbf{else}:\\
\;\;\;\;\cos t_0 \cdot \sqrt{2 \cdot \left(u1 \cdot \left(u1 \cdot 0.25 + 0.5\right)\right)}\\
\end{array}
\]
| Alternative 3 |
|---|
| Error | 3.0 |
|---|
| Cost | 13156 |
|---|
\[\begin{array}{l}
t_0 := u2 \cdot \left(2 \cdot \pi\right)\\
\mathbf{if}\;t_0 \leq 0.0044999998062849045:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\right)}\\
\mathbf{else}:\\
\;\;\;\;\cos t_0 \cdot \sqrt{u1}\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 2.5 |
|---|
| Cost | 10112 |
|---|
\[\sqrt{u1 + \left(u1 \cdot u1\right) \cdot \left(u1 \cdot 0.3333333333333333 + 0.5\right)} \cdot \cos \left(u2 \cdot \left(2 \cdot \pi\right)\right)
\]
| Alternative 5 |
|---|
| Error | 6.5 |
|---|
| Cost | 6496 |
|---|
\[\sqrt{-\mathsf{log1p}\left(-u1\right)}
\]
| Alternative 6 |
|---|
| Error | 7.6 |
|---|
| Cost | 3680 |
|---|
\[\sqrt{u1 + \left(u1 \cdot u1\right) \cdot \left(u1 \cdot \left(u1 \cdot 0.25 + 0.3333333333333333\right) + 0.5\right)}
\]
| Alternative 7 |
|---|
| Error | 8.0 |
|---|
| Cost | 3552 |
|---|
\[\sqrt{u1 + \left(u1 \cdot u1\right) \cdot \left(u1 \cdot 0.3333333333333333 + 0.5\right)}
\]
| Alternative 8 |
|---|
| Error | 8.8 |
|---|
| Cost | 3424 |
|---|
\[\sqrt{u1 + \left(u1 \cdot u1\right) \cdot 0.5}
\]