Average Error: 44.1 → 2.8
Time: 14.6s
Precision: binary64
Cost: 53504
\[\left(\left(1.1102230246251565 \cdot 10^{-16} < a \land a < 9007199254740992\right) \land \left(1.1102230246251565 \cdot 10^{-16} < b \land b < 9007199254740992\right)\right) \land \left(1.1102230246251565 \cdot 10^{-16} < c \land c < 9007199254740992\right)\]
\[\frac{\left(-b\right) + \sqrt{b \cdot b - \left(3 \cdot a\right) \cdot c}}{3 \cdot a} \]
\[\mathsf{fma}\left(\frac{{\left(c \cdot a\right)}^{4}}{\frac{{b}^{7}}{\frac{6.328125}{a}}}, -0.16666666666666666, \mathsf{fma}\left(a, \left(c \cdot \frac{c}{{b}^{3}}\right) \cdot -0.375, \mathsf{fma}\left(-0.5, \frac{c}{b}, \frac{{c}^{3} \cdot -0.5625}{{b}^{5}} \cdot \left(a \cdot a\right)\right)\right)\right) \]
(FPCore (a b c)
 :precision binary64
 (/ (+ (- b) (sqrt (- (* b b) (* (* 3.0 a) c)))) (* 3.0 a)))
(FPCore (a b c)
 :precision binary64
 (fma
  (/ (pow (* c a) 4.0) (/ (pow b 7.0) (/ 6.328125 a)))
  -0.16666666666666666
  (fma
   a
   (* (* c (/ c (pow b 3.0))) -0.375)
   (fma -0.5 (/ c b) (* (/ (* (pow c 3.0) -0.5625) (pow b 5.0)) (* a a))))))
