| Alternative 1 |
|---|
| Error | 1.9 |
|---|
| Cost | 23112 |
|---|
\[\begin{array}{l}
t_0 := \sin \left(u2 \cdot \left(\pi \cdot 2\right)\right)\\
\mathbf{if}\;t_0 \leq -0.05000000074505806:\\
\;\;\;\;t_0 \cdot \sqrt{2 \cdot \left(u1 \cdot \left(0.5 - u1 \cdot -0.25\right)\right)}\\
\mathbf{elif}\;t_0 \leq 0.001500000013038516:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\right)} \cdot \left(\pi \cdot \left(u2 \cdot 2\right)\right)\\
\mathbf{else}:\\
\;\;\;\;t_0 \cdot \sqrt{u1 + u1 \cdot \left(u1 \cdot 0.5\right)}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 0.6 |
|---|
| Cost | 16352 |
|---|
\[\sqrt{\mathsf{log1p}\left(u1\right) - \mathsf{log1p}\left(u1 \cdot \left(-u1\right)\right)} \cdot \sin \left(2 \cdot \left(\pi \cdot u2\right)\right)
\]
| Alternative 3 |
|---|
| Error | 1.4 |
|---|
| Cost | 13476 |
|---|
\[\begin{array}{l}
t_0 := u2 \cdot \left(\pi \cdot 2\right)\\
\mathbf{if}\;t_0 \leq 0.001500000013038516:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\right)} \cdot \left(\pi \cdot \left(u2 \cdot 2\right)\right)\\
\mathbf{else}:\\
\;\;\;\;\sqrt{u1 + \left(u1 \cdot u1\right) \cdot \left(0.5 + u1 \cdot 0.3333333333333333\right)} \cdot \sin t_0\\
\end{array}
\]
| Alternative 4 |
|---|
| Error | 1.9 |
|---|
| Cost | 13348 |
|---|
\[\begin{array}{l}
t_0 := u2 \cdot \left(\pi \cdot 2\right)\\
\mathbf{if}\;t_0 \leq 0.001500000013038516:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\right)} \cdot \left(\pi \cdot \left(u2 \cdot 2\right)\right)\\
\mathbf{else}:\\
\;\;\;\;\sin t_0 \cdot \sqrt{u1 + u1 \cdot \left(u1 \cdot 0.5\right)}\\
\end{array}
\]
| Alternative 5 |
|---|
| Error | 3.1 |
|---|
| Cost | 13220 |
|---|
\[\begin{array}{l}
\mathbf{if}\;u2 \cdot \left(\pi \cdot 2\right) \leq 0.02800000086426735:\\
\;\;\;\;\sqrt{-\mathsf{log1p}\left(-u1\right)} \cdot \left(\pi \cdot \left(u2 \cdot 2\right)\right)\\
\mathbf{else}:\\
\;\;\;\;\sin \left(2 \cdot \left(\pi \cdot u2\right)\right) \cdot \sqrt{u1}\\
\end{array}
\]
| Alternative 6 |
|---|
| Error | 5.3 |
|---|
| Cost | 13156 |
|---|
\[\begin{array}{l}
\mathbf{if}\;u2 \cdot \left(\pi \cdot 2\right) \leq 0.003000000026077032:\\
\;\;\;\;\left(\pi \cdot \left(u2 \cdot 2\right)\right) \cdot \sqrt{u1 + u1 \cdot \left(u1 \cdot 0.5\right)}\\
\mathbf{else}:\\
\;\;\;\;\sin \left(2 \cdot \left(\pi \cdot u2\right)\right) \cdot \sqrt{u1}\\
\end{array}
\]
| Alternative 7 |
|---|
| Error | 0.5 |
|---|
| Cost | 13056 |
|---|
\[\sqrt{-\mathsf{log1p}\left(-u1\right)} \cdot \sin \left(2 \cdot \left(\pi \cdot u2\right)\right)
\]
| Alternative 8 |
|---|
| Error | 8.1 |
|---|
| Cost | 6784 |
|---|
\[\left(\pi \cdot \left(u2 \cdot 2\right)\right) \cdot \sqrt{u1 + u1 \cdot \left(u1 \cdot 0.5\right)}
\]
| Alternative 9 |
|---|
| Error | 10.8 |
|---|
| Cost | 6592 |
|---|
\[2 \cdot \left(u2 \cdot \left(\pi \cdot \sqrt{u1}\right)\right)
\]
| Alternative 10 |
|---|
| Error | 10.8 |
|---|
| Cost | 6592 |
|---|
\[\left(\pi \cdot u2\right) \cdot \left(2 \cdot \sqrt{u1}\right)
\]