\left(\left(333.75 \cdot {33096}^{6} + \left(77617 \cdot 77617\right) \cdot \left(\left(\left(\left(11 \cdot \left(77617 \cdot 77617\right)\right) \cdot \left(33096 \cdot 33096\right) + \left(-{33096}^{6}\right)\right) + -121 \cdot {33096}^{4}\right) + -2\right)\right) + 5.5 \cdot {33096}^{8}\right) + \frac{77617}{2 \cdot 33096}-0.8273960599468214
(FPCore ()
:precision binary64
(+
(+
(+
(* 333.75 (pow 33096.0 6.0))
(*
(* 77617.0 77617.0)
(+
(+
(+
(* (* 11.0 (* 77617.0 77617.0)) (* 33096.0 33096.0))
(- (pow 33096.0 6.0)))
(* -121.0 (pow 33096.0 4.0)))
-2.0)))
(* 5.5 (pow 33096.0 8.0)))
(/ 77617.0 (* 2.0 33096.0))))(FPCore () :precision binary64 -0.8273960599468214)
double code() {
return (((333.75 * pow(33096.0, 6.0)) + ((77617.0 * 77617.0) * (((((11.0 * (77617.0 * 77617.0)) * (33096.0 * 33096.0)) + -pow(33096.0, 6.0)) + (-121.0 * pow(33096.0, 4.0))) + -2.0))) + (5.5 * pow(33096.0, 8.0))) + (77617.0 / (2.0 * 33096.0));
}
double code() {
return -0.8273960599468214;
}
Results
Initial program 58.1
Simplified0
Final simplification0
herbie shell --seed 2020232
(FPCore ()
:name "From Warwick Tucker's Validated Numerics"
:precision binary64
(+ (+ (+ (* 333.75 (pow 33096.0 6.0)) (* (* 77617.0 77617.0) (+ (+ (+ (* (* 11.0 (* 77617.0 77617.0)) (* 33096.0 33096.0)) (- (pow 33096.0 6.0))) (* -121.0 (pow 33096.0 4.0))) -2.0))) (* 5.5 (pow 33096.0 8.0))) (/ 77617.0 (* 2.0 33096.0))))