| Alternative 1 |
|---|
| Error | 7.48% |
|---|
| Cost | 3684 |
|---|
\[\begin{array}{l}
t_0 := \frac{sin2phi}{alphay \cdot alphay}\\
\mathbf{if}\;t_0 \leq 500000:\\
\;\;\;\;\frac{u0 + \left(u0 \cdot u0\right) \cdot 0.5}{\frac{cos2phi}{alphax \cdot alphax} + t_0}\\
\mathbf{else}:\\
\;\;\;\;\mathsf{log1p}\left(-u0\right) \cdot \frac{alphay \cdot \left(-alphay\right)}{sin2phi}\\
\end{array}
\]
| Alternative 2 |
|---|
| Error | 12.57% |
|---|
| Cost | 608 |
|---|
\[\frac{u0 + \left(u0 \cdot u0\right) \cdot 0.5}{\frac{cos2phi}{alphax \cdot alphax} + \frac{sin2phi}{alphay \cdot alphay}}
\]
| Alternative 3 |
|---|
| Error | 24.09% |
|---|
| Cost | 544 |
|---|
\[\left(alphax \cdot alphay\right) \cdot \frac{u0}{alphay \cdot \frac{cos2phi}{alphax} + sin2phi \cdot \frac{alphax}{alphay}}
\]
| Alternative 4 |
|---|
| Error | 24.17% |
|---|
| Cost | 544 |
|---|
\[\left(alphax \cdot alphay\right) \cdot \frac{u0}{alphay \cdot \frac{cos2phi}{alphax} + alphax \cdot \frac{sin2phi}{alphay}}
\]
| Alternative 5 |
|---|
| Error | 24.16% |
|---|
| Cost | 544 |
|---|
\[\left(alphax \cdot alphay\right) \cdot \frac{u0}{alphax \cdot \frac{sin2phi}{alphay} + \frac{alphay}{\frac{alphax}{cos2phi}}}
\]
| Alternative 6 |
|---|
| Error | 24.11% |
|---|
| Cost | 544 |
|---|
\[\frac{u0}{\frac{sin2phi}{\frac{alphay}{alphax}} + alphay \cdot \frac{cos2phi}{alphax}} \cdot \left(alphax \cdot alphay\right)
\]
| Alternative 7 |
|---|
| Error | 30.85% |
|---|
| Cost | 484 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 3.4999999535528142 \cdot 10^{-19}:\\
\;\;\;\;\left(u0 + \left(u0 \cdot u0\right) \cdot 0.5\right) \cdot \frac{alphax}{\frac{cos2phi}{alphax}}\\
\mathbf{else}:\\
\;\;\;\;alphay \cdot \frac{u0}{\frac{sin2phi}{alphay}}\\
\end{array}
\]
| Alternative 8 |
|---|
| Error | 24.23% |
|---|
| Cost | 416 |
|---|
\[\frac{u0}{\frac{cos2phi}{alphax \cdot alphax} + \frac{sin2phi}{alphay \cdot alphay}}
\]
| Alternative 9 |
|---|
| Error | 32.89% |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 3.4999999535528142 \cdot 10^{-19}:\\
\;\;\;\;u0 \cdot \left(alphax \cdot \frac{alphax}{cos2phi}\right)\\
\mathbf{else}:\\
\;\;\;\;alphay \cdot \left(u0 \cdot \frac{alphay}{sin2phi}\right)\\
\end{array}
\]
| Alternative 10 |
|---|
| Error | 32.97% |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 3.4999999535528142 \cdot 10^{-19}:\\
\;\;\;\;u0 \cdot \left(alphax \cdot \frac{alphax}{cos2phi}\right)\\
\mathbf{else}:\\
\;\;\;\;alphay \cdot \frac{u0}{\frac{sin2phi}{alphay}}\\
\end{array}
\]
| Alternative 11 |
|---|
| Error | 32.96% |
|---|
| Cost | 292 |
|---|
\[\begin{array}{l}
\mathbf{if}\;sin2phi \leq 3.4999999535528142 \cdot 10^{-19}:\\
\;\;\;\;\frac{u0}{\frac{cos2phi}{alphax \cdot alphax}}\\
\mathbf{else}:\\
\;\;\;\;alphay \cdot \frac{u0}{\frac{sin2phi}{alphay}}\\
\end{array}
\]
| Alternative 12 |
|---|
| Error | 41.46% |
|---|
| Cost | 224 |
|---|
\[alphay \cdot \left(u0 \cdot \frac{alphay}{sin2phi}\right)
\]