| Alternative 1 | |
|---|---|
| Error | 42.32% |
| Cost | 43528 |
(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
(*
(* (* 2.0 n) U)
(+
(+ t (* (/ (* l l) Om) -2.0))
(* (* n (pow (/ l Om) 2.0)) (- U* U))))))
(if (<= t_1 -2e-94)
(sqrt
(* 2.0 (* n (* U (* (* l l) (+ (* (/ n Om) (/ U* Om)) (/ -2.0 Om)))))))
(if (<= t_1 1e-311)
(* (cbrt n) (sqrt (* (cbrt n) (* t (* 2.0 U)))))
(if (<= t_1 1e+306)
(sqrt t_1)
(fabs (* (sqrt (* 2.0 (* U (- U* U)))) (/ (* n l) Om))))))))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 = ((2.0 * n) * U) * ((t + (((l * l) / Om) * -2.0)) + ((n * pow((l / Om), 2.0)) * (U_42_ - U)));
double tmp;
if (t_1 <= -2e-94) {
tmp = sqrt((2.0 * (n * (U * ((l * l) * (((n / Om) * (U_42_ / Om)) + (-2.0 / Om)))))));
} else if (t_1 <= 1e-311) {
tmp = cbrt(n) * sqrt((cbrt(n) * (t * (2.0 * U))));
} else if (t_1 <= 1e+306) {
tmp = sqrt(t_1);
} else {
tmp = fabs((sqrt((2.0 * (U * (U_42_ - U)))) * ((n * l) / Om)));
}
return tmp;
}
public static double code(double n, double U, double t, double l, double Om, double U_42_) {
return Math.sqrt((((2.0 * n) * U) * ((t - (2.0 * ((l * l) / Om))) - ((n * Math.pow((l / Om), 2.0)) * (U - U_42_)))));
}
public static double code(double n, double U, double t, double l, double Om, double U_42_) {
double t_1 = ((2.0 * n) * U) * ((t + (((l * l) / Om) * -2.0)) + ((n * Math.pow((l / Om), 2.0)) * (U_42_ - U)));
double tmp;
if (t_1 <= -2e-94) {
tmp = Math.sqrt((2.0 * (n * (U * ((l * l) * (((n / Om) * (U_42_ / Om)) + (-2.0 / Om)))))));
} else if (t_1 <= 1e-311) {
tmp = Math.cbrt(n) * Math.sqrt((Math.cbrt(n) * (t * (2.0 * U))));
} else if (t_1 <= 1e+306) {
tmp = Math.sqrt(t_1);
} else {
tmp = Math.abs((Math.sqrt((2.0 * (U * (U_42_ - U)))) * ((n * l) / Om)));
}
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(Float64(Float64(2.0 * n) * U) * Float64(Float64(t + Float64(Float64(Float64(l * l) / Om) * -2.0)) + Float64(Float64(n * (Float64(l / Om) ^ 2.0)) * Float64(U_42_ - U)))) tmp = 0.0 if (t_1 <= -2e-94) tmp = sqrt(Float64(2.0 * Float64(n * Float64(U * Float64(Float64(l * l) * Float64(Float64(Float64(n / Om) * Float64(U_42_ / Om)) + Float64(-2.0 / Om))))))); elseif (t_1 <= 1e-311) tmp = Float64(cbrt(n) * sqrt(Float64(cbrt(n) * Float64(t * Float64(2.0 * U))))); elseif (t_1 <= 1e+306) tmp = sqrt(t_1); else tmp = abs(Float64(sqrt(Float64(2.0 * Float64(U * Float64(U_42_ - U)))) * Float64(Float64(n * l) / Om))); 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[(N[(N[(2.0 * n), $MachinePrecision] * U), $MachinePrecision] * N[(N[(t + N[(N[(N[(l * l), $MachinePrecision] / Om), $MachinePrecision] * -2.0), $MachinePrecision]), $MachinePrecision] + N[(N[(n * N[Power[N[(l / Om), $MachinePrecision], 2.0], $MachinePrecision]), $MachinePrecision] * N[(U$42$ - U), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]}, If[LessEqual[t$95$1, -2e-94], N[Sqrt[N[(2.0 * N[(n * N[(U * N[(N[(l * l), $MachinePrecision] * N[(N[(N[(n / Om), $MachinePrecision] * N[(U$42$ / Om), $MachinePrecision]), $MachinePrecision] + N[(-2.0 / Om), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]], $MachinePrecision], If[LessEqual[t$95$1, 1e-311], N[(N[Power[n, 1/3], $MachinePrecision] * N[Sqrt[N[(N[Power[n, 1/3], $MachinePrecision] * N[(t * N[(2.0 * U), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]), $MachinePrecision], If[LessEqual[t$95$1, 1e+306], N[Sqrt[t$95$1], $MachinePrecision], N[Abs[N[(N[Sqrt[N[(2.0 * N[(U * N[(U$42$ - U), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]], $MachinePrecision] * N[(N[(n * l), $MachinePrecision] / Om), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]]]]]
\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(\left(2 \cdot n\right) \cdot U\right) \cdot \left(\left(t + \frac{\ell \cdot \ell}{Om} \cdot -2\right) + \left(n \cdot {\left(\frac{\ell}{Om}\right)}^{2}\right) \cdot \left(U* - U\right)\right)\\
\mathbf{if}\;t_1 \leq -2 \cdot 10^{-94}:\\
\;\;\;\;\sqrt{2 \cdot \left(n \cdot \left(U \cdot \left(\left(\ell \cdot \ell\right) \cdot \left(\frac{n}{Om} \cdot \frac{U*}{Om} + \frac{-2}{Om}\right)\right)\right)\right)}\\
\mathbf{elif}\;t_1 \leq 10^{-311}:\\
\;\;\;\;\sqrt[3]{n} \cdot \sqrt{\sqrt[3]{n} \cdot \left(t \cdot \left(2 \cdot U\right)\right)}\\
\mathbf{elif}\;t_1 \leq 10^{+306}:\\
\;\;\;\;\sqrt{t_1}\\
\mathbf{else}:\\
\;\;\;\;\left|\sqrt{2 \cdot \left(U \cdot \left(U* - U\right)\right)} \cdot \frac{n \cdot \ell}{Om}\right|\\
\end{array}
Results
if (*.f64 (*.f64 (*.f64 2 n) U) (-.f64 (-.f64 t (*.f64 2 (/.f64 (*.f64 l l) Om))) (*.f64 (*.f64 n (pow.f64 (/.f64 l Om) 2)) (-.f64 U U*)))) < -1.9999999999999999e-94Initial program 100
Simplified66.9
[Start]100 | \[ \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* [=>]100 | \[ \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* [=>]100 | \[ \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 [=>]100 | \[ \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)}}
\] |
Taylor expanded in l around inf 87.24
Simplified82.95
[Start]87.24 | \[ \sqrt{2 \cdot \left(n \cdot \left({\ell}^{2} \cdot \left(U \cdot \left(\frac{n \cdot \left(U* - U\right)}{{Om}^{2}} - 2 \cdot \frac{1}{Om}\right)\right)\right)\right)}
\] |
|---|---|
*-commutative [=>]87.24 | \[ \sqrt{2 \cdot \left(n \cdot \left({\ell}^{2} \cdot \color{blue}{\left(\left(\frac{n \cdot \left(U* - U\right)}{{Om}^{2}} - 2 \cdot \frac{1}{Om}\right) \cdot U\right)}\right)\right)}
\] |
associate-*r* [=>]87.23 | \[ \sqrt{2 \cdot \left(n \cdot \color{blue}{\left(\left({\ell}^{2} \cdot \left(\frac{n \cdot \left(U* - U\right)}{{Om}^{2}} - 2 \cdot \frac{1}{Om}\right)\right) \cdot U\right)}\right)}
\] |
unpow2 [=>]87.23 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\color{blue}{\left(\ell \cdot \ell\right)} \cdot \left(\frac{n \cdot \left(U* - U\right)}{{Om}^{2}} - 2 \cdot \frac{1}{Om}\right)\right) \cdot U\right)\right)}
\] |
associate-/l* [=>]82.95 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\ell \cdot \ell\right) \cdot \left(\color{blue}{\frac{n}{\frac{{Om}^{2}}{U* - U}}} - 2 \cdot \frac{1}{Om}\right)\right) \cdot U\right)\right)}
\] |
unpow2 [=>]82.95 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\ell \cdot \ell\right) \cdot \left(\frac{n}{\frac{\color{blue}{Om \cdot Om}}{U* - U}} - 2 \cdot \frac{1}{Om}\right)\right) \cdot U\right)\right)}
\] |
associate-*r/ [=>]82.95 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\ell \cdot \ell\right) \cdot \left(\frac{n}{\frac{Om \cdot Om}{U* - U}} - \color{blue}{\frac{2 \cdot 1}{Om}}\right)\right) \cdot U\right)\right)}
\] |
metadata-eval [=>]82.95 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\ell \cdot \ell\right) \cdot \left(\frac{n}{\frac{Om \cdot Om}{U* - U}} - \frac{\color{blue}{2}}{Om}\right)\right) \cdot U\right)\right)}
\] |
Taylor expanded in U around 0 87.22
Simplified71.61
[Start]87.22 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\frac{n \cdot U*}{{Om}^{2}} - 2 \cdot \frac{1}{Om}\right) \cdot {\ell}^{2}\right) \cdot U\right)\right)}
\] |
|---|---|
cancel-sign-sub-inv [=>]87.22 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\color{blue}{\left(\frac{n \cdot U*}{{Om}^{2}} + \left(-2\right) \cdot \frac{1}{Om}\right)} \cdot {\ell}^{2}\right) \cdot U\right)\right)}
\] |
unpow2 [=>]87.22 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\frac{n \cdot U*}{\color{blue}{Om \cdot Om}} + \left(-2\right) \cdot \frac{1}{Om}\right) \cdot {\ell}^{2}\right) \cdot U\right)\right)}
\] |
times-frac [=>]71.61 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\color{blue}{\frac{n}{Om} \cdot \frac{U*}{Om}} + \left(-2\right) \cdot \frac{1}{Om}\right) \cdot {\ell}^{2}\right) \cdot U\right)\right)}
\] |
metadata-eval [=>]71.61 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\frac{n}{Om} \cdot \frac{U*}{Om} + \color{blue}{-2} \cdot \frac{1}{Om}\right) \cdot {\ell}^{2}\right) \cdot U\right)\right)}
\] |
associate-*r/ [=>]71.61 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\frac{n}{Om} \cdot \frac{U*}{Om} + \color{blue}{\frac{-2 \cdot 1}{Om}}\right) \cdot {\ell}^{2}\right) \cdot U\right)\right)}
\] |
metadata-eval [=>]71.61 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\frac{n}{Om} \cdot \frac{U*}{Om} + \frac{\color{blue}{-2}}{Om}\right) \cdot {\ell}^{2}\right) \cdot U\right)\right)}
\] |
unpow2 [=>]71.61 | \[ \sqrt{2 \cdot \left(n \cdot \left(\left(\left(\frac{n}{Om} \cdot \frac{U*}{Om} + \frac{-2}{Om}\right) \cdot \color{blue}{\left(\ell \cdot \ell\right)}\right) \cdot U\right)\right)}
\] |
if -1.9999999999999999e-94 < (*.f64 (*.f64 (*.f64 2 n) U) (-.f64 (-.f64 t (*.f64 2 (/.f64 (*.f64 l l) Om))) (*.f64 (*.f64 n (pow.f64 (/.f64 l Om) 2)) (-.f64 U U*)))) < 9.99999999999948e-312Initial program 87.07
Simplified87.09
[Start]87.07 | \[ \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* [=>]87.07 | \[ \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* [=>]87.15 | \[ \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 [=>]87.15 | \[ \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)}}
\] |
Taylor expanded in l around 0 67.38
Applied egg-rr88.62
Simplified67.64
[Start]88.62 | \[ \sqrt{2 \cdot \left(e^{\mathsf{log1p}\left(n \cdot \left(t \cdot U\right)\right)} + -1\right)}
\] |
|---|---|
metadata-eval [<=]88.62 | \[ \sqrt{2 \cdot \left(e^{\mathsf{log1p}\left(n \cdot \left(t \cdot U\right)\right)} + \color{blue}{\left(-1\right)}\right)}
\] |
sub-neg [<=]88.62 | \[ \sqrt{2 \cdot \color{blue}{\left(e^{\mathsf{log1p}\left(n \cdot \left(t \cdot U\right)\right)} - 1\right)}}
\] |
expm1-def [=>]67.38 | \[ \sqrt{2 \cdot \color{blue}{\mathsf{expm1}\left(\mathsf{log1p}\left(n \cdot \left(t \cdot U\right)\right)\right)}}
\] |
expm1-log1p [=>]67.38 | \[ \sqrt{2 \cdot \color{blue}{\left(n \cdot \left(t \cdot U\right)\right)}}
\] |
associate-*r* [=>]67.64 | \[ \sqrt{2 \cdot \color{blue}{\left(\left(n \cdot t\right) \cdot U\right)}}
\] |
*-commutative [=>]67.64 | \[ \sqrt{2 \cdot \left(\color{blue}{\left(t \cdot n\right)} \cdot U\right)}
\] |
Taylor expanded in t around 0 67.38
Simplified67.28
[Start]67.38 | \[ \sqrt{2 \cdot \left(n \cdot \left(t \cdot U\right)\right)}
\] |
|---|---|
*-commutative [=>]67.38 | \[ \sqrt{\color{blue}{\left(n \cdot \left(t \cdot U\right)\right) \cdot 2}}
\] |
associate-*l* [=>]67.28 | \[ \sqrt{\color{blue}{n \cdot \left(\left(t \cdot U\right) \cdot 2\right)}}
\] |
Applied egg-rr66.19
if 9.99999999999948e-312 < (*.f64 (*.f64 (*.f64 2 n) U) (-.f64 (-.f64 t (*.f64 2 (/.f64 (*.f64 l l) Om))) (*.f64 (*.f64 n (pow.f64 (/.f64 l Om) 2)) (-.f64 U U*)))) < 1.00000000000000002e306Initial program 2.25
if 1.00000000000000002e306 < (*.f64 (*.f64 (*.f64 2 n) U) (-.f64 (-.f64 t (*.f64 2 (/.f64 (*.f64 l l) Om))) (*.f64 (*.f64 n (pow.f64 (/.f64 l Om) 2)) (-.f64 U U*)))) Initial program 99.61
Simplified89.38
[Start]99.61 | \[ \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* [=>]99.61 | \[ \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* [=>]99.58 | \[ \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 [=>]99.58 | \[ \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)}}
\] |
Taylor expanded in Om around 0 88.46
Applied egg-rr88.02
Applied egg-rr90.47
Simplified77.48
[Start]90.47 | \[ \sqrt{{\left(\sqrt{\left(U \cdot \left(U* - U\right)\right) \cdot 2} \cdot \frac{n \cdot \ell}{Om}\right)}^{2}}
\] |
|---|---|
unpow2 [=>]90.47 | \[ \sqrt{\color{blue}{\left(\sqrt{\left(U \cdot \left(U* - U\right)\right) \cdot 2} \cdot \frac{n \cdot \ell}{Om}\right) \cdot \left(\sqrt{\left(U \cdot \left(U* - U\right)\right) \cdot 2} \cdot \frac{n \cdot \ell}{Om}\right)}}
\] |
rem-sqrt-square [=>]77.48 | \[ \color{blue}{\left|\sqrt{\left(U \cdot \left(U* - U\right)\right) \cdot 2} \cdot \frac{n \cdot \ell}{Om}\right|}
\] |
*-commutative [=>]77.48 | \[ \left|\sqrt{\color{blue}{2 \cdot \left(U \cdot \left(U* - U\right)\right)}} \cdot \frac{n \cdot \ell}{Om}\right|
\] |
Final simplification42.05
| Alternative 1 | |
|---|---|
| Error | 42.32% |
| Cost | 43528 |
| Alternative 2 | |
|---|---|
| Error | 49.04% |
| Cost | 14556 |
| Alternative 3 | |
|---|---|
| Error | 49.04% |
| Cost | 14556 |
| Alternative 4 | |
|---|---|
| Error | 50.04% |
| Cost | 14556 |
| Alternative 5 | |
|---|---|
| Error | 50.01% |
| Cost | 13908 |
| Alternative 6 | |
|---|---|
| Error | 49.91% |
| Cost | 8720 |
| Alternative 7 | |
|---|---|
| Error | 50.49% |
| Cost | 8588 |
| Alternative 8 | |
|---|---|
| Error | 52.65% |
| Cost | 7756 |
| Alternative 9 | |
|---|---|
| Error | 52.65% |
| Cost | 7756 |
| Alternative 10 | |
|---|---|
| Error | 51.36% |
| Cost | 7748 |
| Alternative 11 | |
|---|---|
| Error | 54.62% |
| Cost | 7628 |
| Alternative 12 | |
|---|---|
| Error | 60.05% |
| Cost | 7497 |
| Alternative 13 | |
|---|---|
| Error | 56.45% |
| Cost | 7497 |
| Alternative 14 | |
|---|---|
| Error | 55.09% |
| Cost | 7496 |
| Alternative 15 | |
|---|---|
| Error | 62.65% |
| Cost | 7369 |
| Alternative 16 | |
|---|---|
| Error | 63.15% |
| Cost | 7369 |
| Alternative 17 | |
|---|---|
| Error | 62.06% |
| Cost | 7113 |
| Alternative 18 | |
|---|---|
| Error | 62.38% |
| Cost | 6848 |
| Alternative 19 | |
|---|---|
| Error | 62.23% |
| Cost | 6848 |
herbie shell --seed 2023103
(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*))))))