double code(double a, double b, double c) {
	return (-b + sqrt(((b * b) - ((3.0 * a) * c)))) / (3.0 * a);
}
double code(double a, double b, double c) {
	return fma((pow((c * a), 4.0) / (pow(b, 7.0) / (6.328125 / a))), -0.16666666666666666, fma(a, ((c * (c / pow(b, 3.0))) * -0.375), fma(-0.5, (c / b), (((pow(c, 3.0) * -0.5625) / pow(b, 5.0)) * (a * 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 code(a, b, c)
	return fma(Float64((Float64(c * a) ^ 4.0) / Float64((b ^ 7.0) / Float64(6.328125 / a))), -0.16666666666666666, fma(a, Float64(Float64(c * Float64(c / (b ^ 3.0))) * -0.375), fma(-0.5, Float64(c / b), Float64(Float64(Float64((c ^ 3.0) * -0.5625) / (b ^ 5.0)) * Float64(a * 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]
code[a_, b_, c_] := N[(N[(N[Power[N[(c * a), $MachinePrecision], 4.0], $MachinePrecision] / N[(N[Power[b, 7.0], $MachinePrecision] / N[(6.328125 / a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * -0.16666666666666666 + N[(a * N[(N[(c * N[(c / N[Power[b, 3.0], $MachinePrecision]), $MachinePrecision]), $MachinePrecision] * -0.375), $MachinePrecision] + N[(-0.5 * N[(c / b), $MachinePrecision] + N[(N[(N[(N[Power[c, 3.0], $MachinePrecision] * -0.5625), $MachinePrecision] / N[Power[b, 5.0], $MachinePrecision]), $MachinePrecision] * N[(a * a), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]), $MachinePrecision]
\frac{\left(-b\right) + \sqrt{b \cdot b - \left(3 \cdot a\right) \cdot c}}{3 \cdot a}
\mathsf{fma}\left(\frac{{\left(c \cdot a\right)}^{4}}{\frac{{b}^{7}}{\frac{6.328125}{a}}}, -0.16666666666666666, \mathsf{fma}\left(a, \left(c \cdot \frac{c}{{b}^{3}}\right) \cdot -0.375, \mathsf{fma}\left(-0.5, \frac{c}{b}, \frac{{c}^{3} \cdot -0.5625}{{b}^{5}} \cdot \left(a \cdot a\right)\right)\right)\right)

Error

Derivation

  1. Initial program 44.1

    \[\frac{\left(-b\right) + \sqrt{b \cdot b - \left(3 \cdot a\right) \cdot c}}{3 \cdot a} \]
  2. Simplified44.1

    \[\leadsto \color{blue}{\frac{b - \sqrt{\mathsf{fma}\left(b, b, a \cdot \left(c \cdot -3\right)\right)}}{a} \cdot -0.3333333333333333} \]
    Proof
    (*.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 c -3))))) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 c (Rewrite<= metadata-eval (neg.f64 3))))))) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (Rewrite<= associate-*l*_binary64 (*.f64 (*.f64 a c) (neg.f64 3)))))) a) -1/3): 0 points increase in error, 2 points decrease in error
    (*.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (Rewrite<= distribute-rgt-neg-in_binary64 (neg.f64 (*.f64 (*.f64 a c) 3)))))) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (neg.f64 (Rewrite<= *-commutative_binary64 (*.f64 3 (*.f64 a c))))))) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 b b (neg.f64 (Rewrite<= associate-*l*_binary64 (*.f64 (*.f64 3 a) c)))))) a) -1/3): 1 points increase in error, 1 points decrease in error
    (*.f64 (/.f64 (-.f64 b (sqrt.f64 (Rewrite<= fma-neg_binary64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c))))) a) -1/3): 10 points increase in error, 6 points decrease in error
    (*.f64 (/.f64 (Rewrite<= /-rgt-identity_binary64 (/.f64 (-.f64 b (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) 1)) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (/.f64 (-.f64 b (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (Rewrite<= metadata-eval (/.f64 -1 -1))) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 (-.f64 b (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) -1) -1)) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (/.f64 (Rewrite<= *-commutative_binary64 (*.f64 -1 (-.f64 b (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))))) -1) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (/.f64 (Rewrite<= neg-mul-1_binary64 (neg.f64 (-.f64 b (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))))) -1) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (/.f64 (Rewrite<= sub0-neg_binary64 (-.f64 0 (-.f64 b (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))))) -1) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (/.f64 (Rewrite<= associate-+l-_binary64 (+.f64 (-.f64 0 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c))))) -1) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (/.f64 (+.f64 (Rewrite<= neg-sub0_binary64 (neg.f64 b)) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) -1) a) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (Rewrite<= associate-/r*_binary64 (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (*.f64 -1 a))) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (Rewrite<= neg-mul-1_binary64 (neg.f64 a))) -1/3): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (neg.f64 a)) (Rewrite<= metadata-eval (/.f64 -1 3))): 0 points increase in error, 0 points decrease in error
    (Rewrite<= times-frac_binary64 (/.f64 (*.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) -1) (*.f64 (neg.f64 a) 3))): 26 points increase in error, 25 points decrease in error
    (/.f64 (*.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) -1) (Rewrite<= distribute-lft-neg-in_binary64 (neg.f64 (*.f64 a 3)))): 0 points increase in error, 0 points decrease in error
    (/.f64 (*.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) -1) (neg.f64 (Rewrite<= *-commutative_binary64 (*.f64 3 a)))): 0 points increase in error, 0 points decrease in error
    (/.f64 (*.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) -1) (Rewrite=> neg-mul-1_binary64 (*.f64 -1 (*.f64 3 a)))): 0 points increase in error, 0 points decrease in error
    (/.f64 (*.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) -1) (Rewrite=> *-commutative_binary64 (*.f64 (*.f64 3 a) -1))): 0 points increase in error, 0 points decrease in error
    (Rewrite=> times-frac_binary64 (*.f64 (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (*.f64 3 a)) (/.f64 -1 -1))): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (*.f64 3 a)) (Rewrite=> metadata-eval 1)): 0 points increase in error, 0 points decrease in error
    (*.f64 (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (*.f64 3 a)) (Rewrite<= metadata-eval (neg.f64 -1))): 0 points increase in error, 0 points decrease in error
    (Rewrite<= associate-/r/_binary64 (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (/.f64 (*.f64 3 a) (neg.f64 -1)))): 0 points increase in error, 0 points decrease in error
    (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (/.f64 (*.f64 3 a) (Rewrite=> metadata-eval 1))): 0 points increase in error, 0 points decrease in error
    (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 3 a) c)))) (Rewrite=> /-rgt-identity_binary64 (*.f64 3 a))): 0 points increase in error, 0 points decrease in error
  3. Taylor expanded in b around inf 3.1

    \[\leadsto \color{blue}{\left(1.6875 \cdot \frac{{c}^{3} \cdot {a}^{2}}{{b}^{5}} + \left(1.125 \cdot \frac{{c}^{2} \cdot a}{{b}^{3}} + \left(1.5 \cdot \frac{c}{b} + 0.5 \cdot \frac{{\left(-1.125 \cdot \left({c}^{2} \cdot {a}^{2}\right)\right)}^{2} + 5.0625 \cdot \left({c}^{4} \cdot {a}^{4}\right)}{a \cdot {b}^{7}}\right)\right)\right)} \cdot -0.3333333333333333 \]
  4. Simplified3.0

    \[\leadsto \color{blue}{\mathsf{fma}\left(1.6875, \frac{{c}^{3}}{\frac{{b}^{5}}{a \cdot a}}, \mathsf{fma}\left(1.125, \frac{c \cdot c}{\frac{{b}^{3}}{a}}, \mathsf{fma}\left(1.5, \frac{c}{b}, \frac{0.5 \cdot \left({\left(\left(\left(c \cdot c\right) \cdot \left(a \cdot a\right)\right) \cdot -1.125\right)}^{2} + 5.0625 \cdot \left({c}^{4} \cdot {a}^{4}\right)\right)}{a \cdot {b}^{7}}\right)\right)\right)} \cdot -0.3333333333333333 \]
    Proof
    (fma.f64 27/16 (/.f64 (pow.f64 c 3) (/.f64 (pow.f64 b 5) (*.f64 a a))) (fma.f64 9/8 (/.f64 (*.f64 c c) (/.f64 (pow.f64 b 3) a)) (fma.f64 3/2 (/.f64 c b) (/.f64 (*.f64 1/2 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) -9/8) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))))) (*.f64 a (pow.f64 b 7)))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 27/16 (/.f64 (pow.f64 c 3) (/.f64 (pow.f64 b 5) (Rewrite<= unpow2_binary64 (pow.f64 a 2)))) (fma.f64 9/8 (/.f64 (*.f64 c c) (/.f64 (pow.f64 b 3) a)) (fma.f64 3/2 (/.f64 c b) (/.f64 (*.f64 1/2 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) -9/8) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))))) (*.f64 a (pow.f64 b 7)))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 27/16 (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (fma.f64 9/8 (/.f64 (*.f64 c c) (/.f64 (pow.f64 b 3) a)) (fma.f64 3/2 (/.f64 c b) (/.f64 (*.f64 1/2 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) -9/8) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))))) (*.f64 a (pow.f64 b 7)))))): 1 points increase in error, 0 points decrease in error
    (fma.f64 27/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5)) (fma.f64 9/8 (/.f64 (Rewrite<= unpow2_binary64 (pow.f64 c 2)) (/.f64 (pow.f64 b 3) a)) (fma.f64 3/2 (/.f64 c b) (/.f64 (*.f64 1/2 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) -9/8) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))))) (*.f64 a (pow.f64 b 7)))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 27/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5)) (fma.f64 9/8 (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3))) (fma.f64 3/2 (/.f64 c b) (/.f64 (*.f64 1/2 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) -9/8) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))))) (*.f64 a (pow.f64 b 7)))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 27/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5)) (fma.f64 9/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)) (fma.f64 3/2 (/.f64 c b) (/.f64 (*.f64 1/2 (+.f64 (pow.f64 (*.f64 (*.f64 (Rewrite<= unpow2_binary64 (pow.f64 c 2)) (*.f64 a a)) -9/8) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))))) (*.f64 a (pow.f64 b 7)))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 27/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5)) (fma.f64 9/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)) (fma.f64 3/2 (/.f64 c b) (/.f64 (*.f64 1/2 (+.f64 (pow.f64 (*.f64 (*.f64 (pow.f64 c 2) (Rewrite<= unpow2_binary64 (pow.f64 a 2))) -9/8) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))))) (*.f64 a (pow.f64 b 7)))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 27/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5)) (fma.f64 9/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)) (fma.f64 3/2 (/.f64 c b) (/.f64 (*.f64 1/2 (+.f64 (pow.f64 (Rewrite<= *-commutative_binary64 (*.f64 -9/8 (*.f64 (pow.f64 c 2) (pow.f64 a 2)))) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))))) (*.f64 a (pow.f64 b 7)))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 27/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5)) (fma.f64 9/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)) (fma.f64 3/2 (/.f64 c b) (Rewrite<= associate-*r/_binary64 (*.f64 1/2 (/.f64 (+.f64 (pow.f64 (*.f64 -9/8 (*.f64 (pow.f64 c 2) (pow.f64 a 2))) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7)))))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 27/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5)) (fma.f64 9/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)) (Rewrite<= fma-def_binary64 (+.f64 (*.f64 3/2 (/.f64 c b)) (*.f64 1/2 (/.f64 (+.f64 (pow.f64 (*.f64 -9/8 (*.f64 (pow.f64 c 2) (pow.f64 a 2))) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7)))))))): 5 points increase in error, 51 points decrease in error
    (fma.f64 27/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5)) (Rewrite<= fma-def_binary64 (+.f64 (*.f64 9/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3))) (+.f64 (*.f64 3/2 (/.f64 c b)) (*.f64 1/2 (/.f64 (+.f64 (pow.f64 (*.f64 -9/8 (*.f64 (pow.f64 c 2) (pow.f64 a 2))) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7)))))))): 0 points increase in error, 0 points decrease in error
    (Rewrite<= fma-def_binary64 (+.f64 (*.f64 27/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 9/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3))) (+.f64 (*.f64 3/2 (/.f64 c b)) (*.f64 1/2 (/.f64 (+.f64 (pow.f64 (*.f64 -9/8 (*.f64 (pow.f64 c 2) (pow.f64 a 2))) 2) (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7)))))))): 0 points increase in error, 0 points decrease in error
  5. Taylor expanded in c around 0 2.8

    \[\leadsto \color{blue}{-0.5625 \cdot \frac{{c}^{3} \cdot {a}^{2}}{{b}^{5}} + \left(-0.16666666666666666 \cdot \frac{{c}^{4} \cdot \left(1.265625 \cdot {a}^{4} + 5.0625 \cdot {a}^{4}\right)}{a \cdot {b}^{7}} + \left(-0.5 \cdot \frac{c}{b} + -0.375 \cdot \frac{{c}^{2} \cdot a}{{b}^{3}}\right)\right)} \]
  6. Simplified2.8

    \[\leadsto \color{blue}{\mathsf{fma}\left(\frac{{\left(c \cdot a\right)}^{4}}{\frac{{b}^{7}}{\frac{6.328125}{a}}}, -0.16666666666666666, \mathsf{fma}\left(a, \left(\frac{c}{{b}^{3}} \cdot c\right) \cdot -0.375, \mathsf{fma}\left(-0.5, \frac{c}{b}, \frac{{c}^{3} \cdot -0.5625}{{b}^{5}} \cdot \left(a \cdot a\right)\right)\right)\right)} \]
    Proof
    (fma.f64 (/.f64 (pow.f64 (*.f64 c a) 4) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (pow.f64 (*.f64 c a) (Rewrite<= metadata-eval (*.f64 2 2))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (Rewrite<= pow-sqr_binary64 (*.f64 (pow.f64 (*.f64 c a) 2) (pow.f64 (*.f64 c a) 2))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (Rewrite=> unpow2_binary64 (*.f64 (*.f64 c a) (*.f64 c a))) (pow.f64 (*.f64 c a) 2)) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (Rewrite<= unswap-sqr_binary64 (*.f64 (*.f64 c c) (*.f64 a a))) (pow.f64 (*.f64 c a) 2)) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (Rewrite=> unpow2_binary64 (*.f64 (*.f64 c a) (*.f64 c a)))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) (*.f64 a a)) (Rewrite<= unswap-sqr_binary64 (*.f64 (*.f64 c c) (*.f64 a a)))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (Rewrite<= unswap-sqr_binary64 (*.f64 (*.f64 (*.f64 c c) (*.f64 c c)) (*.f64 (*.f64 a a) (*.f64 a a)))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (*.f64 (Rewrite<= unpow2_binary64 (pow.f64 c 2)) (*.f64 c c)) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 c 2) (Rewrite<= unpow2_binary64 (pow.f64 c 2))) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (Rewrite=> pow-sqr_binary64 (pow.f64 c (*.f64 2 2))) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (pow.f64 c (Rewrite=> metadata-eval 4)) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (pow.f64 c 4) (Rewrite=> associate-*r*_binary64 (*.f64 (*.f64 (*.f64 a a) a) a))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (pow.f64 c 4) (*.f64 (Rewrite<= unpow3_binary64 (pow.f64 a 3)) a)) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (pow.f64 c 4) (Rewrite=> pow-plus_binary64 (pow.f64 a (+.f64 3 1)))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (pow.f64 c 4) (pow.f64 a (Rewrite=> metadata-eval 4))) (/.f64 (pow.f64 b 7) (/.f64 405/64 a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)) (/.f64 (pow.f64 b 7) (/.f64 (Rewrite<= metadata-eval (+.f64 81/64 81/16)) a))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)) (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 (pow.f64 b 7) a) (+.f64 81/64 81/16)))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)) (/.f64 (Rewrite<= *-commutative_binary64 (*.f64 a (pow.f64 b 7))) (+.f64 81/64 81/16))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (Rewrite=> associate-/l*_binary64 (/.f64 (pow.f64 c 4) (/.f64 (/.f64 (*.f64 a (pow.f64 b 7)) (+.f64 81/64 81/16)) (pow.f64 a 4)))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (pow.f64 c 4) (Rewrite<= associate-/r*_binary64 (/.f64 (*.f64 a (pow.f64 b 7)) (*.f64 (+.f64 81/64 81/16) (pow.f64 a 4))))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (pow.f64 c 4) (/.f64 (*.f64 a (pow.f64 b 7)) (Rewrite<= *-commutative_binary64 (*.f64 (pow.f64 a 4) (+.f64 81/64 81/16))))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (pow.f64 c 4) (/.f64 (*.f64 a (pow.f64 b 7)) (Rewrite<= distribute-rgt-out_binary64 (+.f64 (*.f64 81/64 (pow.f64 a 4)) (*.f64 81/16 (pow.f64 a 4)))))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 (pow.f64 c 4) (+.f64 (*.f64 81/64 (pow.f64 a 4)) (*.f64 81/16 (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7)))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (pow.f64 c 4) (Rewrite=> distribute-rgt-out_binary64 (*.f64 (pow.f64 a 4) (+.f64 81/64 81/16)))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (Rewrite<= associate-*l*_binary64 (*.f64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)) (+.f64 81/64 81/16))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)) (Rewrite=> metadata-eval 405/64)) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)) (Rewrite<= metadata-eval (+.f64 81/16 81/64))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (Rewrite<= distribute-rgt-out_binary64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4))))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (*.f64 (/.f64 c (pow.f64 b 3)) c) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (Rewrite=> associate-*l/_binary64 (/.f64 (*.f64 c c) (pow.f64 b 3))) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (pow.f64 b 5)) (*.f64 a a))))): 0 points increase in error, 1 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (/.f64 (*.f64 c c) (pow.f64 b 3)) -3/8) (fma.f64 -1/2 (/.f64 c b) (Rewrite<= associate-/r/_binary64 (/.f64 (*.f64 (pow.f64 c 3) -9/16) (/.f64 (pow.f64 b 5) (*.f64 a a))))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (/.f64 (*.f64 c c) (pow.f64 b 3)) -3/8) (fma.f64 -1/2 (/.f64 c b) (Rewrite<= associate-*l/_binary64 (*.f64 (/.f64 (pow.f64 c 3) (/.f64 (pow.f64 b 5) (*.f64 a a))) -9/16))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (/.f64 (*.f64 c c) (pow.f64 b 3)) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 (pow.f64 c 3) (*.f64 a a)) (pow.f64 b 5))) -9/16)))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (/.f64 (*.f64 c c) (pow.f64 b 3)) -3/8) (fma.f64 -1/2 (/.f64 c b) (*.f64 (/.f64 (*.f64 (pow.f64 c 3) (Rewrite<= unpow2_binary64 (pow.f64 a 2))) (pow.f64 b 5)) -9/16)))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (/.f64 (*.f64 c c) (pow.f64 b 3)) -3/8) (fma.f64 -1/2 (/.f64 c b) (Rewrite<= *-commutative_binary64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (/.f64 (*.f64 c c) (pow.f64 b 3)) -3/8) (Rewrite<= fma-def_binary64 (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (fma.f64 a (*.f64 (/.f64 (*.f64 c c) (pow.f64 b 3)) -3/8) (Rewrite<= +-commutative_binary64 (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b)))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (Rewrite<= fma-def_binary64 (+.f64 (*.f64 a (*.f64 (/.f64 (*.f64 c c) (pow.f64 b 3)) -3/8)) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b)))))): 1 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (+.f64 (Rewrite<= associate-*l*_binary64 (*.f64 (*.f64 a (/.f64 (*.f64 c c) (pow.f64 b 3))) -3/8)) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b))))): 0 points increase in error, 1 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (+.f64 (*.f64 (Rewrite<= *-commutative_binary64 (*.f64 (/.f64 (*.f64 c c) (pow.f64 b 3)) a)) -3/8) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (+.f64 (*.f64 (Rewrite<= associate-/r/_binary64 (/.f64 (*.f64 c c) (/.f64 (pow.f64 b 3) a))) -3/8) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b))))): 1 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (+.f64 (*.f64 (Rewrite=> associate-/l*_binary64 (/.f64 c (/.f64 (/.f64 (pow.f64 b 3) a) c))) -3/8) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (+.f64 (Rewrite=> *-commutative_binary64 (*.f64 -3/8 (/.f64 c (/.f64 (/.f64 (pow.f64 b 3) a) c)))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (+.f64 (*.f64 -3/8 (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 c c) (/.f64 (pow.f64 b 3) a)))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (+.f64 (*.f64 -3/8 (Rewrite<= associate-/l*_binary64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b 3)))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (+.f64 (*.f64 -3/8 (/.f64 (*.f64 (Rewrite<= unpow2_binary64 (pow.f64 c 2)) a) (pow.f64 b 3))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (Rewrite<= +-commutative_binary64 (+.f64 (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (*.f64 -1/2 (/.f64 c b))) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))))): 0 points increase in error, 0 points decrease in error
    (fma.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6 (Rewrite<= associate-+r+_binary64 (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3))))))): 1 points increase in error, 1 points decrease in error
    (Rewrite<= fma-def_binary64 (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3))))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (Rewrite=> associate-*l/_binary64 (/.f64 (*.f64 (+.f64 (*.f64 81/16 (*.f64 (pow.f64 c 4) (pow.f64 a 4))) (*.f64 81/64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)))) -1/6) (*.f64 a (pow.f64 b 7)))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (/.f64 (*.f64 (Rewrite=> distribute-rgt-out_binary64 (*.f64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)) (+.f64 81/16 81/64))) -1/6) (*.f64 a (pow.f64 b 7))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)) (Rewrite=> metadata-eval 405/64)) -1/6) (*.f64 a (pow.f64 b 7))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 c 4) (pow.f64 a 4)) (Rewrite<= metadata-eval (+.f64 81/64 81/16))) -1/6) (*.f64 a (pow.f64 b 7))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (/.f64 (*.f64 (Rewrite=> associate-*l*_binary64 (*.f64 (pow.f64 c 4) (*.f64 (pow.f64 a 4) (+.f64 81/64 81/16)))) -1/6) (*.f64 a (pow.f64 b 7))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (/.f64 (*.f64 (*.f64 (pow.f64 c 4) (Rewrite<= distribute-rgt-out_binary64 (+.f64 (*.f64 81/64 (pow.f64 a 4)) (*.f64 81/16 (pow.f64 a 4))))) -1/6) (*.f64 a (pow.f64 b 7))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (Rewrite<= associate-*l/_binary64 (*.f64 (/.f64 (*.f64 (pow.f64 c 4) (+.f64 (*.f64 81/64 (pow.f64 a 4)) (*.f64 81/16 (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))) -1/6)) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (Rewrite<= *-commutative_binary64 (*.f64 -1/6 (/.f64 (*.f64 (pow.f64 c 4) (+.f64 (*.f64 81/64 (pow.f64 a 4)) (*.f64 81/16 (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7))))) (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))))): 0 points increase in error, 0 points decrease in error
    (+.f64 (*.f64 -1/6 (/.f64 (*.f64 (pow.f64 c 4) (+.f64 (*.f64 81/64 (pow.f64 a 4)) (*.f64 81/16 (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7)))) (Rewrite=> +-commutative_binary64 (+.f64 (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3)))) (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5)))))): 0 points increase in error, 0 points decrease in error
    (Rewrite<= associate-+l+_binary64 (+.f64 (+.f64 (*.f64 -1/6 (/.f64 (*.f64 (pow.f64 c 4) (+.f64 (*.f64 81/64 (pow.f64 a 4)) (*.f64 81/16 (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7)))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3))))) (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))))): 1 points increase in error, 1 points decrease in error
    (Rewrite<= +-commutative_binary64 (+.f64 (*.f64 -9/16 (/.f64 (*.f64 (pow.f64 c 3) (pow.f64 a 2)) (pow.f64 b 5))) (+.f64 (*.f64 -1/6 (/.f64 (*.f64 (pow.f64 c 4) (+.f64 (*.f64 81/64 (pow.f64 a 4)) (*.f64 81/16 (pow.f64 a 4)))) (*.f64 a (pow.f64 b 7)))) (+.f64 (*.f64 -1/2 (/.f64 c b)) (*.f64 -3/8 (/.f64 (*.f64 (pow.f64 c 2) a) (pow.f64 b 3))))))): 0 points increase in error, 0 points decrease in error
  7. Final simplification2.8

    \[\leadsto \mathsf{fma}\left(\frac{{\left(c \cdot a\right)}^{4}}{\frac{{b}^{7}}{\frac{6.328125}{a}}}, -0.16666666666666666, \mathsf{fma}\left(a, \left(c \cdot \frac{c}{{b}^{3}}\right) \cdot -0.375, \mathsf{fma}\left(-0.5, \frac{c}{b}, \frac{{c}^{3} \cdot -0.5625}{{b}^{5}} \cdot \left(a \cdot a\right)\right)\right)\right) \]

