
(FPCore (a b c) :precision binary64 (/ (+ (- b) (sqrt (- (* b b) (* (* 3.0 a) c)))) (* 3.0 a)))
double code(double a, double b, double c) {
return (-b + sqrt(((b * b) - ((3.0 * a) * c)))) / (3.0 * a);
}
real(8) function code(a, b, c)
real(8), intent (in) :: a
real(8), intent (in) :: b
real(8), intent (in) :: c
code = (-b + sqrt(((b * b) - ((3.0d0 * a) * c)))) / (3.0d0 * a)
end function
public static double code(double a, double b, double c) {
return (-b + Math.sqrt(((b * b) - ((3.0 * a) * c)))) / (3.0 * a);
}
def code(a, b, c): return (-b + math.sqrt(((b * b) - ((3.0 * a) * c)))) / (3.0 * a)
function code(a, b, c) return Float64(Float64(Float64(-b) + sqrt(Float64(Float64(b * b) - Float64(Float64(3.0 * a) * c)))) / Float64(3.0 * a)) end
function tmp = code(a, b, c) tmp = (-b + sqrt(((b * b) - ((3.0 * a) * c)))) / (3.0 * a); end
code[a_, b_, c_] := N[(N[((-b) + N[Sqrt[N[(N[(b * b), $MachinePrecision] - N[(N[(3.0 * a), $MachinePrecision] * c), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]), $MachinePrecision] / N[(3.0 * a), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
\frac{\left(-b\right) + \sqrt{b \cdot b - \left(3 \cdot a\right) \cdot c}}{3 \cdot a}
\end{array}
Sampling outcomes in binary64 precision:
Herbie found 9 alternatives:
| Alternative | Accuracy | Speedup |
|---|
(FPCore (a b c) :precision binary64 (/ (+ (- b) (sqrt (- (* b b) (* (* 3.0 a) c)))) (* 3.0 a)))
double code(double a, double b, double c) {
return (-b + sqrt(((b * b) - ((3.0 * a) * c)))) / (3.0 * a);
}
real(8) function code(a, b, c)
real(8), intent (in) :: a
real(8), intent (in) :: b
real(8), intent (in) :: c
code = (-b + sqrt(((b * b) - ((3.0d0 * a) * c)))) / (3.0d0 * a)
end function
public static double code(double a, double b, double c) {
return (-b + Math.sqrt(((b * b) - ((3.0 * a) * c)))) / (3.0 * a);
}
def code(a, b, c): return (-b + math.sqrt(((b * b) - ((3.0 * a) * c)))) / (3.0 * a)
function code(a, b, c) return Float64(Float64(Float64(-b) + sqrt(Float64(Float64(b * b) - Float64(Float64(3.0 * a) * c)))) / Float64(3.0 * a)) end
function tmp = code(a, b, c) tmp = (-b + sqrt(((b * b) - ((3.0 * a) * c)))) / (3.0 * a); end
code[a_, b_, c_] := N[(N[((-b) + N[Sqrt[N[(N[(b * b), $MachinePrecision] - N[(N[(3.0 * a), $MachinePrecision] * c), $MachinePrecision]), $MachinePrecision]], $MachinePrecision]), $MachinePrecision] / N[(3.0 * a), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
\frac{\left(-b\right) + \sqrt{b \cdot b - \left(3 \cdot a\right) \cdot c}}{3 \cdot a}
\end{array}
(FPCore (a b c)
:precision binary64
(fma
-0.16666666666666666
(* (/ (pow (* c a) 4.0) a) (/ 6.328125 (pow b 7.0)))
(fma
-0.5
(/ c b)
(fma
-0.375
(/ (* c a) (/ (pow b 3.0) c))
(* -0.5625 (* (/ (pow c 3.0) (pow b 5.0)) (* a a)))))))
double code(double a, double b, double c) {
return fma(-0.16666666666666666, ((pow((c * a), 4.0) / a) * (6.328125 / pow(b, 7.0))), fma(-0.5, (c / b), fma(-0.375, ((c * a) / (pow(b, 3.0) / c)), (-0.5625 * ((pow(c, 3.0) / pow(b, 5.0)) * (a * a))))));
}
function code(a, b, c) return fma(-0.16666666666666666, Float64(Float64((Float64(c * a) ^ 4.0) / a) * Float64(6.328125 / (b ^ 7.0))), fma(-0.5, Float64(c / b), fma(-0.375, Float64(Float64(c * a) / Float64((b ^ 3.0) / c)), Float64(-0.5625 * Float64(Float64((c ^ 3.0) / (b ^ 5.0)) * Float64(a * a)))))) end
code[a_, b_, c_] := N[(-0.16666666666666666 * N[(N[(N[Power[N[(c * a), $MachinePrecision], 4.0], $MachinePrecision] / a), $MachinePrecision] * N[(6.328125 / N[Power[b, 7.0], $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(-0.5 * N[(c / b), $MachinePrecision] + N[(-0.375 * N[(N[(c * a), $MachinePrecision] / N[(N[Power[b, 3.0], $MachinePrecision] / c), $MachinePrecision]), $MachinePrecision] + N[(-0.5625 * N[(N[(N[Power[c, 3.0], $MachinePrecision] / N[Power[b, 5.0], $MachinePrecision]), $MachinePrecision] * N[(a * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
\mathsf{fma}\left(-0.16666666666666666, \frac{{\left(c \cdot a\right)}^{4}}{a} \cdot \frac{6.328125}{{b}^{7}}, \mathsf{fma}\left(-0.5, \frac{c}{b}, \mathsf{fma}\left(-0.375, \frac{c \cdot a}{\frac{{b}^{3}}{c}}, -0.5625 \cdot \left(\frac{{c}^{3}}{{b}^{5}} \cdot \left(a \cdot a\right)\right)\right)\right)\right)
\end{array}
Initial program 17.9%
neg-sub017.9%
associate-+l-17.9%
sub0-neg17.9%
neg-mul-117.9%
associate-*r/17.9%
*-commutative17.9%
metadata-eval17.9%
metadata-eval17.9%
times-frac17.9%
*-commutative17.9%
times-frac17.9%
Simplified17.9%
add-cube-cbrt17.9%
pow317.9%
Applied egg-rr17.9%
Taylor expanded in b around inf 97.0%
+-commutative97.0%
associate-+l+97.0%
+-commutative97.0%
fma-def97.0%
Simplified97.0%
Final simplification97.0%
(FPCore (a b c) :precision binary64 (fma -0.5625 (/ (* (pow c 3.0) (* a a)) (pow b 5.0)) (fma -0.16666666666666666 (* (/ (pow (* c a) 4.0) a) (/ 6.328125 (pow b 7.0))) (fma -0.5 (/ c b) (* -0.375 (/ (* c c) (/ (pow b 3.0) a)))))))
double code(double a, double b, double c) {
return fma(-0.5625, ((pow(c, 3.0) * (a * a)) / pow(b, 5.0)), fma(-0.16666666666666666, ((pow((c * a), 4.0) / a) * (6.328125 / pow(b, 7.0))), fma(-0.5, (c / b), (-0.375 * ((c * c) / (pow(b, 3.0) / a))))));
}
function code(a, b, c) return fma(-0.5625, Float64(Float64((c ^ 3.0) * Float64(a * a)) / (b ^ 5.0)), fma(-0.16666666666666666, Float64(Float64((Float64(c * a) ^ 4.0) / a) * Float64(6.328125 / (b ^ 7.0))), fma(-0.5, Float64(c / b), Float64(-0.375 * Float64(Float64(c * c) / Float64((b ^ 3.0) / a)))))) end
code[a_, b_, c_] := N[(-0.5625 * N[(N[(N[Power[c, 3.0], $MachinePrecision] * N[(a * a), $MachinePrecision]), $MachinePrecision] / N[Power[b, 5.0], $MachinePrecision]), $MachinePrecision] + N[(-0.16666666666666666 * N[(N[(N[Power[N[(c * a), $MachinePrecision], 4.0], $MachinePrecision] / a), $MachinePrecision] * N[(6.328125 / N[Power[b, 7.0], $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(-0.5 * N[(c / b), $MachinePrecision] + N[(-0.375 * N[(N[(c * c), $MachinePrecision] / N[(N[Power[b, 3.0], $MachinePrecision] / a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
\mathsf{fma}\left(-0.5625, \frac{{c}^{3} \cdot \left(a \cdot a\right)}{{b}^{5}}, \mathsf{fma}\left(-0.16666666666666666, \frac{{\left(c \cdot a\right)}^{4}}{a} \cdot \frac{6.328125}{{b}^{7}}, \mathsf{fma}\left(-0.5, \frac{c}{b}, -0.375 \cdot \frac{c \cdot c}{\frac{{b}^{3}}{a}}\right)\right)\right)
\end{array}
Initial program 17.9%
/-rgt-identity17.9%
metadata-eval17.9%
associate-/l*17.9%
associate-*r/17.9%
*-commutative17.9%
associate-*l/17.9%
associate-*r/17.9%
metadata-eval17.9%
metadata-eval17.9%
times-frac17.9%
neg-mul-117.9%
distribute-rgt-neg-in17.9%
times-frac17.9%
metadata-eval17.9%
neg-mul-117.9%
Simplified17.9%
Taylor expanded in b around inf 97.0%
fma-def97.0%
unpow297.0%
fma-def97.0%
Simplified97.0%
Taylor expanded in c around 0 97.0%
+-commutative97.0%
distribute-rgt-out97.0%
associate-*r*97.0%
times-frac97.0%
Simplified97.0%
Final simplification97.0%
(FPCore (a b c) :precision binary64 (fma -0.5625 (/ (pow c 3.0) (/ (pow b 5.0) (* a a))) (fma -0.375 (/ (* c c) (/ (pow b 3.0) a)) (/ (* c -0.5) b))))
double code(double a, double b, double c) {
return fma(-0.5625, (pow(c, 3.0) / (pow(b, 5.0) / (a * a))), fma(-0.375, ((c * c) / (pow(b, 3.0) / a)), ((c * -0.5) / b)));
}
function code(a, b, c) return fma(-0.5625, Float64((c ^ 3.0) / Float64((b ^ 5.0) / Float64(a * a))), fma(-0.375, Float64(Float64(c * c) / Float64((b ^ 3.0) / a)), Float64(Float64(c * -0.5) / b))) end
code[a_, b_, c_] := N[(-0.5625 * N[(N[Power[c, 3.0], $MachinePrecision] / N[(N[Power[b, 5.0], $MachinePrecision] / N[(a * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(-0.375 * N[(N[(c * c), $MachinePrecision] / N[(N[Power[b, 3.0], $MachinePrecision] / a), $MachinePrecision]), $MachinePrecision] + N[(N[(c * -0.5), $MachinePrecision] / b), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
\mathsf{fma}\left(-0.5625, \frac{{c}^{3}}{\frac{{b}^{5}}{a \cdot a}}, \mathsf{fma}\left(-0.375, \frac{c \cdot c}{\frac{{b}^{3}}{a}}, \frac{c \cdot -0.5}{b}\right)\right)
\end{array}
Initial program 17.9%
/-rgt-identity17.9%
metadata-eval17.9%
associate-/l*17.9%
associate-*r/17.9%
*-commutative17.9%
associate-*l/17.9%
associate-*r/17.9%
metadata-eval17.9%
metadata-eval17.9%
times-frac17.9%
neg-mul-117.9%
distribute-rgt-neg-in17.9%
times-frac17.9%
metadata-eval17.9%
neg-mul-117.9%
Simplified17.9%
Taylor expanded in b around inf 96.1%
fma-def96.1%
associate-/l*96.1%
unpow296.1%
+-commutative96.1%
fma-def96.1%
associate-/l*96.1%
unpow296.1%
associate-*r/96.1%
Simplified96.1%
Final simplification96.1%
(FPCore (a b c) :precision binary64 (fma -0.5 (/ c b) (fma -0.375 (/ (* c a) (/ (pow b 3.0) c)) (* -0.5625 (* (/ (pow c 3.0) (pow b 5.0)) (* a a))))))
double code(double a, double b, double c) {
return fma(-0.5, (c / b), fma(-0.375, ((c * a) / (pow(b, 3.0) / c)), (-0.5625 * ((pow(c, 3.0) / pow(b, 5.0)) * (a * a)))));
}
function code(a, b, c) return fma(-0.5, Float64(c / b), fma(-0.375, Float64(Float64(c * a) / Float64((b ^ 3.0) / c)), Float64(-0.5625 * Float64(Float64((c ^ 3.0) / (b ^ 5.0)) * Float64(a * a))))) end
code[a_, b_, c_] := N[(-0.5 * N[(c / b), $MachinePrecision] + N[(-0.375 * N[(N[(c * a), $MachinePrecision] / N[(N[Power[b, 3.0], $MachinePrecision] / c), $MachinePrecision]), $MachinePrecision] + N[(-0.5625 * N[(N[(N[Power[c, 3.0], $MachinePrecision] / N[Power[b, 5.0], $MachinePrecision]), $MachinePrecision] * N[(a * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
\mathsf{fma}\left(-0.5, \frac{c}{b}, \mathsf{fma}\left(-0.375, \frac{c \cdot a}{\frac{{b}^{3}}{c}}, -0.5625 \cdot \left(\frac{{c}^{3}}{{b}^{5}} \cdot \left(a \cdot a\right)\right)\right)\right)
\end{array}
Initial program 17.9%
neg-sub017.9%
associate-+l-17.9%
sub0-neg17.9%
neg-mul-117.9%
associate-*r/17.9%
*-commutative17.9%
metadata-eval17.9%
metadata-eval17.9%
times-frac17.9%
*-commutative17.9%
times-frac17.9%
Simplified17.9%
add-cube-cbrt17.9%
pow317.9%
Applied egg-rr17.9%
Taylor expanded in b around inf 96.1%
+-commutative96.1%
associate-+l+96.1%
+-commutative96.1%
fma-def96.1%
+-commutative96.1%
fma-def96.1%
associate-*l/96.1%
unpow296.1%
associate-/l*96.1%
associate-*l/96.1%
Simplified96.1%
Final simplification96.1%
(FPCore (a b c) :precision binary64 (/ (+ (* -1.125 (/ (pow (* c a) 2.0) (pow b 3.0))) (+ (* -1.5 (/ (* c a) b)) (* -1.6875 (/ (pow (* c a) 3.0) (pow b 5.0))))) (* a 3.0)))
double code(double a, double b, double c) {
return ((-1.125 * (pow((c * a), 2.0) / pow(b, 3.0))) + ((-1.5 * ((c * a) / b)) + (-1.6875 * (pow((c * a), 3.0) / pow(b, 5.0))))) / (a * 3.0);
}
real(8) function code(a, b, c)
real(8), intent (in) :: a
real(8), intent (in) :: b
real(8), intent (in) :: c
code = (((-1.125d0) * (((c * a) ** 2.0d0) / (b ** 3.0d0))) + (((-1.5d0) * ((c * a) / b)) + ((-1.6875d0) * (((c * a) ** 3.0d0) / (b ** 5.0d0))))) / (a * 3.0d0)
end function
public static double code(double a, double b, double c) {
return ((-1.125 * (Math.pow((c * a), 2.0) / Math.pow(b, 3.0))) + ((-1.5 * ((c * a) / b)) + (-1.6875 * (Math.pow((c * a), 3.0) / Math.pow(b, 5.0))))) / (a * 3.0);
}
def code(a, b, c): return ((-1.125 * (math.pow((c * a), 2.0) / math.pow(b, 3.0))) + ((-1.5 * ((c * a) / b)) + (-1.6875 * (math.pow((c * a), 3.0) / math.pow(b, 5.0))))) / (a * 3.0)
function code(a, b, c) return Float64(Float64(Float64(-1.125 * Float64((Float64(c * a) ^ 2.0) / (b ^ 3.0))) + Float64(Float64(-1.5 * Float64(Float64(c * a) / b)) + Float64(-1.6875 * Float64((Float64(c * a) ^ 3.0) / (b ^ 5.0))))) / Float64(a * 3.0)) end
function tmp = code(a, b, c) tmp = ((-1.125 * (((c * a) ^ 2.0) / (b ^ 3.0))) + ((-1.5 * ((c * a) / b)) + (-1.6875 * (((c * a) ^ 3.0) / (b ^ 5.0))))) / (a * 3.0); end
code[a_, b_, c_] := N[(N[(N[(-1.125 * N[(N[Power[N[(c * a), $MachinePrecision], 2.0], $MachinePrecision] / N[Power[b, 3.0], $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(N[(-1.5 * N[(N[(c * a), $MachinePrecision] / b), $MachinePrecision]), $MachinePrecision] + N[(-1.6875 * N[(N[Power[N[(c * a), $MachinePrecision], 3.0], $MachinePrecision] / N[Power[b, 5.0], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] / N[(a * 3.0), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
\frac{-1.125 \cdot \frac{{\left(c \cdot a\right)}^{2}}{{b}^{3}} + \left(-1.5 \cdot \frac{c \cdot a}{b} + -1.6875 \cdot \frac{{\left(c \cdot a\right)}^{3}}{{b}^{5}}\right)}{a \cdot 3}
\end{array}
Initial program 17.9%
neg-sub017.9%
associate-+l-17.9%
sub0-neg17.9%
neg-mul-117.9%
associate-*r/17.9%
metadata-eval17.9%
metadata-eval17.9%
times-frac17.9%
*-commutative17.9%
times-frac17.9%
associate-*l/17.9%
Simplified17.9%
sub-neg17.9%
flip-+17.9%
pow217.9%
pow217.9%
pow-prod-up17.7%
metadata-eval17.7%
*-commutative17.7%
*-commutative17.7%
*-commutative17.7%
Applied egg-rr17.7%
Taylor expanded in b around inf 95.4%
pow-prod-down95.4%
Applied egg-rr95.4%
pow-prod-down95.4%
Applied egg-rr95.4%
Final simplification95.4%
(FPCore (a b c) :precision binary64 (fma -0.375 (/ (* c c) (/ (pow b 3.0) a)) (/ (* c -0.5) b)))
double code(double a, double b, double c) {
return fma(-0.375, ((c * c) / (pow(b, 3.0) / a)), ((c * -0.5) / b));
}
function code(a, b, c) return fma(-0.375, Float64(Float64(c * c) / Float64((b ^ 3.0) / a)), Float64(Float64(c * -0.5) / b)) end
code[a_, b_, c_] := N[(-0.375 * N[(N[(c * c), $MachinePrecision] / N[(N[Power[b, 3.0], $MachinePrecision] / a), $MachinePrecision]), $MachinePrecision] + N[(N[(c * -0.5), $MachinePrecision] / b), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
\mathsf{fma}\left(-0.375, \frac{c \cdot c}{\frac{{b}^{3}}{a}}, \frac{c \cdot -0.5}{b}\right)
\end{array}
Initial program 17.9%
/-rgt-identity17.9%
metadata-eval17.9%
associate-/l*17.9%
associate-*r/17.9%
*-commutative17.9%
associate-*l/17.9%
associate-*r/17.9%
metadata-eval17.9%
metadata-eval17.9%
times-frac17.9%
neg-mul-117.9%
distribute-rgt-neg-in17.9%
times-frac17.9%
metadata-eval17.9%
neg-mul-117.9%
Simplified17.9%
Taylor expanded in b around inf 94.5%
+-commutative94.5%
fma-def94.5%
associate-/l*94.5%
unpow294.5%
associate-*r/94.5%
Simplified94.5%
Final simplification94.5%
(FPCore (a b c) :precision binary64 (+ (* -0.375 (* a (/ (* c c) (pow b 3.0)))) (/ -0.5 (/ b c))))
double code(double a, double b, double c) {
return (-0.375 * (a * ((c * c) / pow(b, 3.0)))) + (-0.5 / (b / c));
}
real(8) function code(a, b, c)
real(8), intent (in) :: a
real(8), intent (in) :: b
real(8), intent (in) :: c
code = ((-0.375d0) * (a * ((c * c) / (b ** 3.0d0)))) + ((-0.5d0) / (b / c))
end function
public static double code(double a, double b, double c) {
return (-0.375 * (a * ((c * c) / Math.pow(b, 3.0)))) + (-0.5 / (b / c));
}
def code(a, b, c): return (-0.375 * (a * ((c * c) / math.pow(b, 3.0)))) + (-0.5 / (b / c))
function code(a, b, c) return Float64(Float64(-0.375 * Float64(a * Float64(Float64(c * c) / (b ^ 3.0)))) + Float64(-0.5 / Float64(b / c))) end
function tmp = code(a, b, c) tmp = (-0.375 * (a * ((c * c) / (b ^ 3.0)))) + (-0.5 / (b / c)); end
code[a_, b_, c_] := N[(N[(-0.375 * N[(a * N[(N[(c * c), $MachinePrecision] / N[Power[b, 3.0], $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] + N[(-0.5 / N[(b / c), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
-0.375 \cdot \left(a \cdot \frac{c \cdot c}{{b}^{3}}\right) + \frac{-0.5}{\frac{b}{c}}
\end{array}
Initial program 17.9%
/-rgt-identity17.9%
metadata-eval17.9%
associate-/l*17.9%
associate-*r/17.9%
*-commutative17.9%
associate-*l/17.9%
associate-*r/17.9%
metadata-eval17.9%
metadata-eval17.9%
times-frac17.9%
neg-mul-117.9%
distribute-rgt-neg-in17.9%
times-frac17.9%
metadata-eval17.9%
neg-mul-117.9%
Simplified17.9%
Taylor expanded in b around inf 94.5%
+-commutative94.5%
fma-def94.5%
associate-/l*94.5%
unpow294.5%
associate-*r/94.5%
Simplified94.5%
fma-udef94.5%
associate-/r/94.5%
associate-/l*94.3%
Applied egg-rr94.3%
Final simplification94.3%
(FPCore (a b c) :precision binary64 (* c (/ -0.5 b)))
double code(double a, double b, double c) {
return c * (-0.5 / b);
}
real(8) function code(a, b, c)
real(8), intent (in) :: a
real(8), intent (in) :: b
real(8), intent (in) :: c
code = c * ((-0.5d0) / b)
end function
public static double code(double a, double b, double c) {
return c * (-0.5 / b);
}
def code(a, b, c): return c * (-0.5 / b)
function code(a, b, c) return Float64(c * Float64(-0.5 / b)) end
function tmp = code(a, b, c) tmp = c * (-0.5 / b); end
code[a_, b_, c_] := N[(c * N[(-0.5 / b), $MachinePrecision]), $MachinePrecision]
\begin{array}{l}
\\
c \cdot \frac{-0.5}{b}
\end{array}
Initial program 17.9%
/-rgt-identity17.9%
metadata-eval17.9%
associate-/l*17.9%
associate-*r/17.9%
*-commutative17.9%
associate-*l/17.9%
associate-*r/17.9%
metadata-eval17.9%
metadata-eval17.9%
times-frac17.9%
neg-mul-117.9%
distribute-rgt-neg-in17.9%
times-frac17.9%
metadata-eval17.9%
neg-mul-117.9%
Simplified17.9%
Taylor expanded in b around inf 94.5%
+-commutative94.5%
fma-def94.5%
associate-/l*94.5%
unpow294.5%
associate-*r/94.5%
Simplified94.5%
Taylor expanded in c around 0 89.9%
associate-*r/89.9%
associate-*l/89.6%
*-commutative89.6%
Simplified89.6%
Final simplification89.6%
(FPCore (a b c) :precision binary64 (/ (* c -0.5) b))
double code(double a, double b, double c) {
return (c * -0.5) / b;
}
real(8) function code(a, b, c)
real(8), intent (in) :: a
real(8), intent (in) :: b
real(8), intent (in) :: c
code = (c * (-0.5d0)) / b
end function
public static double code(double a, double b, double c) {
return (c * -0.5) / b;
}
def code(a, b, c): return (c * -0.5) / b
function code(a, b, c) return Float64(Float64(c * -0.5) / b) end
function tmp = code(a, b, c) tmp = (c * -0.5) / b; end
code[a_, b_, c_] := N[(N[(c * -0.5), $MachinePrecision] / b), $MachinePrecision]
\begin{array}{l}
\\
\frac{c \cdot -0.5}{b}
\end{array}
Initial program 17.9%
/-rgt-identity17.9%
metadata-eval17.9%
associate-/l*17.9%
associate-*r/17.9%
*-commutative17.9%
associate-*l/17.9%
associate-*r/17.9%
metadata-eval17.9%
metadata-eval17.9%
times-frac17.9%
neg-mul-117.9%
distribute-rgt-neg-in17.9%
times-frac17.9%
metadata-eval17.9%
neg-mul-117.9%
Simplified17.9%
Taylor expanded in b around inf 89.9%
associate-*r/89.9%
Simplified89.9%
Final simplification89.9%
herbie shell --seed 2023178
(FPCore (a b c)
:name "Cubic critical, wide range"
:precision binary64
:pre (and (and (and (< 4.930380657631324e-32 a) (< a 2.028240960365167e+31)) (and (< 4.930380657631324e-32 b) (< b 2.028240960365167e+31))) (and (< 4.930380657631324e-32 c) (< c 2.028240960365167e+31)))
(/ (+ (- b) (sqrt (- (* b b) (* (* 3.0 a) c)))) (* 3.0 a)))