| Alternative 1 | |
|---|---|
| Accuracy | 57.7% |
| Cost | 37900 |
(FPCore (n U t l Om U*) :precision binary64 (sqrt (* (* (* 2.0 n) U) (- (- t (* 2.0 (/ (* l l) Om))) (* (* n (pow (/ l Om) 2.0)) (- U U*))))))
(FPCore (n U t l Om U*)
:precision binary64
(let* ((t_1 (pow (/ l Om) 2.0))
(t_2
(pow
(*
(pow (/ -1.0 U) -0.16666666666666666)
(pow (* t (* n -2.0)) 0.16666666666666666))
3.0))
(t_3
(sqrt
(*
2.0
(* (fma t_1 (* n (- U* U)) (fma (* l (/ l Om)) -2.0 t)) (* U n))))))
(if (<= U -8.8e+189)
t_2
(if (<= U -5000.0)
t_3
(if (<= U -2.5e-212)
(sqrt
(*
(* n -2.0)
(* U (- (+ (* 2.0 (/ l (/ Om l))) (* n (* t_1 (- U U*)))) t))))
(if (<= U -6.8e-307)
t_2
(if (<= U 7.6e-197)
(* (sqrt (* n (fma l (* l (/ -2.0 Om)) t))) (sqrt (* U 2.0)))
t_3)))))))double code(double n, double U, double t, double l, double Om, double U_42_) {
return sqrt((((2.0 * n) * U) * ((t - (2.0 * ((l * l) / Om))) - ((n * pow((l / Om), 2.0)) * (U - U_42_)))));
}
double code(double n, double U, double t, double l, double Om, double U_42_) {
double t_1 = pow((l / Om), 2.0);
double t_2 = pow((pow((-1.0 / U), -0.16666666666666666) * pow((t * (n * -2.0)), 0.16666666666666666)), 3.0);
double t_3 = sqrt((2.0 * (fma(t_1, (n * (U_42_ - U)), fma((l * (l / Om)), -2.0, t)) * (U * n))));
double tmp;
if (U <= -8.8e+189) {
tmp = t_2;
} else if (U <= -5000.0) {
tmp = t_3;
} else if (U <= -2.5e-212) {
tmp = sqrt(((n * -2.0) * (U * (((2.0 * (l / (Om / l))) + (n * (t_1 * (U - U_42_)))) - t))));
} else if (U <= -6.8e-307) {
tmp = t_2;
} else if (U <= 7.6e-197) {
tmp = sqrt((n * fma(l, (l * (-2.0 / Om)), t))) * sqrt((U * 2.0));
} else {
tmp = t_3;
}
return tmp;
}
function code(n, U, t, l, Om, U_42_) return sqrt(Float64(Float64(Float64(2.0 * n) * U) * Float64(Float64(t - Float64(2.0 * Float64(Float64(l * l) / Om))) - Float64(Float64(n * (Float64(l / Om) ^ 2.0)) * Float64(U - U_42_))))) end
function code(n, U, t, l, Om, U_42_) t_1 = Float64(l / Om) ^ 2.0 t_2 = Float64((Float64(-1.0 / U) ^ -0.16666666666666666) * (Float64(t * Float64(n * -2.0)) ^ 0.16666666666666666)) ^ 3.0 t_3 = sqrt(Float64(2.0 * Float64(fma(t_1, Float64(n * Float64(U_42_ - U)), fma(Float64(l * Float64(l / Om)), -2.0, t)) * Float64(U * n)))) tmp = 0.0 if (U <= -8.8e+189) tmp = t_2; elseif (U <= -5000.0) tmp = t_3; elseif (U <= -2.5e-212) tmp = sqrt(Float64(Float64(n * -2.0) * Float64(U * Float64(Float64(Float64(2.0 * Float64(l / Float64(Om / l))) + Float64(n * Float64(t_1 * Float64(U - U_42_)))) - t)))); elseif (U <= -6.8e-307) tmp = t_2; elseif (U <= 7.6e-197) tmp = Float64(sqrt(Float64(n * fma(l, Float64(l * Float64(-2.0 / Om)), t))) * sqrt(Float64(U * 2.0))); else tmp = t_3; end return tmp end
code[n_, U_, t_, l_, Om_, U$42$_] := N[Sqrt[N[(N[(N[(2.0 * n), $MachinePrecision] * U), $MachinePrecision] * N[(N[(t - N[(2.0 * N[(N[(l * l), $MachinePrecision] / Om), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - N[(N[(n * N[Power[N[(l / Om), $MachinePrecision], 2.0], $MachinePrecision]), $MachinePrecision] * N[(U - U$42$), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]
code[n_, U_, t_, l_, Om_, U$42$_] := Block[{t$95$1 = N[Power[N[(l / Om), $MachinePrecision], 2.0], $MachinePrecision]}, Block[{t$95$2 = N[Power[N[(N[Power[N[(-1.0 / U), $MachinePrecision], -0.16666666666666666], $MachinePrecision] * N[Power[N[(t * N[(n * -2.0), $MachinePrecision]), $MachinePrecision], 0.16666666666666666], $MachinePrecision]), $MachinePrecision], 3.0], $MachinePrecision]}, Block[{t$95$3 = N[Sqrt[N[(2.0 * N[(N[(t$95$1 * N[(n * N[(U$42$ - U), $MachinePrecision]), $MachinePrecision] + N[(N[(l * N[(l / Om), $MachinePrecision]), $MachinePrecision] * -2.0 + t), $MachinePrecision]), $MachinePrecision] * N[(U * n), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]}, If[LessEqual[U, -8.8e+189], t$95$2, If[LessEqual[U, -5000.0], t$95$3, If[LessEqual[U, -2.5e-212], N[Sqrt[N[(N[(n * -2.0), $MachinePrecision] * N[(U * N[(N[(N[(2.0 * N[(l / N[(Om / l), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(n * N[(t$95$1 * N[(U - U$42$), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] - t), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]], $MachinePrecision], If[LessEqual[U, -6.8e-307], t$95$2, If[LessEqual[U, 7.6e-197], N[(N[Sqrt[N[(n * N[(l * N[(l * N[(-2.0 / Om), $MachinePrecision]), $MachinePrecision] + t), $MachinePrecision]), $MachinePrecision]], $MachinePrecision] * N[Sqrt[N[(U * 2.0), $MachinePrecision]], $MachinePrecision]), $MachinePrecision], t$95$3]]]]]]]]
\sqrt{\left(\left(2 \cdot n\right) \cdot U\right) \cdot \left(\left(t - 2 \cdot \frac{\ell \cdot \ell}{Om}\right) - \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)}
\begin{array}{l}
t_1 := {\left(\frac{\ell}{Om}\right)}^{2}\\
t_2 := {\left({\left(\frac{-1}{U}\right)}^{-0.16666666666666666} \cdot {\left(t \cdot \left(n \cdot -2\right)\right)}^{0.16666666666666666}\right)}^{3}\\
t_3 := \sqrt{2 \cdot \left(\mathsf{fma}\left(t_1, n \cdot \left(U* - U\right), \mathsf{fma}\left(\ell \cdot \frac{\ell}{Om}, -2, t\right)\right) \cdot \left(U \cdot n\right)\right)}\\
\mathbf{if}\;U \leq -8.8 \cdot 10^{+189}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;U \leq -5000:\\
\;\;\;\;t_3\\
\mathbf{elif}\;U \leq -2.5 \cdot 10^{-212}:\\
\;\;\;\;\sqrt{\left(n \cdot -2\right) \cdot \left(U \cdot \left(\left(2 \cdot \frac{\ell}{\frac{Om}{\ell}} + n \cdot \left(t_1 \cdot \left(U - U*\right)\right)\right) - t\right)\right)}\\
\mathbf{elif}\;U \leq -6.8 \cdot 10^{-307}:\\
\;\;\;\;t_2\\
\mathbf{elif}\;U \leq 7.6 \cdot 10^{-197}:\\
\;\;\;\;\sqrt{n \cdot \mathsf{fma}\left(\ell, \ell \cdot \frac{-2}{Om}, t\right)} \cdot \sqrt{U \cdot 2}\\
\mathbf{else}:\\
\;\;\;\;t_3\\
\end{array}
if U < -8.8000000000000002e189 or -2.50000000000000022e-212 < U < -6.79999999999999978e-307Initial program 38.6%
Simplified37.5%
[Start]38.6 | \[ \sqrt{\left(\left(2 \cdot n\right) \cdot U\right) \cdot \left(\left(t - 2 \cdot \frac{\ell \cdot \ell}{Om}\right) - \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)}
\] |
|---|---|
associate-*l* [=>]37.9 | \[ \sqrt{\color{blue}{\left(2 \cdot n\right) \cdot \left(U \cdot \left(\left(t - 2 \cdot \frac{\ell \cdot \ell}{Om}\right) - \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)\right)}}
\] |
associate--l- [=>]37.9 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \color{blue}{\left(t - \left(2 \cdot \frac{\ell \cdot \ell}{Om} + \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)\right)}\right)}
\] |
fma-def [=>]37.9 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \left(t - \color{blue}{\mathsf{fma}\left(2, \frac{\ell \cdot \ell}{Om}, \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)}\right)\right)}
\] |
associate-*l* [=>]37.5 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \left(t - \mathsf{fma}\left(2, \frac{\ell \cdot \ell}{Om}, \color{blue}{n \cdot \left({\left(\frac{\ell}{Om}\right)}^{2} \cdot \left(U - U*\right)\right)}\right)\right)\right)}
\] |
Taylor expanded in t around inf 31.4%
Simplified30.3%
[Start]31.4 | \[ \sqrt{2 \cdot \left(n \cdot \left(t \cdot U\right)\right)}
\] |
|---|---|
associate-*r* [=>]30.3 | \[ \sqrt{2 \cdot \color{blue}{\left(\left(n \cdot t\right) \cdot U\right)}}
\] |
*-commutative [=>]30.3 | \[ \sqrt{2 \cdot \color{blue}{\left(U \cdot \left(n \cdot t\right)\right)}}
\] |
Applied egg-rr28.2%
Taylor expanded in U around -inf 41.8%
Simplified42.1%
[Start]41.8 | \[ {\left(e^{0.16666666666666666 \cdot \left(-1 \cdot \log \left(\frac{-1}{U}\right) + \log \left(-2 \cdot \left(n \cdot t\right)\right)\right)}\right)}^{3}
\] |
|---|---|
distribute-lft-in [=>]41.8 | \[ {\left(e^{\color{blue}{0.16666666666666666 \cdot \left(-1 \cdot \log \left(\frac{-1}{U}\right)\right) + 0.16666666666666666 \cdot \log \left(-2 \cdot \left(n \cdot t\right)\right)}}\right)}^{3}
\] |
*-commutative [<=]41.8 | \[ {\left(e^{0.16666666666666666 \cdot \left(-1 \cdot \log \left(\frac{-1}{U}\right)\right) + \color{blue}{\log \left(-2 \cdot \left(n \cdot t\right)\right) \cdot 0.16666666666666666}}\right)}^{3}
\] |
exp-sum [=>]41.9 | \[ {\color{blue}{\left(e^{0.16666666666666666 \cdot \left(-1 \cdot \log \left(\frac{-1}{U}\right)\right)} \cdot e^{\log \left(-2 \cdot \left(n \cdot t\right)\right) \cdot 0.16666666666666666}\right)}}^{3}
\] |
*-commutative [=>]41.9 | \[ {\left(e^{\color{blue}{\left(-1 \cdot \log \left(\frac{-1}{U}\right)\right) \cdot 0.16666666666666666}} \cdot e^{\log \left(-2 \cdot \left(n \cdot t\right)\right) \cdot 0.16666666666666666}\right)}^{3}
\] |
*-commutative [=>]41.9 | \[ {\left(e^{\color{blue}{\left(\log \left(\frac{-1}{U}\right) \cdot -1\right)} \cdot 0.16666666666666666} \cdot e^{\log \left(-2 \cdot \left(n \cdot t\right)\right) \cdot 0.16666666666666666}\right)}^{3}
\] |
associate-*l* [=>]41.9 | \[ {\left(e^{\color{blue}{\log \left(\frac{-1}{U}\right) \cdot \left(-1 \cdot 0.16666666666666666\right)}} \cdot e^{\log \left(-2 \cdot \left(n \cdot t\right)\right) \cdot 0.16666666666666666}\right)}^{3}
\] |
metadata-eval [=>]41.9 | \[ {\left(e^{\log \left(\frac{-1}{U}\right) \cdot \color{blue}{-0.16666666666666666}} \cdot e^{\log \left(-2 \cdot \left(n \cdot t\right)\right) \cdot 0.16666666666666666}\right)}^{3}
\] |
metadata-eval [<=]41.9 | \[ {\left(e^{\log \left(\frac{-1}{U}\right) \cdot \color{blue}{\left(0.16666666666666666 \cdot -1\right)}} \cdot e^{\log \left(-2 \cdot \left(n \cdot t\right)\right) \cdot 0.16666666666666666}\right)}^{3}
\] |
exp-to-pow [=>]42.0 | \[ {\left(\color{blue}{{\left(\frac{-1}{U}\right)}^{\left(0.16666666666666666 \cdot -1\right)}} \cdot e^{\log \left(-2 \cdot \left(n \cdot t\right)\right) \cdot 0.16666666666666666}\right)}^{3}
\] |
metadata-eval [=>]42.0 | \[ {\left({\left(\frac{-1}{U}\right)}^{\color{blue}{-0.16666666666666666}} \cdot e^{\log \left(-2 \cdot \left(n \cdot t\right)\right) \cdot 0.16666666666666666}\right)}^{3}
\] |
exp-to-pow [=>]42.1 | \[ {\left({\left(\frac{-1}{U}\right)}^{-0.16666666666666666} \cdot \color{blue}{{\left(-2 \cdot \left(n \cdot t\right)\right)}^{0.16666666666666666}}\right)}^{3}
\] |
associate-*r* [=>]42.1 | \[ {\left({\left(\frac{-1}{U}\right)}^{-0.16666666666666666} \cdot {\color{blue}{\left(\left(-2 \cdot n\right) \cdot t\right)}}^{0.16666666666666666}\right)}^{3}
\] |
*-commutative [=>]42.1 | \[ {\left({\left(\frac{-1}{U}\right)}^{-0.16666666666666666} \cdot {\color{blue}{\left(t \cdot \left(-2 \cdot n\right)\right)}}^{0.16666666666666666}\right)}^{3}
\] |
*-commutative [=>]42.1 | \[ {\left({\left(\frac{-1}{U}\right)}^{-0.16666666666666666} \cdot {\left(t \cdot \color{blue}{\left(n \cdot -2\right)}\right)}^{0.16666666666666666}\right)}^{3}
\] |
if -8.8000000000000002e189 < U < -5e3 or 7.5999999999999998e-197 < U Initial program 51.2%
Simplified54.2%
[Start]51.2 | \[ \sqrt{\left(\left(2 \cdot n\right) \cdot U\right) \cdot \left(\left(t - 2 \cdot \frac{\ell \cdot \ell}{Om}\right) - \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)}
\] |
|---|---|
associate-*l* [=>]51.2 | \[ \sqrt{\color{blue}{\left(2 \cdot \left(n \cdot U\right)\right)} \cdot \left(\left(t - 2 \cdot \frac{\ell \cdot \ell}{Om}\right) - \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)}
\] |
associate-*l* [=>]51.2 | \[ \sqrt{\color{blue}{2 \cdot \left(\left(n \cdot U\right) \cdot \left(\left(t - 2 \cdot \frac{\ell \cdot \ell}{Om}\right) - \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)\right)}}
\] |
*-commutative [=>]51.2 | \[ \sqrt{2 \cdot \color{blue}{\left(\left(\left(t - 2 \cdot \frac{\ell \cdot \ell}{Om}\right) - \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right) \cdot \left(n \cdot U\right)\right)}}
\] |
if -5e3 < U < -2.50000000000000022e-212Initial program 46.1%
Simplified54.4%
[Start]46.1 | \[ \sqrt{\left(\left(2 \cdot n\right) \cdot U\right) \cdot \left(\left(t - 2 \cdot \frac{\ell \cdot \ell}{Om}\right) - \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)}
\] |
|---|---|
associate-*l* [=>]50.4 | \[ \sqrt{\color{blue}{\left(2 \cdot n\right) \cdot \left(U \cdot \left(\left(t - 2 \cdot \frac{\ell \cdot \ell}{Om}\right) - \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)\right)}}
\] |
associate--l- [=>]50.4 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \color{blue}{\left(t - \left(2 \cdot \frac{\ell \cdot \ell}{Om} + \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)\right)}\right)}
\] |
sub-neg [=>]50.4 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \color{blue}{\left(t + \left(-\left(2 \cdot \frac{\ell \cdot \ell}{Om} + \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)\right)\right)}\right)}
\] |
sub-neg [<=]50.4 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \color{blue}{\left(t - \left(2 \cdot \frac{\ell \cdot \ell}{Om} + \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)\right)}\right)}
\] |
cancel-sign-sub [<=]50.4 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \left(t - \color{blue}{\left(2 \cdot \frac{\ell \cdot \ell}{Om} - \left(-n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)}\right)\right)}
\] |
cancel-sign-sub [=>]50.4 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \left(t - \color{blue}{\left(2 \cdot \frac{\ell \cdot \ell}{Om} + \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)}\right)\right)}
\] |
associate-/l* [=>]55.7 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \left(t - \left(2 \cdot \color{blue}{\frac{\ell}{\frac{Om}{\ell}}} + \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U - U*\right)\right)\right)\right)}
\] |
associate-*l* [=>]54.4 | \[ \sqrt{\left(2 \cdot n\right) \cdot \left(U \cdot \left(t - \left(2 \cdot \frac{\ell}{\frac{Om}{\ell}} + \color{blue}{n \cdot \left({\left(\frac{\ell}{Om}\right)}^{2} \cdot \left(U - U*\right)\right)}\right)\right)\right)}
\] |
if -6.79999999999999978e-307 < U < 7.5999999999999998e-197Initial program 34.3%
Taylor expanded in n around 0 34.7%
Simplified35.5%
[Start]34.7 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(t - 2 \cdot \frac{{\ell}^{2}}{Om}\right) \cdot U\right)\right)}
\] |
|---|---|
associate-*r* [=>]31.8 | \[ \sqrt{2 \cdot \color{blue}{\left(\left(n \cdot \left(t - 2 \cdot \frac{{\ell}^{2}}{Om}\right)\right) \cdot U\right)}}
\] |
*-commutative [=>]31.8 | \[ \sqrt{2 \cdot \color{blue}{\left(U \cdot \left(n \cdot \left(t - 2 \cdot \frac{{\ell}^{2}}{Om}\right)\right)\right)}}
\] |
cancel-sign-sub-inv [=>]31.8 | \[ \sqrt{2 \cdot \left(U \cdot \left(n \cdot \color{blue}{\left(t + \left(-2\right) \cdot \frac{{\ell}^{2}}{Om}\right)}\right)\right)}
\] |
metadata-eval [=>]31.8 | \[ \sqrt{2 \cdot \left(U \cdot \left(n \cdot \left(t + \color{blue}{-2} \cdot \frac{{\ell}^{2}}{Om}\right)\right)\right)}
\] |
unpow2 [=>]31.8 | \[ \sqrt{2 \cdot \left(U \cdot \left(n \cdot \left(t + -2 \cdot \frac{\color{blue}{\ell \cdot \ell}}{Om}\right)\right)\right)}
\] |
associate-*r/ [<=]35.5 | \[ \sqrt{2 \cdot \left(U \cdot \left(n \cdot \left(t + -2 \cdot \color{blue}{\left(\ell \cdot \frac{\ell}{Om}\right)}\right)\right)\right)}
\] |
*-commutative [<=]35.5 | \[ \sqrt{2 \cdot \left(U \cdot \left(n \cdot \left(t + \color{blue}{\left(\ell \cdot \frac{\ell}{Om}\right) \cdot -2}\right)\right)\right)}
\] |
Applied egg-rr48.6%
Simplified48.6%
[Start]48.6 | \[ \sqrt{2 \cdot U} \cdot \sqrt{n \cdot \mathsf{fma}\left(\ell, \ell \cdot \frac{-2}{Om}, t\right)}
\] |
|---|---|
*-commutative [=>]48.6 | \[ \color{blue}{\sqrt{n \cdot \mathsf{fma}\left(\ell, \ell \cdot \frac{-2}{Om}, t\right)} \cdot \sqrt{2 \cdot U}}
\] |
Final simplification51.6%
| Alternative 1 | |
|---|---|
| Accuracy | 57.7% |
| Cost | 37900 |
| Alternative 2 | |
|---|---|
| Accuracy | 51.3% |
| Cost | 14804 |
| Alternative 3 | |
|---|---|
| Accuracy | 51.5% |
| Cost | 14728 |
| Alternative 4 | |
|---|---|
| Accuracy | 49.0% |
| Cost | 8784 |
| Alternative 5 | |
|---|---|
| Accuracy | 48.9% |
| Cost | 8784 |
| Alternative 6 | |
|---|---|
| Accuracy | 47.0% |
| Cost | 8532 |
| Alternative 7 | |
|---|---|
| Accuracy | 46.3% |
| Cost | 8400 |
| Alternative 8 | |
|---|---|
| Accuracy | 38.2% |
| Cost | 7628 |
| Alternative 9 | |
|---|---|
| Accuracy | 38.4% |
| Cost | 7628 |
| Alternative 10 | |
|---|---|
| Accuracy | 45.4% |
| Cost | 7625 |
| Alternative 11 | |
|---|---|
| Accuracy | 45.9% |
| Cost | 7625 |
| Alternative 12 | |
|---|---|
| Accuracy | 48.8% |
| Cost | 7625 |
| Alternative 13 | |
|---|---|
| Accuracy | 41.7% |
| Cost | 7497 |
| Alternative 14 | |
|---|---|
| Accuracy | 38.7% |
| Cost | 7113 |
| Alternative 15 | |
|---|---|
| Accuracy | 38.7% |
| Cost | 7113 |
| Alternative 16 | |
|---|---|
| Accuracy | 37.2% |
| Cost | 6848 |
herbie shell --seed 2023122
(FPCore (n U t l Om U*)
:name "Toniolo and Linder, Equation (13)"
:precision binary64
(sqrt (* (* (* 2.0 n) U) (- (- t (* 2.0 (/ (* l l) Om))) (* (* n (pow (/ l Om) 2.0)) (- U U*))))))