Alternatives

Alternative 1
Error3.0
Cost53504
\[\mathsf{fma}\left(\left(a \cdot a\right) \cdot \frac{{c}^{3}}{{b}^{5}}, 1.6875, \mathsf{fma}\left(\frac{c \cdot \left(c \cdot a\right)}{{b}^{3}}, 1.125, \mathsf{fma}\left(\frac{c}{b}, 1.5, \frac{{\left(c \cdot a\right)}^{4} \cdot 3.1640625}{a \cdot {b}^{7}}\right)\right)\right) \cdot -0.3333333333333333 \]
Alternative 2
Error3.8
Cost33536
\[\mathsf{fma}\left(-0.5625, \frac{{c}^{3}}{\frac{{b}^{5}}{a \cdot a}}, \mathsf{fma}\left(-0.5, \frac{c}{b}, \frac{-0.375 \cdot \left(c \cdot \left(c \cdot a\right)\right)}{{b}^{3}}\right)\right) \]
Alternative 3
Error3.8
Cost33536
\[\mathsf{fma}\left(a, \left(c \cdot \frac{c}{{b}^{3}}\right) \cdot -0.375, \mathsf{fma}\left(-0.5, \frac{c}{b}, \frac{{c}^{3} \cdot -0.5625}{{b}^{5}} \cdot \left(a \cdot a\right)\right)\right) \]
Alternative 4
Error4.1
Cost21632
\[\frac{-1.125 \cdot \left(\frac{c \cdot c}{b \cdot b} \cdot \frac{a \cdot a}{b}\right) + \left(-1.5 \cdot \frac{c \cdot a}{b} + -1.6875 \cdot \frac{{c}^{3} \cdot {a}^{3}}{{b}^{5}}\right)}{a \cdot 3} \]
Alternative 5
Error10.4
Cost14788
\[\begin{array}{l} t_0 := \frac{\sqrt{b \cdot b + c \cdot \left(a \cdot -3\right)} - b}{a \cdot 3}\\ \mathbf{if}\;t_0 \leq -4.5 \cdot 10^{-9}:\\ \;\;\;\;t_0\\ \mathbf{else}:\\ \;\;\;\;-0.5 \cdot \frac{c}{b}\\ \end{array} \]
Alternative 6
Error5.7
Cost13696
\[\mathsf{fma}\left(-0.375, a \cdot \frac{c \cdot c}{{b}^{3}}, -0.5 \cdot \frac{c}{b}\right) \]
Alternative 7
Error6.1
Cost8000
\[\mathsf{fma}\left(-1.125, \frac{c \cdot c}{\frac{b \cdot b}{a} \cdot \frac{b}{a}}, -1.5 \cdot \frac{c}{\frac{b}{a}}\right) \cdot \frac{0.3333333333333333}{a} \]
Alternative 8
Error11.7
Cost7492
\[\begin{array}{l} \mathbf{if}\;b \leq 0.64:\\ \;\;\;\;\frac{\sqrt{b \cdot b + \left(c \cdot a\right) \cdot -3} - b}{a \cdot 3}\\ \mathbf{else}:\\ \;\;\;\;-0.5 \cdot \frac{c}{b}\\ \end{array} \]
Alternative 9
Error11.8
Cost320
\[-0.5 \cdot \frac{c}{b} \]

Error

Reproduce

herbie shell --seed 2022332 
(FPCore (a b c)
  :name "Cubic critical, medium range"
  :precision binary64
  :pre (and (and (and (< 1.1102230246251565e-16 a) (< a 9007199254740992.0)) (and (< 1.1102230246251565e-16 b) (< b 9007199254740992.0))) (and (< 1.1102230246251565e-16 c) (< c 9007199254740992.0)))
  (/ (+ (- b) (sqrt (- (* b b) (* (* 3.0 a) c)))) (* 3.0 a)))