c0 \cdot \sqrt{\frac{A}{V \cdot \ell}}\left(c0 \cdot \left|\frac{\frac{\sqrt[3]{A}}{\sqrt[3]{V}}}{\sqrt[3]{\ell}}\right|\right) \cdot \sqrt{\frac{\frac{\sqrt[3]{A}}{\sqrt[3]{V}}}{\sqrt[3]{\ell}}}(FPCore (c0 A V l) :precision binary64 (* c0 (sqrt (/ A (* V l)))))
(FPCore (c0 A V l) :precision binary64 (* (* c0 (fabs (/ (/ (cbrt A) (cbrt V)) (cbrt l)))) (sqrt (/ (/ (cbrt A) (cbrt V)) (cbrt l)))))
double code(double c0, double A, double V, double l) {
return c0 * sqrt(A / (V * l));
}
double code(double c0, double A, double V, double l) {
return (c0 * fabs((cbrt(A) / cbrt(V)) / cbrt(l))) * sqrt((cbrt(A) / cbrt(V)) / cbrt(l));
}



Bits error versus c0



Bits error versus A



Bits error versus V



Bits error versus l
Results
Initial program 19.2
rmApplied associate-/r*_binary64_104519.6
rmApplied add-cube-cbrt_binary64_113619.9
Applied add-cube-cbrt_binary64_113620.0
Applied add-cube-cbrt_binary64_113620.1
Applied times-frac_binary64_110720.1
Applied times-frac_binary64_110715.7
Applied sqrt-prod_binary64_11177.4
Applied associate-*r*_binary64_10417.4
Simplified1.2
Final simplification1.2
herbie shell --seed 2021064
(FPCore (c0 A V l)
:name "Henrywood and Agarwal, Equation (3)"
:precision binary64
(* c0 (sqrt (/ A (* V l)))))