
Time bar (total: 3.7s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 3 |
| 25% | 25% | 74.9% | 0.1% | 0% | 0% | 0% | 4 |
| 37.5% | 37.4% | 62.4% | 0.1% | 0% | 0% | 0% | 5 |
| 37.5% | 37.4% | 62.4% | 0.1% | 0% | 0% | 0% | 6 |
| 40% | 37.4% | 56.2% | 0.1% | 0% | 6.2% | 0% | 7 |
| 48.3% | 45.2% | 48.4% | 0.1% | 0% | 6.2% | 0% | 8 |
| 53% | 48.4% | 42.9% | 0.1% | 0% | 8.6% | 0% | 9 |
| 58.1% | 50.3% | 36.3% | 0.1% | 0% | 13.3% | 0% | 10 |
| 66.1% | 56.8% | 29.1% | 0.1% | 0% | 14% | 0% | 11 |
| 70.4% | 58.8% | 24.7% | 0.1% | 0% | 16.4% | 0% | 12 |
Compiled 19 to 16 computations (15.8% saved)
| 412.0ms | 5 525× | 0 | valid |
| 237.0ms | 1 202× | 2 | valid |
| 220.0ms | 1 307× | 1 | valid |
| 76.0ms | 996× | 0 | invalid |
| 48.0ms | 222× | 3 | valid |
ival-mult!: 260.0ms (37.8% of total)adjust: 121.0ms (17.6% of total)ival-sqrt: 115.0ms (16.7% of total)ival-div!: 71.0ms (10.3% of total)ival-sub!: 69.0ms (10% of total)ival-neg: 53.0ms (7.7% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 119 | 0 | - | 1 | (-2.676906769707551e-215 -4.584281247046002e-233 3.189532664893113e-107) | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c)))) |
| 50 | 0 | - | 1 | (2.592124374207841e+68 -4.908209753281573e-99 -6.655981718676292e-268) | (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) |
| 16 | 0 | - | 0 | - | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
| 4 | 0 | - | 0 | - | (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))) |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 4 binary64) (*.f64 a c)) |
| 0 | 0 | - | 0 | - | (*.f64 a c) |
| 0 | 0 | - | 0 | - | #s(literal 4 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 b b) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 2 binary64) a) |
| 0 | 0 | - | 0 | - | c |
| 0 | 0 | - | 0 | - | #s(literal 2 binary64) |
| 0 | 0 | - | 0 | - | (neg.f64 b) |
| 0 | 0 | - | 0 | - | b |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c)))) | oflow-rescue | 112 | 0 |
| ↳ | (*.f64 b b) | overflow | 90 | |
| ↳ | (*.f64 #s(literal 4 binary64) (*.f64 a c)) | overflow | 28 | |
| ↳ | (*.f64 a c) | overflow | 28 | |
| ↳ | (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))) | overflow | 112 | |
-.f64 | (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) | cancellation | 49 | 1 |
/.f64 | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) | u/n | 16 | 0 |
| ↳ | (*.f64 b b) | underflow | 45 | |
| ↳ | (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) | underflow | 30 | |
| ↳ | (*.f64 #s(literal 4 binary64) (*.f64 a c)) | underflow | 40 | |
| ↳ | (*.f64 a c) | underflow | 40 | |
| ↳ | (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))) | underflow | 6 | |
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c)))) | uflow-rescue | 6 | 0 |
| ↳ | (*.f64 b b) | underflow | 45 | |
| ↳ | (*.f64 #s(literal 4 binary64) (*.f64 a c)) | underflow | 40 | |
| ↳ | (*.f64 a c) | underflow | 40 | |
| ↳ | (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))) | underflow | 6 | |
-.f64 | (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))) | nan-rescue | 4 | 0 |
| ↳ | (*.f64 b b) | overflow | 90 | |
| ↳ | (*.f64 #s(literal 4 binary64) (*.f64 a c)) | overflow | 28 | |
| ↳ | (*.f64 a c) | overflow | 28 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 124 | 2 |
| - | 26 | 104 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 124 | 1 | 1 |
| - | 26 | 0 | 104 |
| number | freq |
|---|---|
| 0 | 106 |
| 1 | 113 |
| 2 | 37 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 32.0ms | 354× | 0 | valid |
| 14.0ms | 68× | 2 | valid |
| 10.0ms | 68× | 1 | valid |
| 6.0ms | 22× | 3 | valid |
Compiled 161 to 46 computations (71.4% saved)
ival-mult!: 12.0ms (31.4% of total)ival-sub!: 8.0ms (21% of total)ival-sqrt: 7.0ms (18.3% of total)adjust: 5.0ms (13.1% of total)ival-div!: 4.0ms (10.5% of total)ival-neg: 2.0ms (5.2% of total)Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 60 | 175 |
| 1 | 174 | 168 |
| 2 | 445 | 168 |
| 3 | 981 | 168 |
| 4 | 1893 | 168 |
| 5 | 5080 | 168 |
| 1× | node-limit |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 53.3% | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
Compiled 34 to 28 computations (17.6% saved)
| Inputs |
|---|
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) |
(neg.f64 b) |
b |
(sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c)))) |
(-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))) |
(*.f64 b b) |
(*.f64 #s(literal 4 binary64) (*.f64 a c)) |
#s(literal 4 binary64) |
(*.f64 a c) |
a |
c |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (pow b 2))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (* 4 (* a c)) #s(hole binary64 (* 4 (* a c)))) |
#s(approx (* a c) #s(hole binary64 (* a c))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (* 2 a) #s(hole binary64 (* 2 a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* a (- (/ (pow b 2) a) (* 4 c))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (- (pow b 2) (* 4 (* a c))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx c #s(hole binary64 c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* c (- (/ (pow b 2) c) (* 4 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 4.0ms | a | @ | inf | ((/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg b) b (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* b b) (* 4 (* a c)) 4 (* a c) a c (* 2 a) 2) |
| 3.0ms | b | @ | 0 | ((/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg b) b (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* b b) (* 4 (* a c)) 4 (* a c) a c (* 2 a) 2) |
| 3.0ms | c | @ | -inf | ((/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg b) b (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* b b) (* 4 (* a c)) 4 (* a c) a c (* 2 a) 2) |
| 3.0ms | a | @ | -inf | ((/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg b) b (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* b b) (* 4 (* a c)) 4 (* a c) a c (* 2 a) 2) |
| 3.0ms | c | @ | inf | ((/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg b) b (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* b b) (* 4 (* a c)) 4 (* a c) a c (* 2 a) 2) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 668 | 4352 |
| 0 | 682 | 4127 |
| 0 | 3806 | 3914 |
| 1× | iter-limit |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) |
(neg.f64 b) |
b |
(sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c)))) |
(-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))) |
(*.f64 b b) |
(*.f64 #s(literal 4 binary64) (*.f64 a c)) |
#s(literal 4 binary64) |
(*.f64 a c) |
a |
c |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (pow b 2))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (* 4 (* a c)) #s(hole binary64 (* 4 (* a c)))) |
#s(approx (* a c) #s(hole binary64 (* a c))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (* 2 a) #s(hole binary64 (* 2 a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* a (- (/ (pow b 2) a) (* 4 c))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (- (pow b 2) (* 4 (* a c))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx c #s(hole binary64 c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* c (- (/ (pow b 2) c) (* 4 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))))) |
| Outputs |
|---|
(/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) (fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) |
(/.f64 (-.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 3 binary64))) (fma.f64 b b (fma.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))))) |
(-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(*.f64 #s(literal -1 binary64) b) |
(*.f64 b #s(literal -1 binary64)) |
(neg.f64 b) |
b |
(pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 1/2 binary64)) |
(sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
(/.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) (*.f64 (*.f64 c a) #s(literal 4 binary64)))) (fma.f64 b b (*.f64 (*.f64 c a) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b))) |
(/.f64 (-.f64 (pow.f64 (*.f64 b b) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) (*.f64 (*.f64 c a) #s(literal 4 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) #s(literal 3 binary64)) (pow.f64 (*.f64 b b) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 #s(literal -4 binary64) (*.f64 c a)) (-.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b))))) |
(fma.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (fabs.f64 b) (fabs.f64 b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(fma.f64 #s(literal -4 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(-.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal 4 binary64))) |
(+.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(*.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64))) |
(*.f64 (fabs.f64 b) (fabs.f64 b)) |
(*.f64 (neg.f64 b) (neg.f64 b)) |
(*.f64 b b) |
(pow.f64 b #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) |
(*.f64 (*.f64 a #s(literal 4 binary64)) c) |
(*.f64 (*.f64 c a) #s(literal 4 binary64)) |
(*.f64 #s(literal 4 binary64) (*.f64 c a)) |
#s(literal 4 binary64) |
(*.f64 c a) |
(*.f64 a c) |
a |
c |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 a #s(literal 2 binary64)) |
(+.f64 a a) |
#s(literal 2 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 a (/.f64 c b) (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 c a) b) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 c b))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (*.f64 #s(literal 2 binary64) (/.f64 c b))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) b) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64)))) a (*.f64 #s(literal -2 binary64) (/.f64 c b))) a b)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 b b)) |
#s(approx (- (* b b) (* 4 (* a c))) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
#s(approx (* 4 (* a c)) (*.f64 (*.f64 c a) #s(literal 4 binary64))) |
#s(approx (* a c) (*.f64 c a)) |
#s(approx a a) |
#s(approx (* 2 a) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (neg.f64 b) a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) a)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))))) a)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))))) a)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (-.f64 (/.f64 (*.f64 b b) a) (*.f64 c #s(literal 4 binary64))) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) b)) a) #s(literal -1 binary64) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) a))) a) #s(literal -1 binary64) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal 2 binary64))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))) #s(literal 2 binary64))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))))) a)) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) a))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal -2 binary64))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))) #s(literal 2 binary64))) a))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal -1/64 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))) #s(literal 2 binary64)))) a))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 6 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/512 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))) #s(literal 2 binary64))))) a))) |
#s(approx (- (* b b) (* 4 (* a c))) (neg.f64 (*.f64 (fma.f64 (/.f64 (*.f64 b b) a) #s(literal -1 binary64) (*.f64 c #s(literal 4 binary64))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (neg.f64 b) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))))) b) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
#s(approx (neg b) (neg.f64 b)) |
#s(approx b b) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) (*.f64 b b) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))))) (*.f64 b b))) (*.f64 b b) (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
#s(approx (- (* b b) (* 4 (* a c))) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
#s(approx (* b b) (*.f64 b b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64)) #s(literal 2 binary64)) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (*.f64 c a) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 2 binary64))) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64))) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)) b)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) a) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)))) c) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))))) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)))))) b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (neg.f64 b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 a b))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))))) c (*.f64 #s(literal 2 binary64) (/.f64 a b))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))))) c b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)) (pow.f64 b #s(literal 5 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c b)) |
#s(approx c c) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (fma.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (neg.f64 b) c) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)))) c)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64))))) c)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))))) c)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (-.f64 (/.f64 (*.f64 b b) c) (*.f64 a #s(literal 4 binary64))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))) c))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))) c))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))) c))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (-.f64 (/.f64 b c) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))) c))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))) c))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 c a))))) c)) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64)))) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 1/512 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))) c))) |
#s(approx (- (* b b) (* 4 (* a c))) (neg.f64 (*.f64 (fma.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64) (*.f64 a #s(literal 4 binary64))) c))) |
Compiled 5 190 to 905 computations (82.6% saved)
12 alts after pruning (12 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 128 | 12 | 140 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 129 | 12 | 141 |
| Status | Accuracy | Program |
|---|---|---|
| 28.8% | (/.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) (fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 53.3% | (/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
| ▶ | 34.9% | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
| 21.2% | (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) (*.f64 #s(literal 2 binary64) a)) | |
| 29.5% | (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) | |
| 51.6% | (-.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) | |
| ▶ | 20.7% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
| 35.9% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) | |
| 19.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) | |
| ▶ | 15.6% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
| ▶ | 32.9% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
| 33.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))) c))) |
Compiled 642 to 454 computations (29.3% saved)
| Inputs |
|---|
(/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) |
(-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(neg.f64 b) |
b |
(sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(*.f64 #s(literal -4 binary64) a) |
#s(literal -4 binary64) |
a |
c |
(*.f64 b b) |
#s(literal 2 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
(neg.f64 (/.f64 c b)) |
(/.f64 c b) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
(sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))) |
(*.f64 (/.f64 c a) #s(literal -1 binary64)) |
(/.f64 c a) |
#s(literal -1 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
#s(literal -1/2 binary64) |
(/.f64 b a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
(sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(*.f64 c a) |
(*.f64 #s(literal 2 binary64) a) |
| Outputs |
|---|
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (pow b 2))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (* -4 a) #s(hole binary64 (* -4 a))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (sqrt (* (/ c a) -1)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (* (/ c a) -1) #s(hole binary64 (* -1 (/ c a)))) |
#s(approx (/ c a) #s(hole binary64 (/ c a))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (/ (+ (* -1/2 b) (* (sqrt (* a c)) (sqrt -1))) a))) |
#s(approx (/ b a) #s(hole binary64 (/ b a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (pow b 2))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (* -4 (* c a)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* c a) #s(hole binary64 (* a c))) |
#s(approx (* 2 a) #s(hole binary64 (* 2 a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* a (+ (* -4 c) (/ (pow b 2) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* a (- (/ (pow b 2) a) (* 4 c))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) 1/2))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (neg (/ c b)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ c b) #s(hole binary64 (/ c b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (- (pow b 2) (* 4 (* a c))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (/ (* a c) (pow b 2)) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4)))) 1)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* b (- (* (sqrt (/ c a)) (/ (sqrt -1) b)) (* 1/2 (/ 1 a)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -1) b))) (* 1/2 (/ 1 a))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (* c (+ (* 2 (/ (* (pow a 3) c) (pow b 5))) (/ (pow a 2) (pow b 3)))) (/ a b)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx c #s(hole binary64 c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* c (+ (* -4 a) (/ (pow b 2) c))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* c (- (/ (pow b 2) c) (* 4 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 b)) c))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (sqrt (* (/ c a) -1)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | a | @ | 0 | ((/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) b (sqrt (+ (* (* -4 a) c) (* b b))) (+ (* (* -4 a) c) (* b b)) (* -4 a) -4 a c (* b b) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg (/ c b)) (/ c b) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (* (/ c a) -1)) (* (/ c a) -1) (/ c a) -1 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) -1/2 (/ b a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* -4 (* c a)) (* c a) (* 2 a)) |
| 4.0ms | c | @ | -inf | ((/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) b (sqrt (+ (* (* -4 a) c) (* b b))) (+ (* (* -4 a) c) (* b b)) (* -4 a) -4 a c (* b b) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg (/ c b)) (/ c b) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (* (/ c a) -1)) (* (/ c a) -1) (/ c a) -1 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) -1/2 (/ b a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* -4 (* c a)) (* c a) (* 2 a)) |
| 3.0ms | c | @ | inf | ((/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) b (sqrt (+ (* (* -4 a) c) (* b b))) (+ (* (* -4 a) c) (* b b)) (* -4 a) -4 a c (* b b) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg (/ c b)) (/ c b) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (* (/ c a) -1)) (* (/ c a) -1) (/ c a) -1 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) -1/2 (/ b a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* -4 (* c a)) (* c a) (* 2 a)) |
| 3.0ms | a | @ | -inf | ((/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) b (sqrt (+ (* (* -4 a) c) (* b b))) (+ (* (* -4 a) c) (* b b)) (* -4 a) -4 a c (* b b) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg (/ c b)) (/ c b) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (* (/ c a) -1)) (* (/ c a) -1) (/ c a) -1 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) -1/2 (/ b a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* -4 (* c a)) (* c a) (* 2 a)) |
| 3.0ms | b | @ | -inf | ((/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) b (sqrt (+ (* (* -4 a) c) (* b b))) (+ (* (* -4 a) c) (* b b)) (* -4 a) -4 a c (* b b) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg (/ c b)) (/ c b) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (* (/ c a) -1)) (* (/ c a) -1) (/ c a) -1 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) -1/2 (/ b a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (sqrt (- (* b b) (* 4 (* a c)))) (- (* b b) (* 4 (* a c))) (* -4 (* c a)) (* c a) (* 2 a)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 971 | 10282 |
| 0 | 1000 | 9561 |
| 1 | 5106 | 9343 |
| 0 | 8200 | 9069 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) |
(-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(neg.f64 b) |
b |
(sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(*.f64 #s(literal -4 binary64) a) |
#s(literal -4 binary64) |
a |
c |
(*.f64 b b) |
#s(literal 2 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
(neg.f64 (/.f64 c b)) |
(/.f64 c b) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
(sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))) |
(*.f64 (/.f64 c a) #s(literal -1 binary64)) |
(/.f64 c a) |
#s(literal -1 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
#s(literal -1/2 binary64) |
(/.f64 b a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))))) |
(sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a)))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(*.f64 c a) |
(*.f64 #s(literal 2 binary64) a) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (pow b 2))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (* -4 a) #s(hole binary64 (* -4 a))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (sqrt (* (/ c a) -1)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (* (/ c a) -1) #s(hole binary64 (* -1 (/ c a)))) |
#s(approx (/ c a) #s(hole binary64 (/ c a))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (/ (+ (* -1/2 b) (* (sqrt (* a c)) (sqrt -1))) a))) |
#s(approx (/ b a) #s(hole binary64 (/ b a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (pow b 2))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (* -4 (* c a)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* c a) #s(hole binary64 (* a c))) |
#s(approx (* 2 a) #s(hole binary64 (* 2 a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* a (+ (* -4 c) (/ (pow b 2) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* a (- (/ (pow b 2) a) (* 4 c))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) 1/2))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (neg (/ c b)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ c b) #s(hole binary64 (/ c b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (- (pow b 2) (* 4 (* a c))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (/ (* a c) (pow b 2)) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4)))) 1)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* b (- (* (sqrt (/ c a)) (/ (sqrt -1) b)) (* 1/2 (/ 1 a)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -1) b))) (* 1/2 (/ 1 a))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (* c (+ (* 2 (/ (* (pow a 3) c) (pow b 5))) (/ (pow a 2) (pow b 3)))) (/ a b)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx c #s(hole binary64 c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* c (+ (* -4 a) (/ (pow b 2) c))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* c (- (/ (pow b 2) c) (* 4 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 b)) c))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (sqrt (* (/ c a) -1)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))))) |
| Outputs |
|---|
(/.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)))) #s(literal 2 binary64))) (neg.f64 a)) |
(/.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))))) #s(literal -2 binary64)) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)))) #s(literal 2 binary64)) |
(-.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 b b) (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 1 binary64))) (fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))))) |
(/.f64 (-.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 3/2 binary64))) (fma.f64 b b (+.f64 (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))))))) |
(-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)))) |
(*.f64 #s(literal -1 binary64) b) |
(*.f64 b #s(literal -1 binary64)) |
(neg.f64 b) |
b |
(pow.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal -1/2 binary64))) |
(sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 2 binary64))) (fma.f64 b b (*.f64 (*.f64 c a) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64))) (-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c) (*.f64 b b))) |
(/.f64 (-.f64 (pow.f64 b #s(literal 6 binary64)) (*.f64 #s(literal 64 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)))) (+.f64 (pow.f64 b #s(literal 4 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal 4 binary64)))))) |
(/.f64 (fma.f64 #s(literal -64 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c) #s(literal 2 binary64)) (-.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c) (*.f64 b b))))) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
(fma.f64 (fabs.f64 b) (fabs.f64 b) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(fma.f64 #s(literal -4 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 b b (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
(-.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c) (*.f64 (neg.f64 b) b)) |
(-.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal 4 binary64))) |
(+.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
(*.f64 a #s(literal -4 binary64)) |
(*.f64 #s(literal -4 binary64) a) |
#s(literal -4 binary64) |
a |
c |
(*.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b))) |
(*.f64 (fabs.f64 b) (fabs.f64 b)) |
(*.f64 (neg.f64 b) (neg.f64 b)) |
(*.f64 b b) |
(pow.f64 (exp.f64 (log.f64 b)) #s(literal 2 binary64)) |
(pow.f64 (fabs.f64 b) #s(literal 2 binary64)) |
(pow.f64 (*.f64 b b) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 b) #s(literal 2 binary64)) |
(pow.f64 b #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal -2 binary64))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) |
#s(literal 2 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 c (neg.f64 b))) |
(*.f64 (/.f64 c b) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 c b)) |
(/.f64 (*.f64 #s(literal -1 binary64) c) b) |
(/.f64 (neg.f64 c) b) |
(/.f64 c (neg.f64 b)) |
(neg.f64 (/.f64 c b)) |
(/.f64 (neg.f64 c) (neg.f64 b)) |
(/.f64 c b) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) |
(pow.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 (/.f64 c a)) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64))) |
(sqrt.f64 (neg.f64 (/.f64 c a))) |
(exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 c a) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 c a)) |
(/.f64 (*.f64 c #s(literal -1 binary64)) a) |
(/.f64 (*.f64 #s(literal -1 binary64) c) a) |
(neg.f64 (/.f64 c a)) |
(/.f64 (neg.f64 c) (neg.f64 a)) |
(/.f64 c a) |
#s(literal -1 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal 1 binary64))) (-.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
(/.f64 (fma.f64 (pow.f64 (/.f64 b a) #s(literal 3 binary64)) #s(literal -1/8 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal 3/2 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) #s(literal 2 binary64)) (-.f64 (pow.f64 (neg.f64 (/.f64 c a)) #s(literal 1 binary64)) (*.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (sqrt.f64 (neg.f64 (/.f64 c a))))))) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
(-.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
(+.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
#s(literal -1/2 binary64) |
(/.f64 (neg.f64 b) (neg.f64 a)) |
(/.f64 b a) |
(/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c))))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c))) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (*.f64 b b) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal 1 binary64))) (fma.f64 #s(literal -1 binary64) b (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c))))) |
(/.f64 (-.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal 3/2 binary64))) (fma.f64 b b (+.f64 (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal 1 binary64)) (*.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c))))))) |
(-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
(pow.f64 (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c))) #s(literal 1 binary64)) |
(pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) |
(sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c))) |
(exp.f64 (*.f64 (log.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c))) #s(literal 1/2 binary64))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
(*.f64 (*.f64 c #s(literal -4 binary64)) a) |
(*.f64 (*.f64 a #s(literal -4 binary64)) c) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(*.f64 c a) |
(*.f64 a c) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 a #s(literal 2 binary64)) |
(+.f64 a a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 a (/.f64 c b) (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 a (/.f64 c b) (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 c a) b) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 c b))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (*.f64 #s(literal 2 binary64) (/.f64 c b))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) b) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)) (pow.f64 b #s(literal 5 binary64)))) a (*.f64 #s(literal -2 binary64) (/.f64 c b))) a b)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 b b)) |
#s(approx (- (* b b) (* 4 (* a c))) (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) |
#s(approx (* -4 a) (*.f64 a #s(literal -4 binary64))) |
#s(approx a a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 a (/.f64 c b) (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (sqrt (* (/ c a) -1)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (* (/ c a) -1) (neg.f64 (/.f64 c a))) |
#s(approx (/ c a) (/.f64 c a)) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (/.f64 (fma.f64 #s(literal -1/2 binary64) b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64)))) a)) |
#s(approx (/ b a) (/.f64 b a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 c a) b) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 c b))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (*.f64 #s(literal 2 binary64) (/.f64 c b))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) b) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)) (pow.f64 b #s(literal 5 binary64)))) a (*.f64 #s(literal -2 binary64) (/.f64 c b))) a b)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 b b)) |
#s(approx (- (* b b) (* 4 (* a c))) (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) |
#s(approx (* -4 (* c a)) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
#s(approx (* c a) (*.f64 c a)) |
#s(approx (* 2 a) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (neg.f64 b) a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) a)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))))) a)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -7 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))))) a)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (neg.f64 b) a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) a)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))))) a)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -7 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))))) a)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) b)) a) #s(literal -1 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 b a) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) b)) a) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) a))) a) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal 2 binary64))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) #s(literal 2 binary64))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))))) a)) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) a))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal -2 binary64))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) #s(literal 2 binary64))) a))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) #s(literal 2 binary64)))) a))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -7 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/512 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) #s(literal 2 binary64))))) a))) |
#s(approx (- (* b b) (* 4 (* a c))) (neg.f64 (*.f64 (fma.f64 #s(literal 4 binary64) c (neg.f64 (/.f64 (*.f64 b b) a))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) b)) a) #s(literal -1 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal 2 binary64))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) #s(literal 2 binary64))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))))) a)) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) a))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal -2 binary64))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) #s(literal 2 binary64))) a))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) #s(literal 2 binary64)))) a))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -7 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/512 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) #s(literal 2 binary64))))) a))) |
#s(approx (- (* b b) (* 4 (* a c))) (neg.f64 (*.f64 (fma.f64 #s(literal 4 binary64) c (neg.f64 (/.f64 (*.f64 b b) a))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (pow.f64 #s(literal -4 binary64) #s(literal -1/2 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64)) b (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (pow.f64 #s(literal -4 binary64) #s(literal -1/2 binary64)))) b) #s(literal 1/2 binary64)) b (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (neg.f64 b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 #s(literal -4 binary64) #s(literal -1/2 binary64)) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))))) b) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (neg b) (neg.f64 b)) |
#s(approx b b) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (pow.f64 #s(literal -4 binary64) #s(literal -1/2 binary64)))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (pow.f64 #s(literal -4 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (pow.f64 #s(literal -4 binary64) #s(literal -3/2 binary64)) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))))) (*.f64 b b))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (* b b) (*.f64 b b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (pow.f64 #s(literal -4 binary64) #s(literal -1/2 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (neg (/ c b)) (/.f64 c (neg.f64 b))) |
#s(approx (/ c b) (/.f64 c b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (neg.f64 b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 #s(literal -4 binary64) #s(literal -1/2 binary64)) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))))) b) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (pow.f64 #s(literal -4 binary64) #s(literal -1/2 binary64)))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (pow.f64 #s(literal -4 binary64) #s(literal -1/2 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (pow.f64 #s(literal -4 binary64) #s(literal -3/2 binary64)) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))))) (*.f64 b b))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)))) |
#s(approx (- (* b b) (* 4 (* a c))) (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 (*.f64 (*.f64 a a) (pow.f64 (/.f64 c (*.f64 b b)) #s(literal 3 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (-.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (-.f64 (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (-.f64 (fma.f64 (pow.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3 binary64)) #s(literal 2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64))))) #s(literal 1 binary64)) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64)) #s(literal 2 binary64)) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (*.f64 c a) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 2 binary64))) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (pow.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3 binary64)) #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64))) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (+.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3 binary64)) #s(literal -4 binary64))) #s(literal 1 binary64)) b)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 (*.f64 (*.f64 a a) (pow.f64 (/.f64 c (*.f64 b b)) #s(literal 3 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (*.f64 (-.f64 (/.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) b) (/.f64 #s(literal 1/2 binary64) a)) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64)) #s(literal 2 binary64)) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (*.f64 c a) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 2 binary64))) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (pow.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3 binary64)) #s(literal 4 binary64)) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64))) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (+.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3 binary64)) #s(literal -4 binary64))) #s(literal 1 binary64)) b)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) a) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (*.f64 c a) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)))) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))))) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))))) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)))))) b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (neg.f64 b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3 binary64)) #s(literal -4 binary64))) #s(literal 1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) a) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)))) c) b))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (sqrt.f64 (neg.f64 (/.f64 c a))) b) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))))) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)))))) b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (neg.f64 b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) (*.f64 (pow.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 3 binary64)) #s(literal -4 binary64))) #s(literal 1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b)) c (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64)))) c (/.f64 a b)) c (neg.f64 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 a b))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))))) c (*.f64 #s(literal 2 binary64) (/.f64 a b))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b))) c b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)) (pow.f64 b #s(literal 5 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c b)) |
#s(approx c c) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 a b))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))))) c (*.f64 #s(literal 2 binary64) (/.f64 a b))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b))) c b)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)) (pow.f64 b #s(literal 5 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (neg.f64 b) c) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)))) c)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64))))) c)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))))) c)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c)) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -3 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (*.f64 c a) #s(literal -5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))))) c)) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (neg.f64 b) c) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)))) c)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64))))) c)) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))))) c)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c)) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c))) c))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) c))) c))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 b c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))) c))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 #s(literal -1/2 binary64) b)) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))) c))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))) c))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (-.f64 (/.f64 b c) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))) c))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))) c))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 c a))))) c)) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64)))) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/512 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))) c))) |
#s(approx (- (* b b) (* 4 (* a c))) (neg.f64 (*.f64 (fma.f64 #s(literal 4 binary64) a (neg.f64 (/.f64 (*.f64 b b) c))) c))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c))) c))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) c))) c))) |
#s(approx (sqrt (* (/ c a) -1)) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) c))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (-.f64 (/.f64 b c) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))) c))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 c a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))) c))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) c))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 c a))))) c)) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64)))) c))) |
#s(approx (sqrt (- (* b b) (* 4 (* a c)))) (neg.f64 (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -3 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal -5 binary64)) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/512 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))) c))) |
#s(approx (- (* b b) (* 4 (* a c))) (neg.f64 (*.f64 (fma.f64 #s(literal 4 binary64) a (neg.f64 (/.f64 (*.f64 b b) c))) c))) |
Compiled 8 971 to 1 492 computations (83.4% saved)
17 alts after pruning (15 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 250 | 14 | 264 |
| Fresh | 6 | 1 | 7 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 259 | 17 | 276 |
| Status | Accuracy | Program |
|---|---|---|
| 28.9% | (/.f64 (/.f64 (/.f64 (-.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 3/2 binary64))) (fma.f64 b b (+.f64 (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))))))) #s(literal 2 binary64)) a) | |
| ✓ | 53.3% | (/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
| 21.2% | (/.f64 (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) #s(literal 2 binary64)) a) | |
| ▶ | 34.9% | (/.f64 (-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
| ▶ | 29.6% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
| 34.9% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c))))) a) | |
| 21.3% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))) b))) a) | |
| ▶ | 35.9% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
| ▶ | 51.6% | (-.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
| 20.7% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) | |
| 24.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) #s(approx (sqrt (* (/ c a) -1)) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))))) | |
| 16.0% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64)))) | |
| 15.6% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) | |
| ✓ | 32.9% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
| 33.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))) c))) | |
| ▶ | 14.8% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
| 19.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
Compiled 936 to 682 computations (27.1% saved)
| Inputs |
|---|
(-.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 b) |
b |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
a |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) |
(*.f64 c #s(literal -4 binary64)) |
c |
#s(literal -4 binary64) |
(*.f64 b b) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64))) |
(*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)) |
(log.f64 (neg.f64 (/.f64 c a))) |
(neg.f64 (/.f64 c a)) |
(/.f64 c a) |
#s(literal 1/2 binary64) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)) |
(sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
(*.f64 (*.f64 a #s(literal -4 binary64)) c) |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -1/2 binary64) |
(/.f64 (-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) |
#s(literal 1 binary64) |
(pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
| Outputs |
|---|
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (* -1/2 b) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (/ (* a c) b)) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (* a (- (/ (* a (pow c 2)) (pow b 3)) (* -1 (/ c b))))) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (* a (- (* a (- (* 2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))) (* -1 (/ c b))))) (* 1/2 b)) a))) |
#s(approx (/ (neg b) (* 2 a)) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (* 2 a) #s(hole binary64 (* 2 a))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* 1/2 (/ b a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 (/ (* a c) b)) (* 1/2 b)) a))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (pow b 2))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (exp (* (log (neg (/ c a))) 1/2)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (neg c)) (* -1 (log a)))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (neg c)) (* -1 (log a))))) |
#s(approx (neg (/ c a)) #s(hole binary64 (* -1 (/ c a)))) |
#s(approx (/ c a) #s(hole binary64 (/ c a))) |
#s(approx (* (sqrt (* (* a -4) c)) -1/2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (* (* a -4) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (* (* a -4) c) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* a -4) #s(hole binary64 (* -4 a))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 b)) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ 1 b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* 2 (/ (* a c) (pow b 3))) (/ 1 b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* b (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))))) (* 2 (/ c (pow b 3))))) (/ 1 b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* a (+ (* 2 (/ c (pow b 3))) (* a (+ (* -1/2 (* a (* b (+ (* -64 (/ (pow c 3) (pow b 8))) (* -2 (/ (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))) (pow b 2))))))) (* -1/2 (* b (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6)))))))))) (/ 1 b)))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (pow b 2))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* a (+ (* -4 c) (/ (pow b 2) a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (neg c)) (log (/ 1 a)))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (neg c)) (log (/ 1 a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* (sqrt (/ 1 (* a c))) (sqrt -1/4)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (sqrt -1/4))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -1/4)))) (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (sqrt -1/4)))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c (pow a 7))) (/ (+ (* 1/1024 (/ (* a (pow b 4)) (* (pow c 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow c 4)))) (sqrt -1/4)))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -1/4)))) (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (sqrt -1/4))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* a (- (/ (pow b 2) a) (* 4 c))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1 (/ (+ (* -1 (/ (- (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (+ (* -1/1024 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (neg (* -1 c))) (log (/ -1 a)))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (neg (* -1 c))) (log (/ -1 a))))) |
#s(approx (* (sqrt (* (* a -4) c)) -1/2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (sqrt (* (* a -4) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1)))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1 (/ (+ (* 1/64 (* (sqrt (/ a (pow c 5))) (* (pow b 4) (sqrt -1)))) (* (sqrt (/ c a)) (* (sqrt -1) (+ (* -1/256 (/ (* a (pow b 4)) (pow c 3))) (* 1/256 (/ (pow b 6) (pow c 4))))))) (pow a 3))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* b (- (* b (- (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* (pow b 2) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4))))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* (pow b 2) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* (sqrt (/ 1 (* a c))) (sqrt -1/4)) (* (pow b 2) (+ (* -1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (+ (* 1/1024 (/ 1 (* (pow a 3) (* (pow c 3) (pow (sqrt -1/4) 2))))) (* 1/64 (/ 1 (* (pow a 3) (pow c 3)))))) (sqrt -1/4)))) (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (sqrt -1/4))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* (sqrt (/ 1 (* a c))) (sqrt -1/4)) (* (pow b 2) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (sqrt -1/4)))) (* (pow b 2) (+ (* -1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (+ (* 1/32 (/ (+ (* 1/1024 (/ 1 (* (pow a 3) (* (pow c 3) (pow (sqrt -1/4) 2))))) (* 1/64 (/ 1 (* (pow a 3) (pow c 3))))) (* a (* c (pow (sqrt -1/4) 2))))) (* 1/256 (/ 1 (* (pow a 4) (pow c 4)))))) (sqrt -1/4)))) (* -1/2 (* (sqrt (* a c)) (/ (+ (* 1/1024 (/ 1 (* (pow a 3) (* (pow c 3) (pow (sqrt -1/4) 2))))) (* 1/64 (/ 1 (* (pow a 3) (pow c 3))))) (sqrt -1/4))))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (- (pow b 2) (* 4 (* a c))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (/ (* a (pow c 2)) (pow b 4)) (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -1 (/ c (pow b 2))) (* 1/2 (/ 1 a)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (/ (* a c) (pow b 2)) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4)))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ (+ 1 (* 2 (/ (* a c) (pow b 2)))) b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ (+ 1 (+ (* -1/2 (/ (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (pow b 4))) (* 2 (/ (* a c) (pow b 2))))) b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ (+ 1 (+ (* -1/2 (/ (+ (* -64 (* (pow a 3) (pow c 3))) (* -2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))))) (pow b 6))) (+ (* -1/2 (/ (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))) b))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (/ (* a (pow c 2)) (pow b 2)) (* -1 c)) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 b))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ -1 b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* -1 (/ (+ 1 (* 2 (/ (* a c) (pow b 2)))) b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -1/2 (/ (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (pow b 4))) (* 2 (/ (* a c) (pow b 2))))) b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -1/2 (/ (+ (* -64 (* (pow a 3) (pow c 3))) (* -2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))))) (pow b 6))) (+ (* -1/2 (/ (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (/ c b)) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* c (+ (* c (- (* 2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))) (* 1/2 (/ b a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* 1/2 (/ b a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx (* c -4) #s(hole binary64 (* -4 c))) |
#s(approx c #s(hole binary64 c)) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (* c (+ (* 2 (/ (* (pow a 3) c) (pow b 5))) (/ (pow a 2) (pow b 3)))) (/ a b)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log c) (log (neg (/ 1 a))))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log c) (log (neg (/ 1 a)))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* c (+ (* -1/2 (* b (* c (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))))) (* 2 (/ a (pow b 3))))) (/ 1 b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* c (+ (* 2 (/ a (pow b 3))) (* c (+ (* -1/2 (* b (* c (+ (* -64 (/ (pow a 3) (pow b 8))) (* -2 (/ (* a (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))) (pow b 2))))))) (* -1/2 (* b (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6)))))))))) (/ 1 b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (+ (* -1/2 (/ b (* a c))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3))))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* c (+ (* -4 a) (/ (pow b 2) c))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (neg (/ 1 a))) (* -1 (log (/ 1 c))))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (neg (/ 1 a))) (* -1 (log (/ 1 c)))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ a (pow c 7))) (/ (+ (* 1/1024 (/ (* (pow b 4) c) (* (pow a 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow a 4)))) (sqrt -1/4)))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -1/4)))) (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (sqrt -1/4))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* c (- (/ (pow b 2) c) (* 4 a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (+ (* -1 (/ (- (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/1024 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 b)) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (exp (* (log (neg (/ c a))) 1/2)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (/ 1 a)) (* -1 (log (/ -1 c))))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (/ 1 a)) (* -1 (log (/ -1 c)))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1 (/ (+ (* 1/64 (* (sqrt (/ c (pow a 5))) (* (pow b 4) (sqrt -1)))) (* (sqrt (/ a c)) (* (sqrt -1) (+ (* -1/256 (/ (* (pow b 4) c) (pow a 3))) (* 1/256 (/ (pow b 6) (pow a 4))))))) (pow c 3))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 38.0ms | c | @ | 0 | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (neg b) b (* 2 a) 2 a (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp (* (log (neg (/ c a))) 1/2)) (* (log (neg (/ c a))) 1/2) (log (neg (/ c a))) (neg (/ c a)) (/ c a) 1/2 (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* (sqrt (* (* a -4) c)) -1/2) (sqrt (* (* a -4) c)) (* (* a -4) c) (* a -4) -1/2 (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) 1 (pow (- (* b b) (* 4 (* a c))) -1/2) (- (* b b) (* 4 (* a c)))) |
| 38.0ms | a | @ | 0 | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (neg b) b (* 2 a) 2 a (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp (* (log (neg (/ c a))) 1/2)) (* (log (neg (/ c a))) 1/2) (log (neg (/ c a))) (neg (/ c a)) (/ c a) 1/2 (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* (sqrt (* (* a -4) c)) -1/2) (sqrt (* (* a -4) c)) (* (* a -4) c) (* a -4) -1/2 (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) 1 (pow (- (* b b) (* 4 (* a c))) -1/2) (- (* b b) (* 4 (* a c)))) |
| 19.0ms | a | @ | -inf | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (neg b) b (* 2 a) 2 a (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp (* (log (neg (/ c a))) 1/2)) (* (log (neg (/ c a))) 1/2) (log (neg (/ c a))) (neg (/ c a)) (/ c a) 1/2 (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* (sqrt (* (* a -4) c)) -1/2) (sqrt (* (* a -4) c)) (* (* a -4) c) (* a -4) -1/2 (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) 1 (pow (- (* b b) (* 4 (* a c))) -1/2) (- (* b b) (* 4 (* a c)))) |
| 19.0ms | a | @ | inf | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (neg b) b (* 2 a) 2 a (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp (* (log (neg (/ c a))) 1/2)) (* (log (neg (/ c a))) 1/2) (log (neg (/ c a))) (neg (/ c a)) (/ c a) 1/2 (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* (sqrt (* (* a -4) c)) -1/2) (sqrt (* (* a -4) c)) (* (* a -4) c) (* a -4) -1/2 (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) 1 (pow (- (* b b) (* 4 (* a c))) -1/2) (- (* b b) (* 4 (* a c)))) |
| 17.0ms | c | @ | -inf | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (neg b) b (* 2 a) 2 a (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp (* (log (neg (/ c a))) 1/2)) (* (log (neg (/ c a))) 1/2) (log (neg (/ c a))) (neg (/ c a)) (/ c a) 1/2 (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* (sqrt (* (* a -4) c)) -1/2) (sqrt (* (* a -4) c)) (* (* a -4) c) (* a -4) -1/2 (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) 1 (pow (- (* b b) (* 4 (* a c))) -1/2) (- (* b b) (* 4 (* a c)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1482 | 15542 |
| 0 | 1517 | 13879 |
| 0 | 8363 | 13489 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(-.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 b) |
b |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
a |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) |
(*.f64 c #s(literal -4 binary64)) |
c |
#s(literal -4 binary64) |
(*.f64 b b) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64))) |
(*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)) |
(log.f64 (neg.f64 (/.f64 c a))) |
(neg.f64 (/.f64 c a)) |
(/.f64 c a) |
#s(literal 1/2 binary64) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)) |
(sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
(*.f64 (*.f64 a #s(literal -4 binary64)) c) |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -1/2 binary64) |
(/.f64 (-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) |
#s(literal 1 binary64) |
(pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (* -1/2 b) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (/ (* a c) b)) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (* a (- (/ (* a (pow c 2)) (pow b 3)) (* -1 (/ c b))))) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (* a (- (* a (- (* 2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))) (* -1 (/ c b))))) (* 1/2 b)) a))) |
#s(approx (/ (neg b) (* 2 a)) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (* 2 a) #s(hole binary64 (* 2 a))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* 1/2 (/ b a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 (/ (* a c) b)) (* 1/2 b)) a))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (pow b 2))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (exp (* (log (neg (/ c a))) 1/2)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (neg c)) (* -1 (log a)))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (neg c)) (* -1 (log a))))) |
#s(approx (neg (/ c a)) #s(hole binary64 (* -1 (/ c a)))) |
#s(approx (/ c a) #s(hole binary64 (/ c a))) |
#s(approx (* (sqrt (* (* a -4) c)) -1/2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (* (* a -4) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (* (* a -4) c) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* a -4) #s(hole binary64 (* -4 a))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 b)) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ 1 b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* 2 (/ (* a c) (pow b 3))) (/ 1 b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* a (+ (* -1/2 (* a (* b (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))))) (* 2 (/ c (pow b 3))))) (/ 1 b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* a (+ (* 2 (/ c (pow b 3))) (* a (+ (* -1/2 (* a (* b (+ (* -64 (/ (pow c 3) (pow b 8))) (* -2 (/ (* c (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6))))) (pow b 2))))))) (* -1/2 (* b (+ (* -16 (/ (pow c 2) (pow b 6))) (* 4 (/ (pow c 2) (pow b 6)))))))))) (/ 1 b)))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (pow b 2))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* a (+ (* -4 c) (/ (pow b 2) a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (neg c)) (log (/ 1 a)))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (neg c)) (log (/ 1 a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* (sqrt (/ 1 (* a c))) (sqrt -1/4)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (sqrt -1/4))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -1/4)))) (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (sqrt -1/4)))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c (pow a 7))) (/ (+ (* 1/1024 (/ (* a (pow b 4)) (* (pow c 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow c 4)))) (sqrt -1/4)))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -1/4)))) (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (sqrt -1/4))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* a (- (/ (pow b 2) a) (* 4 c))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1 (/ (+ (* -1 (/ (- (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (+ (* -1/1024 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (neg (* -1 c))) (log (/ -1 a)))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (neg (* -1 c))) (log (/ -1 a))))) |
#s(approx (* (sqrt (* (* a -4) c)) -1/2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (sqrt (* (* a -4) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1)))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1 (/ (+ (* 1/64 (* (sqrt (/ a (pow c 5))) (* (pow b 4) (sqrt -1)))) (* (sqrt (/ c a)) (* (sqrt -1) (+ (* -1/256 (/ (* a (pow b 4)) (pow c 3))) (* 1/256 (/ (pow b 6) (pow c 4))))))) (pow a 3))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* b (- (* b (- (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* (pow b 2) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4))))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* (pow b 2) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* (sqrt (/ 1 (* a c))) (sqrt -1/4)) (* (pow b 2) (+ (* -1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (+ (* 1/1024 (/ 1 (* (pow a 3) (* (pow c 3) (pow (sqrt -1/4) 2))))) (* 1/64 (/ 1 (* (pow a 3) (pow c 3)))))) (sqrt -1/4)))) (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (sqrt -1/4))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* (sqrt (/ 1 (* a c))) (sqrt -1/4)) (* (pow b 2) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (sqrt -1/4)))) (* (pow b 2) (+ (* -1/2 (* (sqrt (* a c)) (/ (* (pow b 2) (+ (* 1/32 (/ (+ (* 1/1024 (/ 1 (* (pow a 3) (* (pow c 3) (pow (sqrt -1/4) 2))))) (* 1/64 (/ 1 (* (pow a 3) (pow c 3))))) (* a (* c (pow (sqrt -1/4) 2))))) (* 1/256 (/ 1 (* (pow a 4) (pow c 4)))))) (sqrt -1/4)))) (* -1/2 (* (sqrt (* a c)) (/ (+ (* 1/1024 (/ 1 (* (pow a 3) (* (pow c 3) (pow (sqrt -1/4) 2))))) (* 1/64 (/ 1 (* (pow a 3) (pow c 3))))) (sqrt -1/4))))))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (- (pow b 2) (* 4 (* a c))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (/ (* a (pow c 2)) (pow b 4)) (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -1 (/ c (pow b 2))) (* 1/2 (/ 1 a)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (/ (* a c) (pow b 2)) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4)))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ (+ 1 (* 2 (/ (* a c) (pow b 2)))) b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ (+ 1 (+ (* -1/2 (/ (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (pow b 4))) (* 2 (/ (* a c) (pow b 2))))) b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ (+ 1 (+ (* -1/2 (/ (+ (* -64 (* (pow a 3) (pow c 3))) (* -2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))))) (pow b 6))) (+ (* -1/2 (/ (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))) b))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (/ (* a (pow c 2)) (pow b 2)) (* -1 c)) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 b))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (/ -1 b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* -1 (/ (+ 1 (* 2 (/ (* a c) (pow b 2)))) b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -1/2 (/ (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (pow b 4))) (* 2 (/ (* a c) (pow b 2))))) b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (* -1 (/ (+ 1 (+ (* -1/2 (/ (+ (* -64 (* (pow a 3) (pow c 3))) (* -2 (* a (* c (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))))))) (pow b 6))) (+ (* -1/2 (/ (+ (* -16 (* (pow a 2) (pow c 2))) (* 4 (* (pow a 2) (pow c 2)))) (pow b 4))) (* 2 (/ (* a c) (pow b 2)))))) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (/ c b)) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* c (+ (* c (- (* 2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))) (* 1/2 (/ b a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* 1/2 (/ b a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx (* c -4) #s(hole binary64 (* -4 c))) |
#s(approx c #s(hole binary64 c)) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (* c (+ (* 2 (/ (* (pow a 3) c) (pow b 5))) (/ (pow a 2) (pow b 3)))) (/ a b)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log c) (log (neg (/ 1 a))))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log c) (log (neg (/ 1 a)))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* c (+ (* -1/2 (* b (* c (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))))) (* 2 (/ a (pow b 3))))) (/ 1 b)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* c (+ (* 2 (/ a (pow b 3))) (* c (+ (* -1/2 (* b (* c (+ (* -64 (/ (pow a 3) (pow b 8))) (* -2 (/ (* a (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6))))) (pow b 2))))))) (* -1/2 (* b (+ (* -16 (/ (pow a 2) (pow b 6))) (* 4 (/ (pow a 2) (pow b 6)))))))))) (/ 1 b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (+ (* -1/2 (/ b (* a c))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3))))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* c (+ (* -4 a) (/ (pow b 2) c))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (neg (/ 1 a))) (* -1 (log (/ 1 c))))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (neg (/ 1 a))) (* -1 (log (/ 1 c)))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ a (pow c 7))) (/ (+ (* 1/1024 (/ (* (pow b 4) c) (* (pow a 3) (pow (sqrt -1/4) 2)))) (* 1/256 (/ (pow b 6) (pow a 4)))) (sqrt -1/4)))) (+ (* -1/32 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -1/4)))) (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (sqrt -1/4)))) (* (sqrt (/ 1 (* a c))) (sqrt -1/4))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* c (- (/ (pow b 2) c) (* 4 a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (+ (* -1 (/ (- (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/1024 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 b)) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (exp (* (log (neg (/ c a))) 1/2)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (log (neg (/ c a))) 1/2) #s(hole binary64 (* 1/2 (+ (log (/ 1 a)) (* -1 (log (/ -1 c))))))) |
#s(approx (log (neg (/ c a))) #s(hole binary64 (+ (log (/ 1 a)) (* -1 (log (/ -1 c)))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2)) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) #s(hole binary64 (+ (* -1 (/ (+ (* 1/64 (* (sqrt (/ c (pow a 5))) (* (pow b 4) (sqrt -1)))) (* (sqrt (/ a c)) (* (sqrt -1) (+ (* -1/256 (/ (* (pow b 4) c) (pow a 3))) (* 1/256 (/ (pow b 6) (pow a 4))))))) (pow c 3))) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (* b b) (* 4 (* a c))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a) (/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a)) (*.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))) (+.f64 (/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a) #s(literal 3 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a) (/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a) (fma.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))))) (neg.f64 (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)))) #s(literal 2 binary64))) (neg.f64 a)) |
(/.f64 (-.f64 (*.f64 (neg.f64 b) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)))) #s(literal 2 binary64)) a) |
(-.f64 (/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (neg.f64 b)) (neg.f64 (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 b) (*.f64 a #s(literal 2 binary64))) |
(neg.f64 (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(*.f64 #s(literal -1 binary64) b) |
(*.f64 b #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal 1/2 binary64) b))) (fma.f64 #s(literal -1/2 binary64) b (*.f64 #s(literal 1/2 binary64) b))) |
(/.f64 (-.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) b) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1/2 binary64) b) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b) (fma.f64 (*.f64 #s(literal 1/2 binary64) b) (*.f64 #s(literal 1/2 binary64) b) (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal 1/2 binary64) b))))) |
(neg.f64 b) |
(fma.f64 #s(literal -1/2 binary64) b (*.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 b #s(literal -1/2 binary64) (*.f64 #s(literal -1/2 binary64) b)) |
(-.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal 1/2 binary64) b)) |
(+.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) |
b |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(+.f64 a a) |
#s(literal 2 binary64) |
a |
(/.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)))) (neg.f64 (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) #s(literal 1/2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) #s(literal -1/2 binary64))) |
(sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) |
(/.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) (*.f64 (*.f64 c a) #s(literal 4 binary64)))) (fma.f64 b b (*.f64 (*.f64 c a) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (*.f64 (*.f64 c a) #s(literal -4 binary64))) (pow.f64 b #s(literal 4 binary64))) (-.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (*.f64 b b))) |
(/.f64 (-.f64 (pow.f64 (*.f64 b b) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) (*.f64 (*.f64 c a) #s(literal 4 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 b b) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (*.f64 (*.f64 c a) #s(literal -4 binary64)) (-.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (*.f64 b b))))) |
(fma.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64)) (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(fma.f64 (fabs.f64 b) (fabs.f64 b) (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(fma.f64 #s(literal -4 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 c (*.f64 #s(literal -4 binary64) a) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(fma.f64 b b (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(-.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (*.f64 (neg.f64 b) b)) |
(-.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal 4 binary64))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(*.f64 #s(literal -4 binary64) c) |
(*.f64 c #s(literal -4 binary64)) |
c |
#s(literal -4 binary64) |
(*.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64))) |
(*.f64 (fabs.f64 b) (fabs.f64 b)) |
(*.f64 (neg.f64 b) (neg.f64 b)) |
(*.f64 b b) |
(pow.f64 b #s(literal 2 binary64)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) |
(/.f64 (neg.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b))) (neg.f64 a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (pow.f64 (/.f64 (neg.f64 c) a) #s(literal 1/2 binary64))) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (neg.f64 c) a))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (neg.f64 c) a) #s(literal 1/2 binary64)) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (/.f64 (neg.f64 c) a)) #s(literal 1/2 binary64))) (sinh.f64 (*.f64 (log.f64 (/.f64 (neg.f64 c) a)) #s(literal 1/2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (neg.f64 c) a)) #s(literal 1/2 binary64))) |
(*.f64 (log.f64 (/.f64 (neg.f64 c) a)) #s(literal 1/2 binary64)) |
(*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 (neg.f64 c) a))) |
(log.f64 (/.f64 (neg.f64 c) a)) |
(*.f64 (/.f64 c a) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 c a)) |
(/.f64 (neg.f64 c) a) |
(/.f64 c (neg.f64 a)) |
(neg.f64 (/.f64 c a)) |
(/.f64 (neg.f64 c) (neg.f64 a)) |
(/.f64 c a) |
#s(literal 1/2 binary64) |
(/.f64 (neg.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) (neg.f64 a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) a) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) a)) (sqrt.f64 c)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) |
(pow.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(*.f64 (*.f64 #s(literal -4 binary64) c) a) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(*.f64 c (*.f64 #s(literal -4 binary64) a)) |
(*.f64 a (*.f64 #s(literal -4 binary64) c)) |
(*.f64 #s(literal -4 binary64) a) |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -1/2 binary64) |
(/.f64 (/.f64 (-.f64 (neg.f64 b) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64))) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (-.f64 (neg.f64 b) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) (neg.f64 (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (neg.f64 b) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64))) (*.f64 a #s(literal 2 binary64))) |
(-.f64 (/.f64 (/.f64 (neg.f64 b) #s(literal 2 binary64)) a) (/.f64 (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) (fma.f64 #s(literal -1 binary64) b (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)) #s(literal 3 binary64))) (fma.f64 b b (fma.f64 (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)) (*.f64 (neg.f64 b) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))))) |
(-.f64 (neg.f64 b) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
(pow.f64 (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(literal 1 binary64) |
(*.f64 (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/4 binary64)) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/4 binary64))) |
(pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64)))) #s(literal -1/2 binary64))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) b (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (-.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) (/.f64 (neg.f64 c) b)) a (*.f64 #s(literal -1/2 binary64) b)) (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (-.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (*.f64 #s(literal 1 binary64) (/.f64 c b))) a (*.f64 #s(literal -1/2 binary64) b)) (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
#s(approx (* 2 a) (*.f64 a #s(literal 2 binary64))) |
#s(approx a a) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (/.f64 b a) #s(literal 1/2 binary64))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (*.f64 c a) b))) a)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (/.f64 (neg.f64 c) b)) a (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) b) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)) (pow.f64 b #s(literal 5 binary64)))) a (*.f64 #s(literal -2 binary64) (/.f64 c b))) a b)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 b b)) |
#s(approx (- (* b b) (* 4 (* a c))) (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 a (/.f64 c b) (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 a (/.f64 c b) (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 a (/.f64 c b) (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (exp (* (log (neg (/ c a))) 1/2)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (* (log (neg (/ c a))) 1/2) (*.f64 (fma.f64 (log.f64 a) #s(literal -1 binary64) (log.f64 (neg.f64 c))) #s(literal 1/2 binary64))) |
#s(approx (log (neg (/ c a))) (fma.f64 (log.f64 a) #s(literal -1 binary64) (log.f64 (neg.f64 c)))) |
#s(approx (neg (/ c a)) (/.f64 (neg.f64 c) a)) |
#s(approx (/ c a) (/.f64 c a)) |
#s(approx (* (sqrt (* (* a -4) c)) -1/2) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (sqrt (* (* a -4) c)) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
#s(approx (* (* a -4) c) (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
#s(approx (* a -4) (*.f64 #s(literal -4 binary64) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 a (/.f64 c b) (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 c a) b) b))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 c b))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (*.f64 #s(literal 2 binary64) (/.f64 c b))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) b) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)) (pow.f64 b #s(literal 5 binary64)))) a (*.f64 #s(literal -2 binary64) (/.f64 c b))) a b)) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (pow.f64 b #s(literal -1 binary64))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (*.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64)))) #s(literal 2 binary64) (pow.f64 b #s(literal -1 binary64)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) a) (*.f64 (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64)) b) (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64))) a (pow.f64 b #s(literal -1 binary64)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 a b) (fma.f64 (*.f64 c (/.f64 (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64)) (*.f64 b b))) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -64 binary64) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 8 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64)) b))) a (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64))) a (pow.f64 b #s(literal -1 binary64)))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 b b)) |
#s(approx (- (* b b) (* 4 (* a c))) (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (-.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/32 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))))) a)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))))) a)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 #s(literal -4 binary64) c (/.f64 (*.f64 b b) a)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (* (log (neg (/ c a))) 1/2) (*.f64 (fma.f64 (log.f64 a) #s(literal -1 binary64) (log.f64 (neg.f64 c))) #s(literal 1/2 binary64))) |
#s(approx (log (neg (/ c a))) (fma.f64 (log.f64 a) #s(literal -1 binary64) (log.f64 (neg.f64 c)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (-.f64 (/.f64 (neg.f64 b) a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) a)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))))) a)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))))) a)) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1/4 binary64)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -1/4 binary64))) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1/4 binary64))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1/4 binary64)))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 7 binary64))))) (/.f64 (fma.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 1/256 binary64) (/.f64 (*.f64 #s(literal 1/1024 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) a)) (*.f64 #s(literal -1/4 binary64) (pow.f64 c #s(literal 3 binary64))))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1/4 binary64))))))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 #s(literal -4 binary64) c (/.f64 (*.f64 b b) a)) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (-.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) b)) a) (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/128 binary64) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (+.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/1024 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/128 binary64))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal -2 binary64))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64)))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64))))) a))) |
#s(approx (- (* b b) (* 4 (* a c))) (neg.f64 (*.f64 (fma.f64 #s(literal 4 binary64) c (neg.f64 (/.f64 (*.f64 b b) a))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) b)) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 b a) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) #s(literal 1/8 binary64) (*.f64 #s(literal -1/2 binary64) b)) a) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) a))) a) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) b)) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (* (log (neg (/ c a))) 1/2) (*.f64 (log.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1 binary64) a))) #s(literal 1/2 binary64))) |
#s(approx (log (neg (/ c a))) (log.f64 (*.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 #s(literal -1 binary64) a)))) |
#s(approx (* (sqrt (* (* a -4) c)) -1/2) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64)))) |
#s(approx (sqrt (* (* a -4) c)) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal -2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) b)) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal 2 binary64))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (neg.f64 (*.f64 (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64))) a))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))))) a)) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal -2 binary64))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64)))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64))))) a))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))) #s(literal 1/2 binary64))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) (fma.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) a) (pow.f64 c #s(literal 3 binary64))) #s(literal -1/256 binary64) (/.f64 (*.f64 #s(literal 1/256 binary64) (pow.f64 b #s(literal 6 binary64))) (pow.f64 c #s(literal 4 binary64)))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (- (* b b) (* 4 (* a c))) (neg.f64 (*.f64 (fma.f64 #s(literal 4 binary64) c (neg.f64 (/.f64 (*.f64 b b) a))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (neg b) (neg.f64 b)) |
#s(approx b b) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal -1/16 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/32 binary64))) (*.f64 b b) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))))) (*.f64 b b))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (* b b) (*.f64 b b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64)) b (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) #s(literal 1/2 binary64)) b (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (-.f64 (neg.f64 b) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (-.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))))) b) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))))) (*.f64 b b))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1/4 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 c a))) (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (/.f64 #s(literal 1/1024 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1/4 binary64)))) (*.f64 b b)) (sqrt.f64 #s(literal -1/4 binary64))))) (*.f64 b b) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1/4 binary64))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -1/4 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (fma.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (/.f64 #s(literal 1/1024 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1/4 binary64)))) (*.f64 (*.f64 #s(literal -1/4 binary64) c) a)) #s(literal 1/32 binary64) (/.f64 #s(literal 1/256 binary64) (pow.f64 (*.f64 c a) #s(literal 4 binary64)))) (*.f64 b b)) (sqrt.f64 #s(literal -1/4 binary64))) (sqrt.f64 (*.f64 c a)) (*.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/64 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (/.f64 #s(literal 1/1024 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1/4 binary64)))) (sqrt.f64 #s(literal -1/4 binary64))) (sqrt.f64 (*.f64 c a))))) (*.f64 b b))) (*.f64 b b) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1/4 binary64))))) |
#s(approx (- (* b b) (* 4 (* a c))) (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64)) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (pow.f64 a #s(literal -1 binary64))))) b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)) b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a))) b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)))) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)) b)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (-.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (-.f64 (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (-.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64)) #s(literal 2 binary64)) b)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 (*.f64 c a) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 2 binary64))) b)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64))) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)) b)) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (/.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64) #s(literal 1 binary64)) b)) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal -12 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64))) #s(literal 1 binary64)) b)) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (/.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal -12 binary64)) c) a) #s(literal -2 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -64 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal -12 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 c) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)) (neg.f64 c)) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) a)) (fma.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -2 binary64)))) b))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 c) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) a) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (*.f64 c a) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)))) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))))) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 c) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) a) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 c) b)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) a) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)))) c) b))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))))) b))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)))))) b))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (/.f64 #s(literal -1 binary64) b)) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (neg.f64 (/.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64) #s(literal 1 binary64)) b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal -12 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64))) #s(literal 1 binary64)) b))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal -12 binary64)) c) a) #s(literal -2 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -64 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal -12 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/2 binary64) (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64)))) #s(literal 1 binary64)) b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (-.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (-.f64 (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (-.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64))))) c (pow.f64 b #s(literal -1 binary64))) c (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal 1/2 binary64) (/.f64 (neg.f64 c) b))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (-.f64 (neg.f64 (*.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))))) (pow.f64 b #s(literal -1 binary64))) c (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal -2 binary64) (neg.f64 (/.f64 a (pow.f64 b #s(literal 3 binary64))))) c) (pow.f64 b #s(literal -1 binary64))) c (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b))) c b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)) (pow.f64 b #s(literal 5 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c b)) |
#s(approx (* c -4) (*.f64 #s(literal -4 binary64) c)) |
#s(approx c c) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b)) c (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64)))) c (/.f64 a b)) c (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (* (log (neg (/ c a))) 1/2) (*.f64 (log.f64 (*.f64 c (/.f64 #s(literal -1 binary64) a))) #s(literal 1/2 binary64))) |
#s(approx (log (neg (/ c a))) (log.f64 (*.f64 c (/.f64 #s(literal -1 binary64) a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 a b))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 4 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))))) c (*.f64 #s(literal 2 binary64) (/.f64 a b))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b))) c b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)) (pow.f64 b #s(literal 5 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c b)) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (fma.f64 (*.f64 (*.f64 b c) (*.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64))) #s(literal -1/2 binary64) (*.f64 (/.f64 a (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64))) c (pow.f64 b #s(literal -1 binary64)))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (*.f64 b c) (fma.f64 (*.f64 a (/.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64)) (*.f64 b b))) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -64 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 8 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 6 binary64))) #s(literal -12 binary64)) b))) c (*.f64 (/.f64 a (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64))) c (pow.f64 b #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (-.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/16 binary64) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) c)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -4 binary64))) #s(literal 1/2 binary64))) c)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) c)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (fma.f64 (*.f64 #s(literal 1/32 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 7 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -4 binary64))) #s(literal 1/2 binary64))))) c)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64))))) c)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))))) c)) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 #s(literal -4 binary64) a (/.f64 (*.f64 b b) c)) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))))) c)) |
#s(approx (* (log (neg (/ c a))) 1/2) (*.f64 (fma.f64 (neg.f64 (log.f64 c)) #s(literal -1 binary64) (log.f64 (/.f64 #s(literal -1 binary64) a))) #s(literal 1/2 binary64))) |
#s(approx (log (neg (/ c a))) (fma.f64 (neg.f64 (log.f64 c)) #s(literal -1 binary64) (log.f64 (/.f64 #s(literal -1 binary64) a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))))) c)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (-.f64 (/.f64 (neg.f64 b) c) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)))) c)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64))))) c)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))))) c)) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (/.f64 a (pow.f64 c #s(literal 7 binary64))))) (/.f64 (fma.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 a #s(literal 4 binary64))) #s(literal 1/256 binary64) (/.f64 (*.f64 #s(literal 1/1024 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) c)) (*.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1/4 binary64)))) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -1/4 binary64))) (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1/4 binary64))))))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (fma.f64 #s(literal -4 binary64) a (/.f64 (*.f64 b b) c)) c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (-.f64 (*.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (-.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) c)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 #s(literal 1/1024 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 7 binary64)) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/512 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (neg.f64 c) (fma.f64 #s(literal 4 binary64) a (neg.f64 (/.f64 (*.f64 b b) c))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (neg.f64 c) (fma.f64 (/.f64 b c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) #s(literal 1/8 binary64) (*.f64 #s(literal -1/2 binary64) b)) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (exp (* (log (neg (/ c a))) 1/2)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (* (log (neg (/ c a))) 1/2) (*.f64 (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) c)) #s(literal -1 binary64) (neg.f64 (log.f64 a))) #s(literal 1/2 binary64))) |
#s(approx (log (neg (/ c a))) (fma.f64 (log.f64 (/.f64 #s(literal -1 binary64) c)) #s(literal -1 binary64) (neg.f64 (log.f64 a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (neg.f64 c) (-.f64 (/.f64 b c) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (- (neg b) (/ 1 (pow (- (* b b) (* 4 (* a c))) -1/2))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 c a))))) c)) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/512 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))))) |
#s(approx (pow (- (* b b) (* 4 (* a c))) -1/2) (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) (fma.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 c (pow.f64 a #s(literal 3 binary64)))) #s(literal -1/256 binary64) (/.f64 (*.f64 #s(literal 1/256 binary64) (pow.f64 b #s(literal 6 binary64))) (pow.f64 a #s(literal 4 binary64)))))) (pow.f64 c #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (- (* b b) (* 4 (* a c))) (*.f64 (neg.f64 c) (fma.f64 #s(literal 4 binary64) a (neg.f64 (/.f64 (*.f64 b b) c))))) |
Compiled 14 234 to 1 968 computations (86.2% saved)
19 alts after pruning (13 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 351 | 7 | 358 |
| Fresh | 4 | 6 | 10 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 2 | 2 |
| Total | 356 | 19 | 375 |
| Status | Accuracy | Program |
|---|---|---|
| 28.9% | (/.f64 (/.f64 (/.f64 (-.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 3/2 binary64))) (fma.f64 b b (+.f64 (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))))))) #s(literal 2 binary64)) a) | |
| ✓ | 53.3% | (/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
| ▶ | 21.2% | (/.f64 (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) #s(literal 2 binary64)) a) |
| 35.0% | (/.f64 (-.f64 (*.f64 (neg.f64 b) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) | |
| ✓ | 34.9% | (/.f64 (-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
| 16.4% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) a)) (sqrt.f64 c)) #s(literal -1/2 binary64))) a) | |
| ✓ | 29.6% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
| ▶ | 34.9% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) a) |
| 21.3% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))) b))) a) | |
| ✓ | 35.9% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
| ▶ | 51.6% | (-.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
| ▶ | 20.7% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
| 24.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) #s(approx (sqrt (* (/ c a) -1)) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))))) | |
| 16.0% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64)))) | |
| 33.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) | |
| ▶ | 15.6% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
| ✓ | 32.9% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
| ✓ | 14.8% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
| 19.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
Compiled 960 to 691 computations (28% saved)
| Inputs |
|---|
(-.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
#s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 b a) #s(literal -1/2 binary64)) |
(/.f64 b a) |
b |
a |
#s(literal -1/2 binary64) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) |
(*.f64 c #s(literal -4 binary64)) |
c |
#s(literal -4 binary64) |
(*.f64 b b) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
(sqrt.f64 (/.f64 (neg.f64 c) a)) |
(/.f64 (neg.f64 c) a) |
(neg.f64 c) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
(fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) a) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(*.f64 c a) |
(/.f64 (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) #s(literal 2 binary64)) a) |
(/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) #s(literal 2 binary64)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) |
(neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b)) |
(/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b) |
(fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) |
(/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) |
(pow.f64 (*.f64 c a) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (*.f64 c a)) |
| Outputs |
|---|
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (* -1/2 b) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (/ (* a c) b)) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (* a (- (/ (* a (pow c 2)) (pow b 3)) (* -1 (/ c b))))) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (* a (- (* a (- (* 2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))) (* -1 (/ c b))))) (* 1/2 b)) a))) |
#s(approx (/ (neg b) (* 2 a)) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (* (/ b a) -1/2) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (/ b a) #s(hole binary64 (/ b a))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* 1/2 (/ b a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 (/ (* a c) b)) (* 1/2 b)) a))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (pow b 2))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (* 2 a) #s(hole binary64 (* 2 a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (sqrt (/ (neg c) a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (neg c) a) #s(hole binary64 (* -1 (/ c a)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (/ (+ (* -1/2 b) (* (sqrt (* a c)) (sqrt -1))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1/2 (+ b (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (+ b (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (* (* c a) -4)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (* (* c a) -4) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* c a) #s(hole binary64 (* a c))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* a (- (* -2 (/ (* a (pow c 2)) (pow b 3))) (* 2 (/ c b)))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* a (+ (* 2 (/ c b)) (* 2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* 2 (* a c)))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* a (+ (* 2 c) (* 2 (/ (* a (pow c 2)) (pow b 2))))))) |
#s(approx (/ (pow (* c a) 2) (* b b)) #s(hole binary64 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
#s(approx (pow (* c a) 2) #s(hole binary64 (* (pow a 2) (pow c 2)))) |
#s(approx (* 2 (* c a)) #s(hole binary64 (* 2 (* a c)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* a (+ (* -4 c) (/ (pow b 2) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* a (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* (pow a 2) (- (* -2 (/ c (* a b))) (* 2 (/ (pow c 2) (pow b 3))))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 3))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* (pow a 2) (+ (* 2 (/ c (* a b))) (* 2 (/ (pow c 2) (pow b 3))))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* (pow a 2) (+ (* 2 (/ c a)) (* 2 (/ (pow c 2) (pow b 2))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1 (/ (+ (* -1 (/ (- (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (+ (* -1/1024 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* -1 (* a (+ (* -1 (/ b a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (* (* c a) -4)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* b (- (* b (- (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* (pow b 2) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4))))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* (pow b 2) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) 1/2))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) 1/2))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (/ (- (* -2 (* a (* (pow b 2) c))) (* 2 (* (pow a 2) (pow c 2)))) (pow b 3)))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (/ (+ (* 2 (* a (* (pow b 2) c))) (* 2 (* (pow a 2) (pow c 2)))) (pow b 3)))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (/ (+ (* 2 (* a (* (pow b 2) c))) (* 2 (* (pow a 2) (pow c 2)))) (pow b 2)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (/ (* a (pow c 2)) (pow b 4)) (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -1 (/ c (pow b 2))) (* 1/2 (/ 1 a)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* b (- (* (sqrt (/ c a)) (/ (sqrt -1) b)) (* 1/2 (/ 1 a)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (/ (* a c) (pow b 2)) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4)))) 1)))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1/2 b))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* b (- (* -1/2 (* (sqrt (* a c)) (/ (sqrt -4) b))) 1/2)))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 b)) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* b (+ 1 (* (sqrt (* a c)) (/ (sqrt -4) b)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* b (- (/ (* a c) (pow b 2)) 1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* b (- (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4)))) 1)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (/ (- (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 2 (* a c))) b))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (/ (* a (pow c 2)) (pow b 2)) (* -1 c)) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -1) b))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1 (* b (+ 1/2 (* 1/2 (* (sqrt (* a c)) (/ (sqrt -4) b)))))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* -1 (* b (- (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b))) 1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (/ (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (/ (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (/ c b)) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* c (+ (* c (- (* 2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))) (* 1/2 (/ b a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* 1/2 (/ b a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx (* c -4) #s(hole binary64 (* -4 c))) |
#s(approx c #s(hole binary64 c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (neg c) #s(hole binary64 (* -1 c))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (* c (+ (* 2 (/ (* (pow a 3) c) (pow b 5))) (/ (pow a 2) (pow b 3)))) (/ a b)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (* c (+ (* 2 (/ (* (pow a 3) c) (pow b 5))) (/ (pow a 2) (pow b 3)))) (/ a b)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* c (- (* -2 (/ (* (pow a 2) c) (pow b 3))) (* 2 (/ a b)))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* c (+ (* 2 (/ a b)) (* 2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* c (+ (* 2 a) (* 2 (/ (* (pow a 2) c) (pow b 2))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (+ (* -1/2 (/ b (* a c))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3))))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* c (+ (* -4 a) (/ (pow b 2) c))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* c (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* (pow c 2) (- (* -2 (/ a (* b c))) (* 2 (/ (pow a 2) (pow b 3))))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* (pow c 2) (+ (* 2 (/ a (* b c))) (* 2 (/ (pow a 2) (pow b 3))))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* (pow c 2) (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (+ (* -1 (/ (- (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/1024 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (sqrt (/ (neg c) a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 b)) c))))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* -1 (* c (+ (* -1 (/ b c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 b)) c))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | b | @ | 0 | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (* (/ b a) -1/2) (/ b a) b a -1/2 (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (* 2 a) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (/ (neg c) a)) (/ (neg c) a) (neg c) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* -1/2 (+ b (sqrt (* (* c a) -4)))) (+ b (sqrt (* (* c a) -4))) (sqrt (* (* c a) -4)) (* (* c a) -4) (* c a) (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (/ (pow (* c a) 2) (* b b)) (pow (* c a) 2) (* 2 (* c a))) |
| 6.0ms | a | @ | 0 | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (* (/ b a) -1/2) (/ b a) b a -1/2 (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (* 2 a) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (/ (neg c) a)) (/ (neg c) a) (neg c) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* -1/2 (+ b (sqrt (* (* c a) -4)))) (+ b (sqrt (* (* c a) -4))) (sqrt (* (* c a) -4)) (* (* c a) -4) (* c a) (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (/ (pow (* c a) 2) (* b b)) (pow (* c a) 2) (* 2 (* c a))) |
| 5.0ms | c | @ | inf | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (* (/ b a) -1/2) (/ b a) b a -1/2 (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (* 2 a) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (/ (neg c) a)) (/ (neg c) a) (neg c) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* -1/2 (+ b (sqrt (* (* c a) -4)))) (+ b (sqrt (* (* c a) -4))) (sqrt (* (* c a) -4)) (* (* c a) -4) (* c a) (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (/ (pow (* c a) 2) (* b b)) (pow (* c a) 2) (* 2 (* c a))) |
| 5.0ms | a | @ | inf | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (* (/ b a) -1/2) (/ b a) b a -1/2 (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (* 2 a) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (/ (neg c) a)) (/ (neg c) a) (neg c) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* -1/2 (+ b (sqrt (* (* c a) -4)))) (+ b (sqrt (* (* c a) -4))) (sqrt (* (* c a) -4)) (* (* c a) -4) (* c a) (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (/ (pow (* c a) 2) (* b b)) (pow (* c a) 2) (* 2 (* c a))) |
| 5.0ms | a | @ | -inf | ((- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/ (neg b) (* 2 a)) (* (/ b a) -1/2) (/ b a) b a -1/2 (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (sqrt (+ (* (* c -4) a) (* b b))) (+ (* (* c -4) a) (* b b)) (* c -4) c -4 (* b b) (* 2 a) 2 (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt (/ (neg c) a)) (/ (neg c) a) (neg c) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (* -1/2 (+ b (sqrt (* (* c a) -4)))) (+ b (sqrt (* (* c a) -4))) (sqrt (* (* c a) -4)) (* (* c a) -4) (* c a) (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (/ (pow (* c a) 2) (* b b)) (pow (* c a) 2) (* 2 (* c a))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1379 | 15024 |
| 0 | 1425 | 13764 |
| 1 | 7652 | 13764 |
| 0 | 8881 | 13390 |
| 1× | iter-limit |
| 1× | node-limit |
| 1× | iter-limit |
| Inputs |
|---|
(-.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
#s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 b a) #s(literal -1/2 binary64)) |
(/.f64 b a) |
b |
a |
#s(literal -1/2 binary64) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a)) |
(sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) |
(*.f64 c #s(literal -4 binary64)) |
c |
#s(literal -4 binary64) |
(*.f64 b b) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
(sqrt.f64 (/.f64 (neg.f64 c) a)) |
(/.f64 (neg.f64 c) a) |
(neg.f64 c) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
(fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) a) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) |
(*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(*.f64 c a) |
(/.f64 (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) #s(literal 2 binary64)) a) |
(/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) #s(literal 2 binary64)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) |
(neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b)) |
(/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b) |
(fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) |
(/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) |
(pow.f64 (*.f64 c a) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (*.f64 c a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (* -1/2 b) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (/ (* a c) b)) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (* a (- (/ (* a (pow c 2)) (pow b 3)) (* -1 (/ c b))))) (* 1/2 b)) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (/ (- (+ (* -1/2 b) (* a (- (* a (- (* 2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))) (* -1 (/ c b))))) (* 1/2 b)) a))) |
#s(approx (/ (neg b) (* 2 a)) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (* (/ b a) -1/2) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (/ b a) #s(hole binary64 (/ b a))) |
#s(approx a #s(hole binary64 a)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* 1/2 (/ b a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 (/ (* a c) b)) (* 1/2 b)) a))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (pow b 2))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (* 2 a) #s(hole binary64 (* 2 a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (sqrt (/ (neg c) a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (neg c) a) #s(hole binary64 (* -1 (/ c a)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (/ (+ (* -1/2 b) (* (sqrt (* a c)) (sqrt -1))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1/2 (+ b (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (+ b (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (* (* c a) -4)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (* (* c a) -4) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* c a) #s(hole binary64 (* a c))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (/ (* a c) b)) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) a))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (/ (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (* a (+ (* a (+ (* 2 (/ (* a (pow c 3)) (pow b 5))) (/ (pow c 2) (pow b 3)))) (/ c b)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* 2 (/ (* a c) b)) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* 2 (/ (* a (pow c 2)) (pow b 3))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* a (- (* a (- (* 4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))) (* -2 (/ c b)))) (* 2 b)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* a (- (* -2 (/ (* a (pow c 2)) (pow b 3))) (* 2 (/ c b)))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* a (+ (* 2 (/ c b)) (* 2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* 2 (* a c)))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* a (+ (* 2 c) (* 2 (/ (* a (pow c 2)) (pow b 2))))))) |
#s(approx (/ (pow (* c a) 2) (* b b)) #s(hole binary64 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) |
#s(approx (pow (* c a) 2) #s(hole binary64 (* (pow a 2) (pow c 2)))) |
#s(approx (* 2 (* c a)) #s(hole binary64 (* 2 (* a c)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* a (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* a (+ (* -4 c) (/ (pow b 2) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* a (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1/2 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* -1/2 (/ b a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* a (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (+ (* -1/2 (/ b a)) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* -1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* a (- (* 1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 3))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* (pow a 2) (- (* -2 (/ c (* a b))) (* 2 (/ (pow c 2) (pow b 3))))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 3))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* (pow a 2) (+ (* 2 (/ c (* a b))) (* 2 (/ (pow c 2) (pow b 3))))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* (pow a 2) (+ (* 2 (/ c a)) (* 2 (/ (pow c 2) (pow b 2))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1 (/ (+ (* -1 (/ (- (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* -1 (* (sqrt (/ c a)) (sqrt -1)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (+ (* -1/1024 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* a (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* -1 (* a (+ (* -1 (/ b a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (sqrt (* (* c a) -4)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 b)) a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* (sqrt (* a c)) (sqrt -1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* a (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (/ b a) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1))))) a)) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* b (- (* b (- (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))))) (* 1/2 (/ 1 a)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx b #s(hole binary64 b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* (pow b 2) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4))))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* (pow b 2) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ (* (sqrt (* a c)) (sqrt -4)) (* (pow b 2) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* (pow b 2) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 2) (pow (sqrt -4) 5))))))))))) |
#s(approx (* b b) #s(hole binary64 (pow b 2))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) 1/2))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1/2 b) (* -1/2 (* (sqrt (* a c)) (sqrt -4)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* -1/4 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1/2))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1/2 (* (sqrt (* a c)) (sqrt -4))) (* b (- (* b (+ (* -1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) 1/2))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* -1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* b (- (* b (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (/ (- (* -2 (* a (* (pow b 2) c))) (* 2 (* (pow a 2) (pow c 2)))) (pow b 3)))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (/ (+ (* 2 (* a (* (pow b 2) c))) (* 2 (* (pow a 2) (pow c 2)))) (pow b 3)))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (/ (+ (* 2 (* a (* (pow b 2) c))) (* 2 (* (pow a 2) (pow c 2)))) (pow b 2)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (/ (* a (pow c 2)) (pow b 4)) (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -1 (/ c (pow b 2))) (* 1/2 (/ 1 a)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* b (- (* (sqrt (/ c a)) (/ (sqrt -1) b)) (* 1/2 (/ 1 a)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (/ (* a c) (pow b 2)) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4)))) 1)))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1/2 b))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* b (- (* -1/2 (* (sqrt (* a c)) (/ (sqrt -4) b))) 1/2)))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 b)) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* b (+ 1 (* (sqrt (* a c)) (/ (sqrt -4) b)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* b (- (/ c (pow b 2)) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* b (- (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (/ c (pow b 2)) (/ (* a (pow c 2)) (pow b 4)))) (/ 1 a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* b (- (/ (* a c) (pow b 2)) 1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* b (- (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4))) 1)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* b (- (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (/ (* a c) (pow b 2)) (/ (* (pow a 2) (pow c 2)) (pow b 4)))) 1)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* a c) (pow b 2))) 2)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* b (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (/ (- (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* 2 (* a c))) b))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (/ (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (+ (* 2 (* a c)) (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (/ (* a (pow c 2)) (pow b 2)) (* -1 c)) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (/ (- (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1/2 (/ b a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 6))) (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (* 1/2 (/ 1 a))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 6))) (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* -1 (* b (+ (* -1 (* (sqrt (/ c a)) (/ (sqrt -1) b))) (* 1/2 (/ 1 a))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (/ (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1 (* b (+ 1/2 (* 1/2 (* (sqrt (* a c)) (/ (sqrt -4) b)))))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* -1 (* b (- (* -1 (* (sqrt (* a c)) (/ (sqrt -4) b))) 1))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (/ (+ c (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6)))) (+ (* 2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (/ (* a (pow c 2)) (pow b 2))))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (/ (* a c) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (/ (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (/ (+ (* 1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* 2 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* a c) (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (/ (- (* 1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6))) (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))))) b)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* -1 (/ (- (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -2 (* a c))) b)))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (* -1/2 (/ b a)) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (/ c b)) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))) (* 1/2 (/ b a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (- (+ (* -1/2 (/ b a)) (* c (+ (* c (- (* 2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))) (* 1/2 (/ b a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* 1/2 (/ b a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))))) |
#s(approx (* c -4) #s(hole binary64 (* -4 c))) |
#s(approx c #s(hole binary64 c)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (neg c) #s(hole binary64 (* -1 c))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (* c (+ (* 2 (/ (* (pow a 3) c) (pow b 5))) (/ (pow a 2) (pow b 3)))) (/ a b)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (/ c b)))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (/ 1 b) (/ (* a c) (pow b 3))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (+ (* -1 (/ b a)) (* c (+ (* c (+ (* 2 (/ (* (pow a 2) c) (pow b 5))) (/ a (pow b 3)))) (/ 1 b)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (/ a b) (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (+ (* -1 b) (* c (+ (* c (+ (* 2 (/ (* (pow a 3) c) (pow b 5))) (/ (pow a 2) (pow b 3)))) (/ a b)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* 2 (/ (* (pow a 2) c) (pow b 3))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (- (* c (- (* c (- (* 4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))) (* -2 (/ a b)))) (* 2 b)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* c (- (* -2 (/ (* (pow a 2) c) (pow b 3))) (* 2 (/ a b)))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* c (+ (* 2 (/ a b)) (* 2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* c (+ (* 2 a) (* 2 (/ (* (pow a 2) c) (pow b 2))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* c (- (+ (* -1/2 (/ b (* a c))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3))))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/32 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* c (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (/ (pow b 6) (pow (sqrt -4) 5)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* c (+ (* -4 a) (/ (pow b 2) c))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* c (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* -1/2 (/ b (* a c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (+ (* -1/2 (/ b (* a c))) (+ (* -1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (* -1/2 (/ b c)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4))))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* c (+ (* -1/2 (* (sqrt (/ a c)) (sqrt -4))) (+ (* -1/2 (/ b c)) (+ (* -1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* 1/16 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* -1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* c (- (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))))))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) #s(hole binary64 (* (pow c 2) (- (* -2 (/ a (* b c))) (* 2 (/ (pow a 2) (pow b 3))))))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) #s(hole binary64 (* (pow c 2) (+ (* 2 (/ a (* b c))) (* 2 (/ (pow a 2) (pow b 3))))))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) #s(hole binary64 (* (pow c 2) (+ (* 2 (/ a c)) (* 2 (/ (pow a 2) (pow b 2))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (+ (* -1 (/ (- (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) c)) (* -1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1)))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/128 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/1024 (* (sqrt (/ 1 (* (pow a 7) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/8 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1))))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) #s(hole binary64 (* -1 (* c (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (* (pow b 4) (sqrt -1)))) (+ (* 1/512 (* (sqrt (/ 1 (* (pow a 5) (pow c 7)))) (* (pow b 6) (sqrt -1)))) (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (sqrt (/ (neg c) a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 b)) c))))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) #s(hole binary64 (* -1 (* c (+ (* -1 (/ b c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* 1/2 (/ b (* a c)))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1/2 (/ b a)) (* 1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) a) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 (/ b a))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* 1/2 (/ b c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) 2) #s(hole binary64 (* -1 (* c (+ (* -1 (* (sqrt (/ a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1))))) c)) (* -1/2 b)) c))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (/ b c) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* 1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) #s(hole binary64 (* -1 (* c (- (* -1 (/ (- (* -1 (/ (- (* 1/64 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 4) (sqrt -1)))) (* 1/4 (* (sqrt (/ c a)) (* (pow b 2) (sqrt -1))))) c)) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))))) |
| Outputs |
|---|
(/.f64 (-.f64 (*.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64)))) (*.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))) (+.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) #s(literal 3 binary64))) (fma.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (fma.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (*.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))))) |
(-.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
#s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 b a) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 b a)) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) a) |
(/.f64 (neg.f64 b) (neg.f64 a)) |
(/.f64 b a) |
b |
a |
#s(literal -1/2 binary64) |
(/.f64 (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)))) (neg.f64 (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) |
(pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) #s(literal 1/2 binary64)) |
(sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) #s(literal 1/2 binary64))) |
(/.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) (*.f64 (*.f64 c a) #s(literal 4 binary64)))) (fma.f64 b b (*.f64 (*.f64 c a) #s(literal 4 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) (pow.f64 b #s(literal 4 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) (*.f64 b b))) |
(/.f64 (-.f64 (pow.f64 (*.f64 b b) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 3 binary64))) (+.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 (*.f64 (*.f64 c a) #s(literal 4 binary64)) (*.f64 (*.f64 c a) #s(literal 4 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) #s(literal 3 binary64)) (pow.f64 (*.f64 b b) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) (*.f64 (*.f64 #s(literal -4 binary64) a) c) (-.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) (*.f64 b b))))) |
(fma.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(fma.f64 (fabs.f64 b) (fabs.f64 b) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 #s(literal -4 binary64) (*.f64 c a) (*.f64 b b)) |
(fma.f64 c (*.f64 #s(literal -4 binary64) a) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(fma.f64 b b (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(-.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) (*.f64 (neg.f64 b) b)) |
(-.f64 (*.f64 b b) (*.f64 (*.f64 c a) #s(literal 4 binary64))) |
(+.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(*.f64 #s(literal -4 binary64) c) |
(*.f64 c #s(literal -4 binary64)) |
c |
#s(literal -4 binary64) |
(*.f64 (pow.f64 b #s(literal 1 binary64)) (pow.f64 b #s(literal 1 binary64))) |
(*.f64 (fabs.f64 b) (fabs.f64 b)) |
(*.f64 (neg.f64 b) (neg.f64 b)) |
(*.f64 b b) |
(pow.f64 b #s(literal 2 binary64)) |
(+.f64 (cosh.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 b) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 2 binary64))) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(+.f64 a a) |
#s(literal 2 binary64) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) |
(pow.f64 (/.f64 (neg.f64 c) a) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (neg.f64 c)) (sqrt.f64 a)) |
(sqrt.f64 (/.f64 (neg.f64 c) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (neg.f64 c) a)) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 c a) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 c a)) |
(/.f64 (neg.f64 (neg.f64 c)) (neg.f64 a)) |
(/.f64 (neg.f64 c) a) |
(neg.f64 (/.f64 c a)) |
(*.f64 #s(literal -1 binary64) c) |
(*.f64 c #s(literal -1 binary64)) |
(neg.f64 c) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) (sqrt.f64 (/.f64 (neg.f64 c) a)))) (-.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (-.f64 (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) (*.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 (neg.f64 c) a)))))) |
(fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
(fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
(-.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)))) |
(+.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
(/.f64 (neg.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b) #s(literal -1/2 binary64)))) (neg.f64 a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b) #s(literal -1/2 binary64))) a) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b) #s(literal -1/2 binary64))) |
(*.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)))) (-.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal -1/2 binary64) b) #s(literal 3 binary64)) (pow.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b) (-.f64 (*.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64))) (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64) (*.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 #s(literal -1/2 binary64) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) (*.f64 #s(literal -1/2 binary64) b)) |
(fma.f64 #s(literal -1/2 binary64) b (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64))) |
(fma.f64 b #s(literal -1/2 binary64) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64))) |
(-.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) |
(+.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) b)) |
(+.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) (-.f64 b (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 3 binary64)) (pow.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal 3 binary64))) (fma.f64 b b (-.f64 (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c))) (*.f64 b (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b) |
(fma.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) b) |
(-.f64 b (*.f64 (neg.f64 (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)))) |
(+.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(+.f64 b (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c))) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) |
(pow.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) #s(literal 1/2 binary64)) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal -4 binary64) c) a) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(*.f64 c (*.f64 #s(literal -4 binary64) a)) |
(*.f64 a (*.f64 #s(literal -4 binary64) c)) |
(*.f64 c a) |
(*.f64 a c) |
(/.f64 (neg.f64 (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) (neg.f64 b))) #s(literal 2 binary64))) (neg.f64 a)) |
(/.f64 (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) (neg.f64 b))) #s(literal 2 binary64)) a) |
(/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) (neg.f64 b))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (neg.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) (neg.f64 b)))) #s(literal -2 binary64)) |
(/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) (neg.f64 b))) #s(literal 2 binary64)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) (neg.f64 b))) |
(*.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) b) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) b)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)))) b) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)))) b) |
(/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) (neg.f64 b)) |
(neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) b)) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)))) (neg.f64 b)) |
(/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) b) |
(fma.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64) (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) b)) |
(fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 c a) b) (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) b)) |
(-.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) b) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b))) |
(+.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) b) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
(+.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) b)) |
(*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 #s(literal -2 binary64) (*.f64 c a)))) (fma.f64 (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b) #s(literal 2 binary64) (*.f64 #s(literal -2 binary64) (*.f64 c a)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 (*.f64 c a) #s(literal 2 binary64)))) (-.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (*.f64 (*.f64 c a) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 (*.f64 c a) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 #s(literal -2 binary64) (*.f64 c a)) (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (*.f64 #s(literal -2 binary64) (*.f64 c a)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (-.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 (*.f64 c a) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (*.f64 (*.f64 c a) #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 (*.f64 c a) #s(literal 2 binary64)) (-.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b))) (*.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)))))) |
(fma.f64 (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b) #s(literal 2 binary64) (*.f64 (*.f64 c a) #s(literal 2 binary64))) |
(fma.f64 (*.f64 c #s(literal 2 binary64)) a (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b))) |
(fma.f64 (*.f64 c a) #s(literal 2 binary64) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b))) |
(fma.f64 (*.f64 a #s(literal 2 binary64)) c (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b))) |
(fma.f64 #s(literal 2 binary64) (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b) (*.f64 (*.f64 c a) #s(literal 2 binary64))) |
(fma.f64 #s(literal 2 binary64) (*.f64 c a) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b))) |
(-.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (*.f64 #s(literal -2 binary64) (*.f64 c a))) |
(-.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 (*.f64 c a) #s(literal 2 binary64))) (*.f64 b b))) |
(+.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b)) (*.f64 (*.f64 c a) #s(literal 2 binary64))) |
(+.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b))) |
(*.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b))) |
(/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b) |
(/.f64 (neg.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64))) (neg.f64 (*.f64 b b))) |
(/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) |
(*.f64 (pow.f64 (*.f64 c a) #s(literal 1 binary64)) (pow.f64 (*.f64 c a) #s(literal 1 binary64))) |
(*.f64 (*.f64 a a) (*.f64 c c)) |
(*.f64 (*.f64 c c) (*.f64 a a)) |
(*.f64 (*.f64 c a) (*.f64 c a)) |
(pow.f64 (*.f64 c a) #s(literal 2 binary64)) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (*.f64 c a)) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (*.f64 c a)) #s(literal 2 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 c a)) #s(literal 2 binary64))) |
(*.f64 (*.f64 c #s(literal 2 binary64)) a) |
(*.f64 (*.f64 c a) #s(literal 2 binary64)) |
(*.f64 (*.f64 a #s(literal 2 binary64)) c) |
(*.f64 #s(literal 2 binary64) (*.f64 c a)) |
(fma.f64 c a (*.f64 c a)) |
(fma.f64 a c (*.f64 c a)) |
(+.f64 (*.f64 c a) (*.f64 c a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 b) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (-.f64 (fma.f64 #s(literal -1/2 binary64) b (/.f64 (*.f64 c a) b)) (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (-.f64 (fma.f64 (-.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) (/.f64 (neg.f64 c) b)) a (*.f64 #s(literal -1/2 binary64) b)) (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (-.f64 (fma.f64 (fma.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (*.f64 #s(literal 1 binary64) (/.f64 c b))) a (*.f64 #s(literal -1/2 binary64) b)) (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
#s(approx (* (/ b a) -1/2) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
#s(approx (/ b a) (/.f64 b a)) |
#s(approx a a) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (/.f64 b a) #s(literal 1/2 binary64))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (*.f64 c a) b))) a)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (/.f64 (neg.f64 c) b)) a (*.f64 #s(literal 1/2 binary64) b)) a)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) b) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)) (pow.f64 b #s(literal 5 binary64)))) a (*.f64 #s(literal -2 binary64) (/.f64 c b))) a b)) |
#s(approx (+ (* (* c -4) a) (* b b)) (*.f64 b b)) |
#s(approx (+ (* (* c -4) a) (* b b)) (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) |
#s(approx (* 2 a) (*.f64 a #s(literal 2 binary64))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 b) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (fma.f64 a (/.f64 c b) (neg.f64 b)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (sqrt (/ (neg c) a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (neg c) a) (/.f64 (neg.f64 c) a)) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (/.f64 (fma.f64 #s(literal -1/2 binary64) b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64)))) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 b) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (fma.f64 a (/.f64 c b) (neg.f64 b)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 a (/.f64 c b) (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (*.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b) #s(literal -1/2 binary64))) |
#s(approx (+ b (sqrt (* (* c a) -4))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b)) |
#s(approx (sqrt (* (* c a) -4)) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c))) |
#s(approx (* (* c a) -4) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
#s(approx (* c a) (*.f64 c a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 b) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (fma.f64 a (/.f64 c b) (neg.f64 b)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b)) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 a (/.f64 c b) (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)) a (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c b)) a (neg.f64 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal 2 binary64) (-.f64 (/.f64 (*.f64 c a) b) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (*.f64 #s(literal 2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64)))) a (*.f64 (/.f64 c b) #s(literal 2 binary64))) a (*.f64 #s(literal -2 binary64) b))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a)) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (*.f64 (*.f64 #s(literal 2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) a)) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (*.f64 (*.f64 c a) #s(literal 2 binary64))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (*.f64 (*.f64 #s(literal 2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) a)) |
#s(approx (/ (pow (* c a) 2) (* b b)) (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)) |
#s(approx (pow (* c a) 2) (pow.f64 (*.f64 c a) #s(literal 2 binary64))) |
#s(approx (* 2 (* c a)) (*.f64 (*.f64 c a) #s(literal 2 binary64))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (-.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 #s(literal -1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 7 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/32 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))))) a)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 7 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))))) a)) |
#s(approx (+ (* (* c -4) a) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
#s(approx (+ (* (* c -4) a) (* b b)) (*.f64 (fma.f64 #s(literal -4 binary64) c (/.f64 (*.f64 b b) a)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) a)) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (+ b (sqrt (* (* c a) -4))) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c))) |
#s(approx (+ b (sqrt (* (* c a) -4))) (*.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (neg.f64 b) a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64)))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) a)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) a)) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 (*.f64 c a) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (*.f64 (fma.f64 (/.f64 (/.f64 c a) b) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64)))) (*.f64 a a))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (/.f64 c a) b) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) (*.f64 a a))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (*.f64 b b))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 c a) (/.f64 (*.f64 c c) (*.f64 b b)))) (*.f64 a a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (-.f64 (*.f64 (/.f64 b a) #s(literal -1/2 binary64)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) b)) a) (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 #s(literal -1 binary64) (-.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal -1/8 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal -1 binary64) (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/128 binary64) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (fma.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 7 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/1024 binary64) (*.f64 (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/128 binary64)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal -2 binary64))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64)))) a))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 (*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 7 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64))))) (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64))))) a))) |
#s(approx (+ (* (* c -4) a) (* b b)) (neg.f64 (*.f64 (fma.f64 #s(literal 4 binary64) c (neg.f64 (/.f64 (*.f64 b b) a))) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) b)) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) b)) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 b a) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) #s(literal 1/8 binary64) (*.f64 #s(literal -1/2 binary64) b)) a) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64)))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (neg.f64 (*.f64 (fma.f64 (/.f64 b a) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (+ b (sqrt (* (* c a) -4))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal -2 binary64))) |
#s(approx (+ b (sqrt (* (* c a) -4))) (neg.f64 (*.f64 (fma.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64) (/.f64 (neg.f64 b) a)) a))) |
#s(approx (sqrt (* (* c a) -4)) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal -2 binary64))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) b)) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 b a) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) #s(literal 1/8 binary64) (*.f64 #s(literal -1/2 binary64) b)) a) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (*.f64 (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -1 binary64))) #s(literal 2 binary64))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) #s(literal 2 binary64))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (*.f64 (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))))) a)) b) a) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx b b) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal -1/16 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 7 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/32 binary64))) (*.f64 b b) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (*.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))))) (*.f64 b b))) (*.f64 b b) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) |
#s(approx (* b b) (*.f64 b b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64)) b (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))))) b) #s(literal 1/2 binary64)) b (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (*.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b) #s(literal -1/2 binary64))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 3 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)))) b) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) b) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64)) b (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))))) b) #s(literal 1/2 binary64)) b (*.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal -1/2 binary64)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (neg.f64 b) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (-.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -1 binary64)) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))))) b) #s(literal 1 binary64)) b) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) (*.f64 (*.f64 b b) c) (*.f64 #s(literal -2 binary64) (pow.f64 (*.f64 c a) #s(literal 2 binary64)))) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (*.f64 b b) c) a (pow.f64 (*.f64 c a) #s(literal 2 binary64)))) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (*.f64 b b) c) a (pow.f64 (*.f64 c a) #s(literal 2 binary64)))) (*.f64 b b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 b) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64)) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (pow.f64 a #s(literal -1 binary64))))) b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)) b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a))) b)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)))) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (+.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)) b)) |
#s(approx (+ (* (* c -4) a) (* b b)) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -4 binary64) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (*.f64 (-.f64 (/.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) b) (/.f64 #s(literal 1/2 binary64) a)) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (-.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (-.f64 (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64))) b)) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (*.f64 #s(literal -1/2 binary64) b)) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (*.f64 (-.f64 (*.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) b)) |
#s(approx (+ b (sqrt (* (* c a) -4))) b) |
#s(approx (+ b (sqrt (* (* c a) -4))) (*.f64 (fma.f64 (/.f64 (sqrt.f64 #s(literal -4 binary64)) b) (sqrt.f64 (*.f64 c a)) #s(literal 1 binary64)) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (/.f64 c (*.f64 b b)) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64))) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 c (*.f64 b b))) (pow.f64 a #s(literal -1 binary64)))) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (-.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64)) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (-.f64 (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (-.f64 (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64))) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64)) #s(literal 2 binary64)) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 2 binary64))) b)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64))) b)) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) b)) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) b)) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 c) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 #s(literal 1 binary64) c)) b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64)) (*.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 (pow.f64 b #s(literal 6 binary64)) a)) (fma.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -2 binary64)))) b))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (neg.f64 b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 b) (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 c) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b))) c) b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) a) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)))) c) b))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)) b) #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) a)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 c) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b))) c) b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) a) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (*.f64 c a) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)))) b))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) #s(literal 1/2 binary64) #s(literal 1/2 binary64)))) |
#s(approx (+ b (sqrt (* (* c a) -4))) (*.f64 (neg.f64 b) (-.f64 (neg.f64 (/.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 1 binary64)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 c) b)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b))) c) b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) a) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 c c) a) (*.f64 b b)))) c) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (*.f64 c a) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/4 binary64) (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)))) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) (neg.f64 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b)))) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 (*.f64 c a) #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -4 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))))) b))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) (neg.f64 b))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (neg.f64 (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 c a (/.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) b) b))) b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (/.f64 (neg.f64 b) a)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (-.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (/.f64 c b)) (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (-.f64 (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (-.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (*.f64 #s(literal 1 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64))))) c (pow.f64 b #s(literal -1 binary64))) c (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal 1/2 binary64) (/.f64 (neg.f64 c) b))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (-.f64 (neg.f64 (*.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))))) (pow.f64 b #s(literal -1 binary64))) c (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal -2 binary64) (neg.f64 (/.f64 a (pow.f64 b #s(literal 3 binary64))))) c) (pow.f64 b #s(literal -1 binary64))) c (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b))) c b)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)) (pow.f64 b #s(literal 5 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c b)) |
#s(approx (* c -4) (*.f64 #s(literal -4 binary64) c)) |
#s(approx c c) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 c b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (neg c) (neg.f64 c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 c b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b)) c (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64)))) c (/.f64 a b)) c (neg.f64 b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1 binary64) (/.f64 c b))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64))) c (/.f64 (neg.f64 b) a))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b)) c (neg.f64 b))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64)))) c (/.f64 a b)) c (neg.f64 b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 4 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 3 binary64)))) c (*.f64 (/.f64 a b) #s(literal 2 binary64))) c (*.f64 #s(literal -2 binary64) b))) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (*.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b))) c)) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (*.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 a b))) c)) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 a (*.f64 (*.f64 a a) (/.f64 c (*.f64 b b))))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (-.f64 (fma.f64 (*.f64 (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/16 binary64) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) c)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -4 binary64))) #s(literal 1/2 binary64))) c)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -4 binary64))) #s(literal 1/2 binary64)))) c)) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64))) (fma.f64 (*.f64 #s(literal 1/32 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 7 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -4 binary64))) #s(literal 1/2 binary64))))) c)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64))))) c)) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 7 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 5/2 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))))) c)) |
#s(approx (+ (* (* c -4) a) (* b b)) (*.f64 (fma.f64 #s(literal -4 binary64) a (/.f64 (*.f64 b b) c)) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))))) c)) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (+ b (sqrt (* (* c a) -4))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (/.f64 b a) c)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (fma.f64 #s(literal -1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (/.f64 (neg.f64 b) c) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -4 binary64)))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c))) c)) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 #s(literal -4 binary64) #s(literal 3/2 binary64)))) #s(literal 1/8 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b c)))) c)) |
#s(approx (neg (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b)) (*.f64 (fma.f64 (/.f64 (/.f64 a b) c) #s(literal -2 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 3 binary64)))) (*.f64 c c))) |
#s(approx (/ (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) b) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (/.f64 a b) c) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))))) (*.f64 c c))) |
#s(approx (+ (* (/ (pow (* c a) 2) (* b b)) 2) (* 2 (* c a))) (*.f64 (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 a c) (/.f64 (*.f64 a a) (*.f64 b b)))) (*.f64 c c))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (-.f64 (*.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (-.f64 (neg.f64 (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c))) c)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 5 binary64)) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 #s(literal 1/1024 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 7 binary64)) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (pow.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64)))))) |
#s(approx (sqrt (+ (* (* c -4) a) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 (pow.f64 a #s(literal 5 binary64)) #s(literal -1 binary64)) (pow.f64 c #s(literal 7 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/512 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) #s(literal -1 binary64)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))))) |
#s(approx (+ (* (* c -4) a) (* b b)) (*.f64 (neg.f64 c) (fma.f64 #s(literal 4 binary64) a (neg.f64 (/.f64 (*.f64 b b) c))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (sqrt (/ (neg c) a)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
#s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (neg.f64 c) (fma.f64 (/.f64 b c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) #s(literal 1/8 binary64) (*.f64 #s(literal -1/2 binary64) b)) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (* -1/2 (+ b (sqrt (* (* c a) -4)))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 b c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (+ b (sqrt (* (* c a) -4))) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64) (/.f64 (neg.f64 b) c)))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) #s(literal 1/8 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (- (/ (neg b) (* 2 a)) (/ (sqrt (+ (* (* c -4) a) (* b b))) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (neg.f64 c) (fma.f64 (/.f64 b c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) #s(literal 1/8 binary64) (*.f64 #s(literal -1/2 binary64) b)) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c))) c) #s(literal -1 binary64) (neg.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (neg.f64 c) (-.f64 (/.f64 b c) (*.f64 (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))) #s(literal 2 binary64))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (sqrt.f64 (*.f64 c a)) #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
#s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/64 binary64) (sqrt.f64 (pow.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) #s(literal -1 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (sqrt.f64 (/.f64 c a))))) c)) b) c) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (sqrt.f64 (*.f64 (/.f64 a c) #s(literal -1 binary64))))))) |
Compiled 18 316 to 2 420 computations (86.8% saved)
20 alts after pruning (9 fresh and 11 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 423 | 4 | 427 |
| Fresh | 3 | 5 | 8 |
| Picked | 0 | 5 | 5 |
| Done | 0 | 6 | 6 |
| Total | 426 | 20 | 446 |
| Status | Accuracy | Program |
|---|---|---|
| 28.9% | (/.f64 (/.f64 (/.f64 (-.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 3/2 binary64))) (fma.f64 b b (+.f64 (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))))))) #s(literal 2 binary64)) a) | |
| ✓ | 53.3% | (/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
| ✓ | 21.2% | (/.f64 (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) #s(literal 2 binary64)) a) |
| 35.0% | (/.f64 (-.f64 (*.f64 (neg.f64 b) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) | |
| ✓ | 34.9% | (/.f64 (-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
| 16.4% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) a)) (sqrt.f64 c)) #s(literal -1/2 binary64))) a) | |
| ✓ | 29.6% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
| ✓ | 34.9% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) a) |
| 33.2% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal 1/2 binary64)))))) a) | |
| 21.3% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))) b))) a) | |
| ✓ | 35.9% | (/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
| ✓ | 51.6% | (-.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
| ✓ | 20.7% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
| 24.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) #s(approx (sqrt (/ (neg c) a)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))))) | |
| 16.0% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64)))) | |
| ✓ | 15.6% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
| ✓ | 32.9% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
| ✓ | 14.8% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
| 33.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))) c))) | |
| 19.1% | #s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
Compiled 1 683 to 646 computations (61.6% saved)
| Inputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) #s(approx (sqrt (* (/ c a) -1)) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) #s(approx (sqrt (/ (neg c) a)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))))) |
(/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) a)) (sqrt.f64 c)) #s(literal -1/2 binary64))) a) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c))))) a) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal 1/2 binary64)))))) a) |
(/.f64 (-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))) c))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))) b))) a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))) c))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
(-.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
(-.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
(-.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 #s(literal 2 binary64) (*.f64 c a))) b))) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 (neg.f64 b) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) (fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (/.f64 (-.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 3/2 binary64))) (fma.f64 b b (+.f64 (pow.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))))))) #s(literal 2 binary64)) a) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
(-.f64 #s(approx (/ (neg b) (* 2 a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (/.f64 (sqrt.f64 (fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b))) (*.f64 #s(literal 2 binary64) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
4 calls:
| 11.0ms | c |
| 10.0ms | b |
| 10.0ms | a |
| 8.0ms | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 74.3% | 5 | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
| 61.5% | 5 | a |
| 86.2% | 3 | b |
| 57.3% | 3 | c |
Compiled 20 to 23 computations (-15% saved)
| Inputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) #s(approx (sqrt (* (/ c a) -1)) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) #s(approx (sqrt (/ (neg c) a)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))))) |
(/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) a)) (sqrt.f64 c)) #s(literal -1/2 binary64))) a) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c))))) a) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal 1/2 binary64)))))) a) |
(/.f64 (-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64) (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64)))) c))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 (/.f64 (fma.f64 c a (/.f64 (pow.f64 (*.f64 c a) #s(literal 2 binary64)) (*.f64 b b))) b))) a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))) c))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (neg.f64 (sqrt.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal -1 binary64)) #s(literal -1 binary64))))))) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
(/.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) #s(literal 2 binary64)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
1 calls:
| 8.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.1% | 3 | b |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) #s(approx (sqrt (* (/ c a) -1)) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) #s(approx (sqrt (/ (neg c) a)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))))) |
(/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) a)) (sqrt.f64 c)) #s(literal -1/2 binary64))) a) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c))))) a) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) a) |
(/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) #s(literal 1/2 binary64)))))) a) |
(/.f64 (-.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (pow.f64 #s(approx (- (* b b) (* 4 (* a c))) (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64)))) (*.f64 #s(literal 2 binary64) a)) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 #s(literal -1/2 binary64) (+.f64 b (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c))))) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
1 calls:
| 6.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 82.2% | 3 | b |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) #s(approx (sqrt (* (/ c a) -1)) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a))))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) #s(approx (sqrt (/ (neg c) a)) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a)))))) |
(/.f64 #s(approx (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (neg.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) (*.f64 c a))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (*.f64 (sqrt.f64 (*.f64 #s(literal -4 binary64) a)) (sqrt.f64 c)) #s(literal -1/2 binary64))) a) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (*.f64 (sqrt.f64 (*.f64 (*.f64 a #s(literal -4 binary64)) c)) #s(literal -1/2 binary64))) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
1 calls:
| 5.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 81.7% | 3 | b |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (/.f64 (neg.f64 c) a)))) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (sqrt.f64 (neg.f64 (/.f64 c a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
1 calls:
| 4.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.7% | 4 | b |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* (/ b a) -1/2) (sqrt (/ (neg c) a))) (neg.f64 (sqrt.f64 (/.f64 (neg.f64 c) a))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -1 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (exp.f64 (*.f64 (log.f64 (neg.f64 (/.f64 c a))) #s(literal 1/2 binary64)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (*.f64 (sqrt.f64 (*.f64 (/.f64 c a) #s(literal -4 binary64))) #s(literal -1/2 binary64))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 #s(literal 1 binary64) (pow.f64 (neg.f64 (/.f64 c a)) #s(literal -1/2 binary64)))) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) #s(approx (+ (* -1/2 (/ b a)) (sqrt (* (/ c a) -1))) (neg.f64 (sqrt.f64 (neg.f64 (/.f64 c a)))))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
1 calls:
| 3.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.6% | 4 | b |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (/.f64 (neg.f64 c) a))) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (sqrt.f64 (neg.f64 (/.f64 c a)))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
1 calls:
| 3.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 71.8% | 3 | b |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 #s(approx (/ (- (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) 2) (neg.f64 b)) a) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
2 calls:
| 1.0ms | b |
| 1.0ms | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 49.6% | 3 | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
| 66.5% | 2 | b |
Compiled 18 to 17 computations (5.6% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
| Outputs |
|---|
#s(approx (/ (- (neg b) (sqrt (- (* b b) (* 4 (* a c))))) (* 2 a)) (neg.f64 (/.f64 c b))) |
4 calls:
| 1.0ms | b |
| 1.0ms | c |
| 1.0ms | a |
| 1.0ms | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 32.9% | 1 | (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 #s(literal 4 binary64) (*.f64 a c))))) (*.f64 #s(literal 2 binary64) a)) |
| 32.9% | 1 | c |
| 32.9% | 1 | a |
| 32.9% | 1 | b |
Compiled 20 to 23 computations (-15% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 7.543818711413191e+37 | 3.4915205526331627e+40 |
| 12.0ms | -1.7457170051757976e-9 | -7.004262367467434e-10 |
| 10.0ms | 160× | 0 | valid |
| 4.0ms | 33× | 1 | valid |
| 3.0ms | 15× | 2 | valid |
| 1.0ms | 10× | 0 | invalid |
Compiled 644 to 527 computations (18.2% saved)
ival-mult!: 4.0ms (34.7% of total)ival-sqrt: 2.0ms (17.4% of total)adjust: 1.0ms (8.7% of total)ival-sub!: 1.0ms (8.7% of total)ival-div!: 1.0ms (8.7% of total)ival-neg: 1.0ms (8.7% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 7.543818711413191e+37 | 3.4915205526331627e+40 |
| 1.0ms | -1.7457170051757976e-9 | -7.004262367467434e-10 |
Compiled 514 to 436 computations (15.2% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 6.280397784436168e-55 | 1.166370210034226e-47 |
| 25.0ms | -2.1858052603656097e-32 | -1.3171741548013468e-43 |
| 14.0ms | 226× | 0 | valid |
| 6.0ms | 36× | 2 | valid |
| 5.0ms | 42× | 1 | valid |
| 4.0ms | 61× | 0 | invalid |
Compiled 970 to 799 computations (17.6% saved)
ival-mult!: 7.0ms (36.1% of total)ival-sqrt: 3.0ms (15.5% of total)adjust: 2.0ms (10.3% of total)ival-sub!: 2.0ms (10.3% of total)ival-div!: 2.0ms (10.3% of total)ival-neg: 2.0ms (10.3% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 6.280397784436168e-55 | 1.166370210034226e-47 |
| 6.0ms | -2.1858052603656097e-32 | -1.3171741548013468e-43 |
| 1.0ms | 11× | 1 | valid |
| 1.0ms | 16× | 0 | valid |
| 1.0ms | 5× | 2 | valid |
| 0.0ms | 6× | 0 | invalid |
Compiled 932 to 780 computations (16.3% saved)
ival-mult!: 1.0ms (40.1% of total)adjust: 0.0ms (0% of total)ival-sub!: 0.0ms (0% of total)ival-sqrt: 0.0ms (0% of total)ival-div!: 0.0ms (0% of total)ival-neg: 0.0ms (0% of total)| 3× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 8.910306814483406e-91 | 2.4027268525799e-89 |
| 24.0ms | -4.584281247046002e-233 | -1.0335097716011182e-236 |
| 21.0ms | -1.3171741548013468e-43 | -2.143943701005494e-50 |
| 24.0ms | 315× | 0 | valid |
| 7.0ms | 112× | 0 | invalid |
| 6.0ms | 48× | 1 | valid |
| 3.0ms | 21× | 2 | valid |
Compiled 1 403 to 1 117 computations (20.4% saved)
ival-mult!: 14.0ms (50.3% of total)ival-sqrt: 4.0ms (14.4% of total)ival-sub!: 3.0ms (10.8% of total)ival-div!: 3.0ms (10.8% of total)adjust: 2.0ms (7.2% of total)ival-neg: 2.0ms (7.2% of total)| 3× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 8.910306814483406e-91 | 2.4027268525799e-89 |
| 1.0ms | -4.584281247046002e-233 | -1.0335097716011182e-236 |
| 1.0ms | -1.3171741548013468e-43 | -2.143943701005494e-50 |
Compiled 1 318 to 1 066 computations (19.1% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 5.4355592038215506e-182 | 1.84817662085816e-175 |
| 1.0ms | -1.3171741548013468e-43 | -2.143943701005494e-50 |
| 9.0ms | 144× | 0 | valid |
| 5.0ms | 44× | 0 | invalid |
Compiled 830 to 686 computations (17.3% saved)
ival-mult!: 3.0ms (33.8% of total)ival-div!: 3.0ms (33.8% of total)ival-sub!: 1.0ms (11.3% of total)ival-sqrt: 1.0ms (11.3% of total)ival-neg: 1.0ms (11.3% of total)adjust: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | -3.7850742615789933e-303 | 3.993283492675457e-306 |
| 9.0ms | 144× | 0 | valid |
| 4.0ms | 68× | 0 | invalid |
Compiled 416 to 344 computations (17.3% saved)
ival-mult!: 4.0ms (49.3% of total)ival-sub!: 1.0ms (12.3% of total)ival-sqrt: 1.0ms (12.3% of total)ival-neg: 1.0ms (12.3% of total)ival-div!: 1.0ms (12.3% of total)adjust: 0.0ms (0% of total)| 1× | fuel |
Compiled 686 to 110 computations (84% saved)
Compiled 1 406 to 248 computations (82.4% saved)
Loading profile data...