
Time bar (total: 8.0s)
| 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)
| 613.0ms | 5 565× | 0 | valid |
| 407.0ms | 1 220× | 2 | valid |
| 324.0ms | 1 306× | 1 | valid |
| 102.0ms | 926× | 0 | invalid |
| 58.0ms | 165× | 3 | valid |
ival-mult: 461.0ms (39.4% of total)ival-sqrt: 175.0ms (15% of total)ival-div: 159.0ms (13.6% of total)adjust: 147.0ms (12.6% of total)ival-add: 83.0ms (7.1% of total)ival-sub: 69.0ms (5.9% of total)ival-neg: 54.0ms (4.6% of total)exact: 10.0ms (0.9% of total)ival-true: 8.0ms (0.7% of total)ival-assert: 4.0ms (0.3% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 111 | 0 | - | 2 | (-2.5012627055810182e-39 -4.2061033059791727e-222 3.7086674756496725e-276) | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| 56 | 0 | - | 0 | - | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
| 12 | 0 | - | 0 | - | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 6 | 0 | - | 0 | - | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | #s(literal 4 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 #s(literal 4 binary64) a) c) |
| 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 | - | (*.f64 #s(literal 4 binary64) a) |
| 0 | 0 | - | 0 | - | b |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) | oflow-rescue | 103 | 0 |
| ↳ | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | overflow | 103 | |
| ↳ | (*.f64 (*.f64 #s(literal 4 binary64) a) c) | overflow | 29 | |
| ↳ | (*.f64 b b) | overflow | 84 | |
+.f64 | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) | cancellation | 56 | 0 |
/.f64 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) | u/n | 12 | 0 |
| ↳ | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | underflow | 6 | |
| ↳ | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) | underflow | 23 | |
| ↳ | (*.f64 (*.f64 #s(literal 4 binary64) a) c) | underflow | 30 | |
| ↳ | (*.f64 b b) | underflow | 39 | |
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) | uflow-rescue | 6 | 0 |
| ↳ | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | underflow | 6 | |
| ↳ | (*.f64 (*.f64 #s(literal 4 binary64) a) c) | underflow | 30 | |
| ↳ | (*.f64 b b) | underflow | 39 | |
-.f64 | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | nan-rescue | 6 | 0 |
| ↳ | (*.f64 b b) | overflow | 84 | |
| ↳ | (*.f64 (*.f64 #s(literal 4 binary64) a) c) | overflow | 29 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 135 | 2 |
| - | 11 | 108 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 135 | 0 | 2 |
| - | 11 | 0 | 108 |
| number | freq |
|---|---|
| 0 | 110 |
| 1 | 113 |
| 2 | 29 |
| 3 | 4 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 102.0ms | 80× | 2 | valid |
| 34.0ms | 356× | 0 | valid |
| 13.0ms | 72× | 1 | valid |
| 1.0ms | 4× | 3 | valid |
Compiled 161 to 46 computations (71.4% saved)
ival-div: 56.0ms (44.7% of total)ival-sqrt: 36.0ms (28.7% of total)ival-mult: 15.0ms (12% of total)adjust: 6.0ms (4.8% of total)ival-sub: 4.0ms (3.2% of total)ival-add: 4.0ms (3.2% of total)ival-neg: 2.0ms (1.6% of total)ival-true: 1.0ms (0.8% of total)exact: 1.0ms (0.8% of total)ival-assert: 0.0ms (0% of total)Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 58 | 175 |
| 1 | 183 | 168 |
| 2 | 524 | 168 |
| 3 | 1076 | 167 |
| 4 | 2241 | 160 |
| 5 | 6079 | 160 |
| 0 | 14 | 17 |
| 0 | 23 | 17 |
| 1 | 43 | 17 |
| 2 | 103 | 17 |
| 3 | 218 | 17 |
| 4 | 415 | 17 |
| 5 | 1173 | 16 |
| 6 | 5228 | 16 |
| 0 | 8140 | 15 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| Outputs |
|---|
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b))) b) (*.f64 #s(literal 2 binary64) a)) |
Compiled 17 to 14 computations (17.6% saved)
Compiled 0 to 3 computations (-∞% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 49.5% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
Compiled 17 to 14 computations (17.6% saved)
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (neg.f64 b) | |
| cost-diff | 0 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 1 | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | |
| cost-diff | 1 | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 70 |
| 0 | 23 | 70 |
| 1 | 43 | 70 |
| 2 | 103 | 70 |
| 3 | 218 | 70 |
| 4 | 415 | 70 |
| 5 | 1173 | 68 |
| 6 | 5228 | 68 |
| 0 | 8140 | 64 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
(neg.f64 b) |
b |
(sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
(-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
(*.f64 b b) |
(*.f64 (*.f64 #s(literal 4 binary64) a) c) |
(*.f64 #s(literal 4 binary64) a) |
#s(literal 4 binary64) |
a |
c |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
| Outputs |
|---|
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b))) b) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
(-.f64 (sqrt.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b))) b) |
(neg.f64 b) |
b |
(sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
(sqrt.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b))) |
(-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(*.f64 b b) |
(*.f64 (*.f64 #s(literal 4 binary64) a) c) |
(*.f64 c (*.f64 a #s(literal 4 binary64))) |
(*.f64 #s(literal 4 binary64) a) |
(*.f64 a #s(literal 4 binary64)) |
#s(literal 4 binary64) |
a |
c |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 1.1953125000000002 | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | |
| accuracy | 2.779490840337024 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 12.823083936207105 | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) | |
| accuracy | 25.59681225790034 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| 17.0ms | 178× | 0 | valid |
| 10.0ms | 36× | 1 | valid |
| 10.0ms | 40× | 2 | valid |
| 1.0ms | 2× | 3 | valid |
Compiled 72 to 16 computations (77.8% saved)
adjust: 7.0ms (27.8% of total)ival-mult: 7.0ms (27.8% of total)ival-div: 3.0ms (11.9% of total)ival-sqrt: 3.0ms (11.9% of total)ival-sub: 2.0ms (7.9% of total)ival-add: 2.0ms (7.9% of total)ival-neg: 1.0ms (4% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
(+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
(-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 b) |
(sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| Outputs |
|---|
#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 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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) (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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* (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 (- (* 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 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (- (* 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 (+ (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 (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#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 (- (* 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 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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 (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 (+ (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 (- (* b b) (* (* 4 a) c)) #s(hole binary64 (- (pow b 2) (* 4 (* a 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/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))))))) |
#s(approx (neg b) #s(hole binary64 (* -1 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -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 (/ (+ (* -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 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#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 (+ (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 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#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)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* 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 (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 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 (- (* 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 (- (* 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 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (- (* 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#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 (- (* b b) (* (* 4 a) c)) #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/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (- (* 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)))))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 10.0ms | a | @ | -inf | ((+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (- (* b b) (* (* 4 a) c)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
| 3.0ms | b | @ | inf | ((+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (- (* b b) (* (* 4 a) c)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
| 3.0ms | a | @ | inf | ((+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (- (* b b) (* (* 4 a) c)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
| 3.0ms | c | @ | -inf | ((+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (- (* b b) (* (* 4 a) c)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
| 2.0ms | b | @ | 0 | ((+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (- (* b b) (* (* 4 a) c)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 654 | 4257 |
| 1 | 2041 | 4161 |
| 0 | 8347 | 3925 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#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 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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) (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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* (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 (- (* 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 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (- (* 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 (+ (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 (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#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 (- (* 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 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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 (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 (+ (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 (- (* b b) (* (* 4 a) c)) #s(hole binary64 (- (pow b 2) (* 4 (* a 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/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))))))) |
#s(approx (neg b) #s(hole binary64 (* -1 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -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 (/ (+ (* -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 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#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 (+ (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 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#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)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* 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 (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 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 (- (* 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 (- (* 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 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (- (* 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#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 (- (* b b) (* (* 4 a) c)) #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/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (- (* 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)))))))))) |
| Outputs |
|---|
#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)))) (*.f64 (*.f64 (/.f64 a b) #s(literal -2 binary64)) c)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) (*.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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) a)) b) #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64)))) a (/.f64 (*.f64 (*.f64 c c) #s(literal -2 binary64)) (pow.f64 b #s(literal 3 binary64)))) a (*.f64 (/.f64 c b) #s(literal -2 binary64))) a)) |
#s(approx (- (* b b) (* (* 4 a) c)) #s(hole binary64 (pow b 2))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 b b)) |
#s(approx (- (* b b) (* (* 4 a) c)) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (- (* b b) (* (* 4 a) c)) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b 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)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (neg.f64 c) c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) a)) b) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64)))) a (/.f64 (*.f64 (neg.f64 c) c) (pow.f64 b #s(literal 3 binary64)))) a (/.f64 c (neg.f64 b)))) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 b)) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) 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))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) 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))) (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))) #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 (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64))) (*.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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
#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)))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) a)) a)) |
#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)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) 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 b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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)))) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))) a)) |
#s(approx (- (* b b) (* (* 4 a) c)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
#s(approx (- (* b b) (* (* 4 a) c)) #s(hole binary64 (* a (- (/ (pow b 2) a) (* 4 c))))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 (-.f64 (/.f64 (*.f64 b b) a) (*.f64 #s(literal 4 binary64) c)) 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)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
#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))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) a)) |
#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))) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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)))) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#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 (sqrt (- (* b b) (* (* 4 a) c))) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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)))) (fma.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) 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)))) (*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 c a)))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
#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)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/4 binary64))) b) (neg.f64 a))))) |
#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) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (/.f64 (-.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/64 binary64)))) (neg.f64 a)) b) (neg.f64 a))))) |
#s(approx (- (* b b) (* (* 4 a) c)) #s(hole binary64 (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 (neg.f64 a) (fma.f64 (/.f64 (*.f64 b b) a) #s(literal -1 binary64) (*.f64 #s(literal 4 binary64) c)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64)) (*.f64 #s(literal 1/2 binary64) b)) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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)) (neg.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 #s(literal 1/2 binary64) b (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/128 binary64)))) (neg.f64 a))) a)))) |
#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))) (*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 c a)))) |
#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))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))))) |
#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))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal -1/64 binary64) (*.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)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64))))))) |
#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 (sqrt (- (* b b) (* (* 4 a) c))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal -1/64 binary64) (*.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)))) (fma.f64 (*.f64 #s(literal 1/512 binary64) (*.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)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))))))) |
#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)))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) (neg.f64 b))) |
#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)))) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
#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) (sqrt (- (* b b) (* (* 4 a) c)))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))) b) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
#s(approx (- (* b b) (* (* 4 a) c)) #s(hole binary64 (- (pow b 2) (* 4 (* a c))))) |
#s(approx (- (* b b) (* (* 4 a) c)) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
#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)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)) (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 #s(literal -1/2 binary64) a)) b))) |
#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/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))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (/.f64 b #s(literal -4 binary64)) (/.f64 b (sqrt.f64 #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/16 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64))) b (/.f64 #s(literal -1/2 binary64) a)) b))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx (neg b) (neg.f64 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))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
#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))) (fma.f64 (fma.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
#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 (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64))) #s(literal -1/8 binary64))) (*.f64 b b) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b) (*.f64 c a))) b)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -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)))) (/.f64 (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 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b) (*.f64 c a)))) b)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -4 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal -1/2 binary64) (*.f64 #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b) (*.f64 c a))))) b)) |
#s(approx (- (* b b) (* (* 4 a) c)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal -4 binary64) a) b) (/.f64 c b) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 c c) b) (/.f64 a b) c)) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (fma.f64 (/.f64 (*.f64 c c) b) (/.f64 a b) c))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 (/.f64 #s(literal -1/4 binary64) a) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (neg.f64 (fma.f64 (/.f64 (*.f64 c c) b) (/.f64 a b) c)))) b)) |
#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))) (fma.f64 (*.f64 #s(literal -2 binary64) b) (*.f64 (/.f64 a b) (/.f64 c b)) b)) |
#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))) (fma.f64 (*.f64 #s(literal -2 binary64) b) (fma.f64 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 (*.f64 c c) a) a) (pow.f64 b #s(literal 4 binary64)))) b)) |
#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 (sqrt (- (* b b) (* (* 4 a) c))) (*.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 a b) (/.f64 c b))) #s(literal 1 binary64))) 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)))) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) (neg.f64 b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 a b) (/.f64 c b))) #s(literal 2 binary64)) (neg.f64 b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) (*.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 a b) (/.f64 c b))) #s(literal 2 binary64))) (neg.f64 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)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (neg.f64 (+.f64 (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 4 binary64))))) b (/.f64 b a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 c b) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a)))) (neg.f64 b))) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) (neg.f64 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))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 1 binary64)) (neg.f64 b))) |
#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))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 a b) (/.f64 c b))) #s(literal 1 binary64)) (neg.f64 b))) |
#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 (sqrt (- (* b b) (* (* 4 a) c))) (*.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (*.f64 (/.f64 a b) (/.f64 c b))) #s(literal 1 binary64))) (neg.f64 b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* 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 (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 3 binary64))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -2 binary64)) (pow.f64 b #s(literal 3 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) c)) b) #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) #s(literal -4 binary64)) (pow.f64 b #s(literal 5 binary64)))) c (/.f64 (*.f64 (*.f64 a a) #s(literal -2 binary64)) (pow.f64 b #s(literal 3 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) c) (/.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 a b)) (/.f64 (*.f64 (*.f64 a a) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64)))) c (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
#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))) (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))) #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 (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 3 binary64))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -2 binary64)) (pow.f64 b #s(literal 3 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c b)) |
#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)))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) c)) c)) |
#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)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.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)))) #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 b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c)))) c)) |
#s(approx (- (* b b) (* (* 4 a) c)) #s(hole binary64 (* c (- (/ (pow b 2) c) (* 4 a))))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 (-.f64 (/.f64 (*.f64 b b) c) (*.f64 #s(literal 4 binary64) a)) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (/.f64 b a) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (/.f64 b a) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64) (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 (/.f64 b a) c) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))))) 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))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) c)) |
#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))) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#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 (sqrt (- (* b b) (* (* 4 a) c))) (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (fma.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)) (/.f64 b c)))) |
#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)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)) (/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/4 binary64))) b) (neg.f64 c))))) |
#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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)) (/.f64 (-.f64 (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/64 binary64)))) (neg.f64 c)) b) (neg.f64 c))))) |
#s(approx (- (* b b) (* (* 4 a) c)) #s(hole binary64 (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (*.f64 b b) c) #s(literal -1 binary64) (*.f64 #s(literal 4 binary64) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #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)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 #s(literal 1/2 binary64) c) (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) (neg.f64 c))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64)))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c))) (pow.f64 b #s(literal 4 binary64))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/128 binary64)))) (neg.f64 c))) (neg.f64 c))))) |
#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))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))))) |
#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))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal -1/64 binary64) (*.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 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64))))))) |
#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 (sqrt (- (* b b) (* (* 4 a) c))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal -1/64 binary64) (*.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 3 binary64))) (pow.f64 c #s(literal 5 binary64)))) (fma.f64 (*.f64 #s(literal 1/512 binary64) (*.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 5 binary64))) (pow.f64 c #s(literal 7 binary64)))) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))))))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 51 |
| 0 | 23 | 51 |
| 1 | 252 | 48 |
| 2 | 3389 | 48 |
| 0 | 8169 | 41 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
(-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 b) |
(sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| Outputs |
|---|
(*.f64 (neg.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) (neg.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) |
(*.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) |
(*.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 3 binary64)) |
(pow.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 1 binary64)) |
(/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) (neg.f64 (-.f64 b (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 b #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 3/2 binary64)))) (neg.f64 (fma.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (-.f64 b (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 3/2 binary64))) (+.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 3/2 binary64))) (fma.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 b b))) |
(fma.f64 (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) b) |
(fma.f64 (sqrt.f64 (pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64))) (sqrt.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) b) |
(fma.f64 (pow.f64 (pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) b) |
(fma.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) b) |
(fma.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) b) |
(cbrt.f64 (pow.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 2 binary64))) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 b (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (/.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (-.f64 b (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(-.f64 b (*.f64 (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(-.f64 b (*.f64 (neg.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(exp.f64 (*.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)))) (log.f64 (sqrt.f64 (exp.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) (cbrt.f64 (exp.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))))) (log.f64 (cbrt.f64 (exp.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 1 binary64)))) |
(+.f64 (/.f64 (pow.f64 b #s(literal 3 binary64)) (fma.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 b b))) (/.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 3/2 binary64)) (fma.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 b b)))) |
(+.f64 (cosh.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) (sinh.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)))) |
(+.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(+.f64 b (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)))) |
(log.f64 (/.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (exp.f64 b))) |
(log.f64 (exp.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) |
(*.f64 (*.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(*.f64 (+.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))))) (-.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(*.f64 (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (neg.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(*.f64 (*.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(*.f64 (pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(*.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(*.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64))) |
(*.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 3 binary64)) |
(pow.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 1 binary64)) |
(/.f64 (+.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) #s(literal 3 binary64))) (+.f64 (pow.f64 b #s(literal 4 binary64)) (-.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) #s(literal 2 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal -4 binary64) a) c))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) #s(literal 2 binary64)))) (neg.f64 (fma.f64 c (*.f64 a #s(literal 4 binary64)) (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) (fma.f64 c (*.f64 a #s(literal 4 binary64)) (*.f64 b b)) (pow.f64 b #s(literal 4 binary64))))) |
(/.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) #s(literal 2 binary64))) (fma.f64 c (*.f64 a #s(literal 4 binary64)) (*.f64 b b))) |
(/.f64 (-.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) (fma.f64 c (*.f64 a #s(literal 4 binary64)) (*.f64 b b)) (pow.f64 b #s(literal 4 binary64)))) |
(fma.f64 (*.f64 b (pow.f64 (cbrt.f64 b) #s(literal 2 binary64))) (cbrt.f64 b) (*.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (*.f64 b (pow.f64 (cbrt.f64 b) #s(literal 2 binary64))) (cbrt.f64 b) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (*.f64 b (pow.f64 (cbrt.f64 b) #s(literal 2 binary64))) (cbrt.f64 b) (*.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)))) |
(fma.f64 (*.f64 b (pow.f64 (cbrt.f64 b) #s(literal 2 binary64))) (cbrt.f64 b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (*.f64 b (pow.f64 (cbrt.f64 b) #s(literal 2 binary64))) (cbrt.f64 b) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(fma.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (sqrt.f64 c)) (sqrt.f64 c) (*.f64 b b)) |
(fma.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (pow.f64 (cbrt.f64 c) #s(literal 2 binary64))) (cbrt.f64 c) (*.f64 b b)) |
(fma.f64 (*.f64 b (sqrt.f64 b)) (sqrt.f64 b) (*.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (*.f64 b (sqrt.f64 b)) (sqrt.f64 b) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (*.f64 b (sqrt.f64 b)) (sqrt.f64 b) (*.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)))) |
(fma.f64 (*.f64 b (sqrt.f64 b)) (sqrt.f64 b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (*.f64 b (sqrt.f64 b)) (sqrt.f64 b) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(fma.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) (*.f64 b b)) |
(fma.f64 (*.f64 (cbrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) (cbrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c))) (cbrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(fma.f64 (sqrt.f64 b) (*.f64 (sqrt.f64 b) b) (*.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (sqrt.f64 b) (*.f64 (sqrt.f64 b) b) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (sqrt.f64 b) (*.f64 (sqrt.f64 b) b) (*.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)))) |
(fma.f64 (sqrt.f64 b) (*.f64 (sqrt.f64 b) b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (sqrt.f64 b) (*.f64 (sqrt.f64 b) b) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(fma.f64 (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)))) |
(fma.f64 (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 (cbrt.f64 b) b) (*.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 (cbrt.f64 b) b) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 (cbrt.f64 b) b) (*.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)))) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 (cbrt.f64 b) b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (*.f64 (cbrt.f64 b) b) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (*.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (*.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)))) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (cbrt.f64 (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(fma.f64 c (*.f64 #s(literal -4 binary64) a) (*.f64 b b)) |
(fma.f64 b b (*.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 b b (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(fma.f64 b b (*.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)))) |
(fma.f64 b b (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(fma.f64 b b (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(cbrt.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 2 binary64))) |
(-.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (fma.f64 c (*.f64 a #s(literal 4 binary64)) (*.f64 b b))) (/.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) #s(literal 2 binary64)) (fma.f64 c (*.f64 a #s(literal 4 binary64)) (*.f64 b b)))) |
(-.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (fma.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) (fma.f64 c (*.f64 a #s(literal 4 binary64)) (*.f64 b b)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) #s(literal 3 binary64)) (fma.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) (fma.f64 c (*.f64 a #s(literal 4 binary64)) (*.f64 b b)) (pow.f64 b #s(literal 4 binary64))))) |
(-.f64 (*.f64 b b) (*.f64 (neg.f64 (*.f64 #s(literal -4 binary64) a)) c)) |
(-.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal 4 binary64)))) |
(exp.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) (log.f64 (sqrt.f64 (exp.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) (cbrt.f64 (exp.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))))) (log.f64 (cbrt.f64 (exp.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 2 binary64))) (sinh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) (sinh.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) |
(+.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(+.f64 (*.f64 b b) (*.f64 (neg.f64 (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))) #s(literal 2 binary64))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))))) |
(+.f64 (*.f64 b b) (*.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)))) |
(+.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (*.f64 c a))) |
(+.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (*.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))))) |
(log.f64 (pow.f64 (exp.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (*.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) (pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64)))) |
(log.f64 (*.f64 (exp.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) (pow.f64 (exp.f64 b) b))) |
(log.f64 (*.f64 (pow.f64 (exp.f64 c) (*.f64 #s(literal -4 binary64) a)) (pow.f64 (exp.f64 b) b))) |
(log.f64 (*.f64 (pow.f64 (exp.f64 b) b) (pow.f64 (exp.f64 c) (*.f64 #s(literal -4 binary64) a)))) |
(log.f64 (exp.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(*.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (cbrt.f64 (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) a)) |
(*.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) a) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (sqrt.f64 (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) a)) |
(*.f64 (/.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) a) (/.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64))) |
(*.f64 (neg.f64 (sqrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) (neg.f64 (sqrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (sqrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64)) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64))) |
(pow.f64 (sqrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 2 binary64)) (sqrt.f64 a)) (sqrt.f64 a)) |
(/.f64 (/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 a) #s(literal 2 binary64))) (cbrt.f64 a)) |
(/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (cbrt.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) a) #s(literal 2 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a)) (/.f64 b (*.f64 #s(literal -2 binary64) a))) (*.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a)))) (-.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a)))) |
(/.f64 (+.f64 (pow.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a)) #s(literal 3 binary64)) (pow.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64))) (fma.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a)) (/.f64 b (*.f64 #s(literal -2 binary64) a)) (-.f64 (*.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) (*.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 2 binary64))) (neg.f64 a)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) (neg.f64 (*.f64 #s(literal -2 binary64) a))) |
(/.f64 (fma.f64 b (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (*.f64 (*.f64 a a) #s(literal 4 binary64))) |
(/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 2 binary64)) a) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (*.f64 (-.f64 b (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (pow.f64 b #s(literal 3 binary64)) (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 3/2 binary64))) (*.f64 (fma.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 b b)) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (neg.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal -2 binary64) a)) |
(/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 (/.f64 (neg.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(neg.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 b) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 (sqrt.f64 b) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 b) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 b) (cbrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 b) #s(literal 2 binary64)) (/.f64 (sqrt.f64 b) a) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 b) a) (/.f64 (sqrt.f64 b) #s(literal 2 binary64)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (/.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 (cbrt.f64 b) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (/.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (/.f64 (cbrt.f64 b) (cbrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (/.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 b) a) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (/.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) a) (/.f64 (cbrt.f64 b) #s(literal 2 binary64)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (cbrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 2 binary64)) (/.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) a) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (/.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) a) (/.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 2 binary64)) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (/.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (/.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (/.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (cbrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (/.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) a) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (/.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) a) (/.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 2 binary64)) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (sqrt.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a))) (sqrt.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a))) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (sqrt.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (*.f64 (cbrt.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a))) (cbrt.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a)))) (cbrt.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a))) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (*.f64 (cbrt.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (/.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (*.f64 #s(literal 2 binary64) a)) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(fma.f64 (sqrt.f64 b) (/.f64 (sqrt.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (pow.f64 (cbrt.f64 b) #s(literal 2 binary64)) (/.f64 (cbrt.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(fma.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (/.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (*.f64 #s(literal 2 binary64) a)) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(cbrt.f64 (/.f64 (pow.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) a) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64))) |
(sqrt.f64 (pow.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))))) (log.f64 (sqrt.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))))) (log.f64 (cbrt.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) (sinh.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))))) |
(+.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a)) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
(+.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) (/.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64)))) |
(log.f64 (*.f64 (exp.f64 (/.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) (*.f64 #s(literal 2 binary64) a))) (exp.f64 (/.f64 b (*.f64 #s(literal -2 binary64) a))))) |
(log.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)))) |
b |
(*.f64 (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (neg.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(*.f64 (sqrt.f64 (pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64))) (sqrt.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(*.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(pow.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 3 binary64)) |
(pow.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 1/2 binary64)) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) #s(literal 2 binary64)))) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal 4 binary64)))) b)) |
(/.f64 (sqrt.f64 (-.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) #s(literal 3 binary64)))) (sqrt.f64 (fma.f64 (*.f64 c (*.f64 a #s(literal 4 binary64))) (fma.f64 c (*.f64 a #s(literal 4 binary64)) (*.f64 b b)) (pow.f64 b #s(literal 4 binary64))))) |
(cbrt.f64 (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) #s(literal 3/2 binary64))) |
(sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
(fabs.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(hypot.f64 b (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c))) |
(exp.f64 (/.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 1/2 binary64))) |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(+.f64 (log.f64 (sqrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) (log.f64 (sqrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))))) |
(+.f64 (log.f64 (*.f64 (cbrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (cbrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))))) (log.f64 (cbrt.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))))) |
(+.f64 (cosh.f64 (/.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64))) (sinh.f64 (/.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 1 binary64))) (sinh.f64 (*.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) #s(literal 1 binary64)))) |
(+.f64 (cosh.f64 (*.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 1/2 binary64))) (sinh.f64 (*.f64 (log.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) #s(literal 1/2 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(log.f64 (pow.f64 (exp.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))))) |
(log.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
Compiled 10 449 to 1 538 computations (85.3% saved)
25 alts after pruning (25 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 304 | 25 | 329 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 305 | 25 | 330 |
| Status | Accuracy | Program |
|---|---|---|
| 37.1% | (fma.f64 (/.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (/.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (cbrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 b (*.f64 #s(literal -2 binary64) a))) | |
| 47.8% | (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) | |
| 17.7% | (/.f64 (fma.f64 b (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (*.f64 (*.f64 a a) #s(literal 4 binary64))) | |
| 47.7% | (/.f64 (/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 a) #s(literal 2 binary64))) (cbrt.f64 a)) | |
| ▶ | 23.9% | (/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
| 23.5% | (/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) | |
| 20.6% | (/.f64 (-.f64 (*.f64 b b) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (*.f64 (-.f64 b (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (*.f64 #s(literal 2 binary64) a))) | |
| 26.2% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (sqrt.f64 c)) (sqrt.f64 c) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 49.6% | (/.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)) |
| 32.0% | (/.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)) | |
| ▶ | 41.3% | (/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) (*.f64 #s(literal 2 binary64) a)) |
| ▶ | 9.7% | (/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) |
| 9.1% | (/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 45.6% | (/.f64 (exp.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) (*.f64 #s(literal 2 binary64) a)) | |
| 15.6% | (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 3 binary64))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -2 binary64)) (pow.f64 b #s(literal 3 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c)) (*.f64 #s(literal 2 binary64) a)) | |
| 26.5% | (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (*.f64 (/.f64 a b) #s(literal -2 binary64)) c)) (*.f64 #s(literal 2 binary64) a)) | |
| 47.7% | (*.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) | |
| 47.6% | (*.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (cbrt.f64 (*.f64 #s(literal 2 binary64) a)))) | |
| 48.1% | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) | |
| 28.9% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 c c) b) (/.f64 a b) c)) b)) | |
| 38.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) | |
| ▶ | 32.6% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
| 22.2% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) | |
| 30.2% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) | |
| 37.8% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) |
Compiled 1 300 to 902 computations (30.6% saved)
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (neg.f64 b) | |
| cost-diff | 0 | (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) | |
| cost-diff | 0 | (/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 2 | (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) | |
| cost-diff | 0 | (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) | |
| cost-diff | 0 | (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) | |
| cost-diff | 4 | (/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 7 | (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) | |
| cost-diff | 0 | #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b)) | |
| cost-diff | 0 | (neg.f64 b) | |
| cost-diff | 0 | (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) | |
| cost-diff | 0 | (/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 0 | (neg.f64 b) | |
| cost-diff | 0 | (/.f64 c (neg.f64 b)) | |
| cost-diff | 0 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) | |
| cost-diff | 0 | (neg.f64 b) | |
| cost-diff | 0 | (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) | |
| cost-diff | 0 | (/.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)) | |
| cost-diff | 1 | (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 43 | 376 |
| 0 | 71 | 381 |
| 1 | 140 | 348 |
| 2 | 373 | 336 |
| 3 | 1585 | 334 |
| 0 | 8219 | 334 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(/.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 (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) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
(/.f64 c (neg.f64 b)) |
c |
(neg.f64 b) |
b |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) |
(neg.f64 b) |
b |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b)) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b) |
(*.f64 a #s(literal -2 binary64)) |
a |
#s(literal -2 binary64) |
(/.f64 c b) |
c |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
(/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.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) |
b |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
(/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(neg.f64 b) |
b |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 #s(literal -4 binary64) a) |
#s(literal -4 binary64) |
a |
c |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
| Outputs |
|---|
(/.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 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) |
(neg.f64 b) |
b |
(sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(*.f64 #s(literal -4 binary64) a) |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -4 binary64) |
a |
c |
(*.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)) (/.f64 c (neg.f64 b))) |
(/.f64 c (neg.f64 b)) |
c |
(neg.f64 b) |
b |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) |
(+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) |
(neg.f64 b) |
b |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b)) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(*.f64 a #s(literal -2 binary64)) |
(*.f64 #s(literal -2 binary64) a) |
a |
#s(literal -2 binary64) |
(/.f64 c b) |
c |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
(/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) #s(literal 1/2 binary64)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) |
(/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) |
(-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(*.f64 #s(literal -4 binary64) a) |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -4 binary64) |
a |
c |
(*.f64 b b) |
b |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
(/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) |
(neg.f64 b) |
b |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) |
(log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) |
(log.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(*.f64 #s(literal -4 binary64) a) |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -4 binary64) |
a |
c |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 1.8013820818557051 | (/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 3.5506578903366637 | (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) | |
| accuracy | 6.283882354762856 | (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) | |
| accuracy | 10.231403359245943 | (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) | |
| accuracy | 6.283882354762856 | (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) | |
| accuracy | 10.231403359245943 | (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) | |
| accuracy | 10.347013377875953 | (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) | |
| accuracy | 17.467640141557737 | (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) | |
| accuracy | 1.0123594062469254 | (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b) | |
| accuracy | 1.8013820818557051 | (/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 6.283882354762856 | (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) | |
| accuracy | 31.39749173180003 | #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b)) | |
| accuracy | 0.0 | (/.f64 c (neg.f64 b)) | |
| accuracy | 0.0 | (neg.f64 b) | |
| accuracy | 31.400660576564082 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) | |
| accuracy | 0.0 | (neg.f64 b) | |
| accuracy | 1.8013820818557051 | (/.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)) | |
| accuracy | 6.283882354762856 | (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) | |
| accuracy | 15.504099196490808 | (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
| 92.0ms | 38× | 2 | valid |
| 37.0ms | 86× | 0 | invalid |
| 25.0ms | 44× | 1 | valid |
| 24.0ms | 85× | 0 | valid |
| 4.0ms | 3× | 3 | valid |
Compiled 445 to 42 computations (90.6% saved)
ival-sqrt: 31.0ms (31.3% of total)ival-div: 15.0ms (15.1% of total)ival-mult: 14.0ms (14.1% of total)adjust: 12.0ms (12.1% of total)ival-add: 8.0ms (8.1% of total)ival-hypot: 7.0ms (7.1% of total)ival-sub: 5.0ms (5% of total)ival-log: 4.0ms (4% of total)ival->: 1.0ms (1% of total)exact: 1.0ms (1% of total)ival-neg: 1.0ms (1% of total)ival-then: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
(sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
(/.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 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(neg.f64 b) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
(/.f64 c (neg.f64 b)) |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b)) |
(-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) |
(/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
| Outputs |
|---|
#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 (/ (+ (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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 (- (+ (* (* -4 a) c) (* b b)) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -4 (/ b (* a (pow (sqrt -4) 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* -1 (/ (* a c) b))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* 2 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* a (+ (* 2 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -8 (/ b (pow (sqrt -4) 2))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* -2 (/ (* a c) b))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* 4 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* a (+ (* 4 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 b)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (* c (pow (sqrt -4) 2)) b))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/4 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/32 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5)))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 b)) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#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 (/ (+ (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 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* 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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* (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 (/ (+ (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 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* (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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -2 (/ b (pow (sqrt -4) 2)))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (+ (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 2 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -4 (/ b (pow (sqrt -4) 2)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))))) |
#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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (/ b a))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* -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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -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 (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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 (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1/2 b)) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -2 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -2 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a)) (* 2 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ b (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -1 (* a (+ (* -1 (/ b a)) (* 2 (/ c b))))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* 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 (/ (+ (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/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))))))) |
#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 (/ (+ (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/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))))))) |
#s(approx (/ c (neg b)) #s(hole binary64 (* -1 (/ 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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* 2 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 2 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -4) 4)))))))) (* 2 (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* 4 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* a (* c (pow (sqrt -4) 4)))))))) (* 4 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (/ (+ (* -2 (* a c)) (pow b 2)) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (/ (+ (* -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 (/ (+ (* -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 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -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 (/ (+ (* -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 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (* -1 (/ c (pow b 2))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (+ (* 2 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* (pow a 2) (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (* -2 (/ (* a c) (pow b 2))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (+ (* 4 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/4 (* c (pow (sqrt -4) 2)))) b))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1/4 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (pow b 6)))) (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 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 (+ (* (* -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 (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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 a)))))))) |
#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 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 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 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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 (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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ c b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (+ (* 1/128 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 4 (/ (+ (* 1/128 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 b))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -2 b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -1 (* b (- (* 2 (/ (* a c) (pow b 2))) 1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* 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)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* 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 (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) 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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* -1 (/ c b))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* 2 (* c (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* c (+ (* 2 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* (pow a 2) (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3))))))) (/ 1 b)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* 4 (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* c (+ (* 4 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (/ (* a (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (pow (sqrt -4) 2) b)))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* (pow a 2) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/4 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b))) (* 1/32 (/ (* (pow a 2) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* 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 (+ (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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (+ (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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* c (+ (* -4 a) (/ (pow b 2) c))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (/ b c))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* -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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 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 (/ (+ (* -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) (sqrt (+ (* (* -4 a) c) (* 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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #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)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/16 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c))) c)) (* 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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -1 (* c (+ (* -1 (/ b c)) (* 2 (/ a b))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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)))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 33.0ms | b | @ | inf | ((sqrt (+ (* (* -4 a) c) (* b b))) (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ c (neg b)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (sqrt (- (* b b) (* (* 4 a) c))) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (+ (* (* -4 a) c) (* b b)) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (+ (* (* a -2) (/ c b)) b) (sqrt (* (* -4 a) c)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) |
| 11.0ms | c | @ | inf | ((sqrt (+ (* (* -4 a) c) (* b b))) (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ c (neg b)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (sqrt (- (* b b) (* (* 4 a) c))) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (+ (* (* -4 a) c) (* b b)) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (+ (* (* a -2) (/ c b)) b) (sqrt (* (* -4 a) c)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) |
| 8.0ms | a | @ | 0 | ((sqrt (+ (* (* -4 a) c) (* b b))) (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ c (neg b)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (sqrt (- (* b b) (* (* 4 a) c))) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (+ (* (* -4 a) c) (* b b)) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (+ (* (* a -2) (/ c b)) b) (sqrt (* (* -4 a) c)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) |
| 7.0ms | b | @ | -inf | ((sqrt (+ (* (* -4 a) c) (* b b))) (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ c (neg b)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (sqrt (- (* b b) (* (* 4 a) c))) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (+ (* (* -4 a) c) (* b b)) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (+ (* (* a -2) (/ c b)) b) (sqrt (* (* -4 a) c)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) |
| 6.0ms | c | @ | 0 | ((sqrt (+ (* (* -4 a) c) (* b b))) (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ c (neg b)) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (sqrt (- (* b b) (* (* 4 a) c))) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (+ (* (* -4 a) c) (* b b)) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (+ (* (* a -2) (/ c b)) b) (sqrt (* (* -4 a) c)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1645 | 18907 |
| 1 | 5271 | 18515 |
| 0 | 8777 | 17141 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#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 (/ (+ (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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) 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 (- (+ (* (* -4 a) c) (* b b)) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -4 (/ b (* a (pow (sqrt -4) 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* -1 (/ (* a c) b))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* 2 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* a (+ (* 2 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -8 (/ b (pow (sqrt -4) 2))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* -2 (/ (* a c) b))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* 4 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* a (+ (* 4 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 b)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (* c (pow (sqrt -4) 2)) b))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/4 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/32 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5)))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 b)) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#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 (/ (+ (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 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* 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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* (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 (/ (+ (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 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* (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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -2 (/ b (pow (sqrt -4) 2)))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (+ (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 2 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -4 (/ b (pow (sqrt -4) 2)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))))) |
#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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (/ b a))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* -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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -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 (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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 (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1/2 b)) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -2 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -2 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a)) (* 2 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ b (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -1 (* a (+ (* -1 (/ b a)) (* 2 (/ c b))))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* 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 (/ (+ (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/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))))))) |
#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 (/ (+ (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/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))))))) |
#s(approx (/ c (neg b)) #s(hole binary64 (* -1 (/ 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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* 2 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 2 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -4) 4)))))))) (* 2 (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* 4 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* a (* c (pow (sqrt -4) 4)))))))) (* 4 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (/ (+ (* -2 (* a c)) (pow b 2)) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (/ (+ (* -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 (/ (+ (* -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 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -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 (/ (+ (* -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 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (* -1 (/ c (pow b 2))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (+ (* 2 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* (pow a 2) (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (* -2 (/ (* a c) (pow b 2))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (+ (* 4 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/4 (* c (pow (sqrt -4) 2)))) b))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1/4 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (pow b 6)))) (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 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 (+ (* (* -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 (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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 a)))))))) |
#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 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 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 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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 (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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ c b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (+ (* 1/128 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 4 (/ (+ (* 1/128 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 b))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -2 b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -1 (* b (- (* 2 (/ (* a c) (pow b 2))) 1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* 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)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* 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 (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) 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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* -1 (/ c b))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* 2 (* c (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* c (+ (* 2 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* (pow a 2) (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3))))))) (/ 1 b)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* 4 (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* c (+ (* 4 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b))))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (/ (* a (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (pow (sqrt -4) 2) b)))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* (pow a 2) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/4 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b))) (* 1/32 (/ (* (pow a 2) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* 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 (+ (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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (+ (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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* c (+ (* -4 a) (/ (pow b 2) c))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (/ b c))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* -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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 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 (/ (+ (* -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) (sqrt (+ (* (* -4 a) c) (* 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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #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)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/16 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c))) c)) (* 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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -1 (* c (+ (* -1 (/ b c)) (* 2 (/ a b))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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)))))))) |
| Outputs |
|---|
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) 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))) (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c b) 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))) (fma.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))))) a b)) |
#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 (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 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 (/.f64 c b) #s(literal -2 binary64))) a b)) |
#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)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (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) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (/.f64 c (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) a (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (/.f64 c (neg.f64 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)))) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))))) a)) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 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 (/.f64 c b) #s(literal -2 binary64))) a)) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) a (/.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)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (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) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (/.f64 c (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) a (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (/.f64 c (neg.f64 b)))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))))) a)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 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 (/.f64 c b) #s(literal -2 binary64))) a)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) a (/.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)) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) b) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c b) 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 (+ (* (* -4 a) c) (* b b))) (fma.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 c b) (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))))) a b)) |
#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 (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) #s(literal -2 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 (/.f64 c b) #s(literal -2 binary64))) a b)) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -4 (/ b (* a (pow (sqrt -4) 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal 1 binary64) (/.f64 b a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* -1 (/ (* a c) b))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 (/.f64 b #s(literal -4 binary64)) #s(literal -4 binary64) (*.f64 a (/.f64 c (neg.f64 b)))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* 2 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)) (/.f64 c (neg.f64 b))) a (*.f64 (/.f64 b #s(literal -4 binary64)) #s(literal -4 binary64))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* a (+ (* 2 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 (*.f64 b (*.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal 5/64 binary64) c))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (*.f64 b b)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64)))) a (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) a (/.f64 c (neg.f64 b))) a (*.f64 (/.f64 b #s(literal -4 binary64)) #s(literal -4 binary64))) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -8 (/ b (pow (sqrt -4) 2))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* -2 (/ (* a c) b))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* 4 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (/.f64 c b) #s(literal -2 binary64) (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) a (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* a (+ (* 4 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (fma.f64 (*.f64 b (*.f64 (/.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal 5/64 binary64) c))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (*.f64 b b)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64)))) a (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) a (*.f64 (/.f64 c b) #s(literal -2 binary64))) a (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (pow b 2))) |
#s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 b b)) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (+ (* -4 (* a c)) (pow b 2)))) |
#s(approx (+ (* (* -4 a) c) (* b b)) (fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) b) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) #s(literal 1/2 binary64) b)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/2 binary64))) a b)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) a (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/2 binary64))) a b)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/4 binary64))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (* c (pow (sqrt -4) 2)) b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/4 binary64)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (fma.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))))) a (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/4 binary64)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/4 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/32 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5)))))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) #s(literal -1/4 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/32 binary64))) a (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))))) a (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/4 binary64)))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) #s(literal 1/2 binary64))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/2 binary64))) a)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) a (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/2 binary64))) a)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64))) a (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) a (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/2 binary64))) a)) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 b)) |
#s(approx (+ (* (* a -2) (/ c b)) b) b) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c b) b)) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (* (* -4 a) c)) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) #s(literal 1/2 binary64))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/2 binary64))) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) a (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/2 binary64))) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64))) a (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) a (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/2 binary64))) 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))) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#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))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) a)) |
#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))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#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 (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) 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)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64)))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (/.f64 b a) #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 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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 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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#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)))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) a)) a)) |
#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)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) 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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))) 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 (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #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)) #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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (/.f64 b a) #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 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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)) #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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#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 (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) a)) a)) |
#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 (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) 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 b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))) a)) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#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 (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) a)) |
#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 (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#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 (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) #s(literal -2 binary64))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -2 (/ b (pow (sqrt -4) 2)))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64)))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 (/.f64 #s(literal 2 binary64) a) (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal -1/2 binary64)) a))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (+ (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 2 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 #s(literal 2 binary64) (fma.f64 (/.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) a) (/.f64 #s(literal -1/2 binary64) a) (/.f64 (fma.f64 (*.f64 b (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 a c)) (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 (*.f64 a a) (/.f64 (pow.f64 b #s(literal 3 binary64)) c)))) (pow.f64 a #s(literal 3 binary64)))))) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a))) #s(literal -4 binary64))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -4 (/ b (pow (sqrt -4) 2)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 (/.f64 #s(literal 4 binary64) a) (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal -1/2 binary64)) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 #s(literal 4 binary64) (fma.f64 (/.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) a) (/.f64 #s(literal -1/2 binary64) a) (/.f64 (fma.f64 (*.f64 b (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 a c)) (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 (*.f64 a a) (/.f64 (pow.f64 b #s(literal 3 binary64)) c)))) (pow.f64 a #s(literal 3 binary64))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* a (+ (* -4 c) (/ (pow b 2) a))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (fma.f64 #s(literal -4 binary64) c (/.f64 (*.f64 b b) a)) a)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) a)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) a)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (/.f64 b a) #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 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) a)) a)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) a)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))) a)) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (+ (* (* a -2) (/ c b)) b) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (/ b a))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) (*.f64 (fma.f64 (/.f64 c b) #s(literal -2 binary64) (/.f64 b a)) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) a)) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #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/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))) a)) |
#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))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#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))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64))))) |
#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))) (*.f64 (neg.f64 a) (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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64)))))) |
#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 (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (neg.f64 a) (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64)))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) b)) a)))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (+ (* -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)))) (* 2 a)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 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(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)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64) (/.f64 b a)))) |
#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)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a))))) |
#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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) a)) b) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) b)) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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)))) (* 2 a)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 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(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64) (/.f64 b a)))) |
#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 (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a))))) |
#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) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) a)) b) a))))) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#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 (+ (* (* -4 a) c) (* b b))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64))))) |
#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 (+ (* (* -4 a) c) (* b b))) (*.f64 (neg.f64 a) (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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64)))))) |
#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 (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (neg.f64 a) (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1/2 b)) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 c a)) (*.f64 #s(literal -1/2 binary64) b)) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -2 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) a) #s(literal -2 binary64) (*.f64 (*.f64 b a) #s(literal 1/2 binary64))) a))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -2 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a)) (* 2 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) b (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (pow.f64 b #s(literal 3 binary64)) c)) #s(literal 1/32 binary64))) a) #s(literal -2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) #s(literal 2 binary64))) a))) a))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal 2 binary64))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ b (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal 2 binary64) b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) a) #s(literal 4 binary64) (*.f64 (neg.f64 b) a)) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b a (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (pow.f64 b #s(literal 3 binary64)) c)) #s(literal 1/32 binary64))) a) #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) #s(literal -4 binary64))) a))) a)))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (neg.f64 a) (fma.f64 #s(literal 4 binary64) c (neg.f64 (/.f64 (*.f64 b b) a))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (*.f64 (neg.f64 a) (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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64)))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (neg.f64 a) (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) b)) a)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* -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)))) (* 2 a)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 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(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64) (/.f64 b a)))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) a)) b) a))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -1 (* a (+ (* -1 (/ b a)) (* 2 (/ c b))))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) (*.f64 (neg.f64 a) (fma.f64 (/.f64 c b) #s(literal 2 binary64) (/.f64 (neg.f64 b) a)))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (* (* -4 a) c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64) (/.f64 b a)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) a)) b) a))))) |
#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))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#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))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#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 (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/4 binary64)) #s(literal -1/8 binary64))) (*.f64 b b) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#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)) (fma.f64 (fma.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/4 binary64) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) b (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#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/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))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.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/16 binary64))) b (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) b (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#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)))) (fma.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b))) |
#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)))) (fma.f64 (-.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#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) (sqrt (+ (* (* -4 a) c) (* b b)))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) b) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx (neg b) (neg.f64 b)) |
#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 (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (fma.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/4 binary64) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) b (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#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/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))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.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/16 binary64))) b (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) b (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (/ c (neg b)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (/ c (neg b)) (/.f64 c (neg.f64 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 (+ (* (* -4 a) c) (* b b)))) (fma.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b))) |
#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 (+ (* (* -4 a) c) (* b b)))) (fma.f64 (-.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#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) (sqrt (+ (* (* -4 a) c) (* b b)))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) b) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#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 (+ (* (* -4 a) c) (* b b))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#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 (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#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 (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/4 binary64)) #s(literal -1/8 binary64))) (*.f64 b b) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) #s(literal -2 binary64) (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* 2 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (fma.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/4 binary64)) #s(literal -1/2 binary64)) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) #s(literal -2 binary64)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 2 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -4) 4)))))))) (* 2 (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/4 binary64)) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) b (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/4 binary64)) #s(literal -1/2 binary64)))) b (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) #s(literal -2 binary64)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* 4 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 4 binary64) b) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/4 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a))) #s(literal -4 binary64)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* a (* c (pow (sqrt -4) 4)))))))) (* 4 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/4 binary64)) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) c) a))) b (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/4 binary64)) #s(literal -1/2 binary64)))) b #s(literal 1 binary64)) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a))) #s(literal -4 binary64)))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64) (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64)))) (sqrt.f64 #s(literal -4 binary64))) #s(literal -1/4 binary64)) #s(literal -1/8 binary64))) (*.f64 b b) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)) (fma.f64 (fma.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/4 binary64) (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) b (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.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/16 binary64))) b (neg.f64 (/.f64 #s(literal 1/2 binary64) a))) b (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)))) (fma.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)))) (fma.f64 (-.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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) (sqrt (+ (* (* -4 a) c) (* b b)))) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) b) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (/ (+ (* -2 (* a c)) (pow b 2)) b))) |
#s(approx (+ (* (* a -2) (/ c b)) b) (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) c (*.f64 b b)) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (fma.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (fma.f64 (-.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) b) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#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))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 1 binary64)) b)) |
#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))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#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 (sqrt (+ (* (* -4 a) c) (* 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 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)) b)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 (fma.f64 (neg.f64 a) (*.f64 (/.f64 c b) (/.f64 c b)) (neg.f64 c)) b)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.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) (fma.f64 (neg.f64 a) (*.f64 (/.f64 c b) (/.f64 c b)) (neg.f64 c))) b)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.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 (fma.f64 (neg.f64 a) (*.f64 (/.f64 c b) (/.f64 c b)) (neg.f64 c)) (*.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) a)) #s(literal -1/4 binary64)))) b)) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 c a (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b)) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (/ (+ (* -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)))) (/.f64 (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 (*.f64 a a) b) (/.f64 (*.f64 c c) b))))) b)) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 c a (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b))) (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -1/2 binary64)))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 (fma.f64 (neg.f64 a) (*.f64 (/.f64 c b) (/.f64 c b)) (neg.f64 c)) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.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) (fma.f64 (neg.f64 a) (*.f64 (/.f64 c b) (/.f64 c b)) (neg.f64 c))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.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 (fma.f64 (neg.f64 a) (*.f64 (/.f64 c b) (/.f64 c b)) (neg.f64 c)) (*.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) a)) #s(literal -1/4 binary64)))) b)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 c a (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b)))) b)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -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)))) (/.f64 (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 (*.f64 a a) b) (/.f64 (*.f64 c c) b))))) b)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (/.f64 (fma.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal -4 binary64) (fma.f64 #s(literal -2 binary64) (fma.f64 c a (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 c c) b))) (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -1/2 binary64)))) b)) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 1 binary64)) b)) |
#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 (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) b)) |
#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 (sqrt (+ (* (* -4 a) c) (* 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 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)) b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (* -1 (/ c (pow b 2))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (-.f64 (/.f64 (neg.f64 c) (*.f64 b b)) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a))) b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) a) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (neg.f64 c) (*.f64 b b))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a))) b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (+ (* 2 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* (pow a 2) (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (*.f64 (*.f64 a a) c)) (/.f64 #s(literal 5/64 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) a) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) a) #s(literal 1/8 binary64)) #s(literal -4 binary64)) c) (*.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (pow.f64 c #s(literal 3 binary64)))))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) a) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (neg.f64 c) (*.f64 b b))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a))) b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (* -2 (/ (* a c) (pow b 2))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) #s(literal -4 binary64))) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 4 binary64) #s(literal 2 binary64))) b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (+ (* 4 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) (fma.f64 #s(literal 4 binary64) (+.f64 (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (*.f64 c a)) (/.f64 #s(literal 5/64 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) a) (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) #s(literal -4 binary64))) #s(literal 1/8 binary64))) (*.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) #s(literal 1/16 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) #s(literal -4 binary64))) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64))) b)) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (fma.f64 (/.f64 #s(literal -4 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 1 binary64)) (*.f64 b b))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1 binary64)) b)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64))) #s(literal 1 binary64)) b)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/16 binary64)))) #s(literal 1 binary64)) b)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/4 (* c (pow (sqrt -4) 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) b)) #s(literal -1/16 binary64) (*.f64 (*.f64 #s(literal -4 binary64) c) #s(literal 1/4 binary64))) b)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) b)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/32 binary64) (*.f64 (*.f64 #s(literal -4 binary64) c) #s(literal 1/4 binary64)))) b)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (/ (+ (* -1/4 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (pow b 6)))) (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 5/64 binary64) a)) #s(literal -1/4 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 c c) a) b) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) b)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/32 binary64) (*.f64 (*.f64 #s(literal -4 binary64) c) #s(literal 1/4 binary64))))) b)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/8 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -4 binary64) c))) b)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -4 binary64) c)))) b)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) #s(literal 5/64 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -4 binary64) c))))) b)) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 1 binary64)) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/8 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -4 binary64) c))) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -4 binary64) c)))) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) #s(literal 5/64 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) a) (*.f64 #s(literal -4 binary64) c))))) b)) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (neg.f64 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))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 1 binary64)) (neg.f64 b))) |
#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))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) (neg.f64 b))) |
#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 (sqrt (+ (* (* -4 a) c) (* 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 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)) (neg.f64 b))) |
#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)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 c b) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a))) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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 a)))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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 #s(literal -1 binary64) b) (/.f64 c b) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a)))) (neg.f64 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)))) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) (neg.f64 b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64)) (neg.f64 b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) (*.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 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal -2 binary64)) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 c b) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a))) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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 #s(literal -1 binary64) b) (/.f64 c b) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a)))) (neg.f64 b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -2 b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) (neg.f64 b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64)) (neg.f64 b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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)))) (*.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 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal -2 binary64)) (neg.f64 b))) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (neg.f64 b)) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (/.f64 #s(literal -2 binary64) b) (/.f64 (*.f64 c a) b) #s(literal 1 binary64)) (neg.f64 b))) |
#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 (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)) (neg.f64 b))) |
#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 (sqrt (+ (* (* -4 a) c) (* 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 (/.f64 a b) (/.f64 c b) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))))) #s(literal 1 binary64)) (neg.f64 b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ c b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) a) b) (/.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) b) (neg.f64 c)) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) c (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) a) b) (/.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) b)))) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (+ (* 1/128 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) c (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 a #s(literal 3 binary64))) #s(literal 5/128 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) a) b) (/.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) b))))) b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) b)) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal -2 binary64) a) c)) b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) c (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/4 binary64) (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) b)) #s(literal 1/2 binary64)))) b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 4 (/ (+ (* 1/128 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) c (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 a #s(literal 4 binary64))) #s(literal 5/128 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 4 binary64) (*.f64 (*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) b)) #s(literal 1/2 binary64))))) b))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (neg.f64 b)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1 binary64)) (neg.f64 b))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (+.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64))) #s(literal 1 binary64)) (neg.f64 b))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/16 binary64)))) #s(literal 1 binary64)) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) c) b) (/.f64 #s(literal -4 binary64) b) (/.f64 #s(literal 1 binary64) a)) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) c) b) (/.f64 #s(literal -4 binary64) b) (/.f64 #s(literal 1 binary64) a))) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/32 binary64) (fma.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) c) b) (/.f64 #s(literal -4 binary64) b) (/.f64 #s(literal 1 binary64) a)))) (neg.f64 b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -2 b))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 2 binary64)) (neg.f64 b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64))) #s(literal -2 binary64)) (neg.f64 b))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/16 binary64)))) #s(literal -2 binary64)) (neg.f64 b))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -1 (* b (- (* 2 (/ (* a c) (pow b 2))) 1))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 2 binary64) b) (/.f64 (*.f64 c a) b)) #s(literal 1 binary64)) (neg.f64 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) a) b) (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 2 binary64)) (neg.f64 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (-.f64 (fma.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64))) #s(literal -2 binary64)) (neg.f64 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 #s(literal 1/2 binary64) b) (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) (*.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/16 binary64)))) #s(literal -2 binary64)) (neg.f64 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))) (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 (+ (* (* -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 (sqrt (+ (* (* -4 a) c) (* 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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.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) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) a) (/.f64 c b)) #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c (neg.f64 (/.f64 a (pow.f64 b #s(literal 3 binary64))))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))))) c)) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* 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)))) (*.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)) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 c (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) c (/.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)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.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) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) a) (/.f64 c b)) #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) c (neg.f64 (/.f64 a (pow.f64 b #s(literal 3 binary64))))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))))) c)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* 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)))) (*.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)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 c (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) c (/.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)) |
#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 (+ (* (* -4 a) c) (* b b))) (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))) #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 (sqrt (+ (* (* -4 a) c) (* 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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* -1 (/ c b))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 #s(literal 1 binary64) (/.f64 b a) (/.f64 c (neg.f64 b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* 2 (* c (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) c) (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) b)) c (*.f64 #s(literal 1 binary64) (/.f64 b a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* c (+ (* 2 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* (pow a 2) (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3))))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 (*.f64 b (*.f64 (/.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 a a)) (/.f64 #s(literal 5/64 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (*.f64 b b)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64)))) c (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c (*.f64 #s(literal 1 binary64) (/.f64 b a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* 4 (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (/.f64 a b) #s(literal -2 binary64) (*.f64 (*.f64 #s(literal 4 binary64) c) (*.f64 (*.f64 (*.f64 a a) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) c (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* c (+ (* 4 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (fma.f64 (*.f64 b (*.f64 (/.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal 5/64 binary64) a))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (*.f64 (*.f64 (*.f64 a a) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (*.f64 b b)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64)))) c (*.f64 (*.f64 (*.f64 a a) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) a) b) #s(literal 1/2 binary64))) c b)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))))) #s(hole binary64 (+ b (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (sqrt (+ (* (* -4 a) c) (* b b))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) c) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) c (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) a) b) #s(literal 1/2 binary64))) c b)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (/ (* a (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (pow (sqrt -4) 2) b)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/16 binary64) (/.f64 #s(literal -1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* (pow a 2) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) c) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/32 binary64) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) a)) (pow.f64 b #s(literal 3 binary64)))) c (/.f64 #s(literal -1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/4 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b))) (* 1/32 (/ (* (pow a 2) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (fma.f64 (fma.f64 (/.f64 #s(literal -1/4 binary64) b) (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) c) a) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/32 binary64))) c (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) a)) (pow.f64 b #s(literal 3 binary64)))) c (/.f64 #s(literal -1 binary64) b)) c)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) a) b) #s(literal 1/2 binary64))) c)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) c) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) c (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) a) b) #s(literal 1/2 binary64))) c)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 c (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64))) c (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) c (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) a) b) #s(literal 1/2 binary64))) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) a) b) #s(literal 1/2 binary64))) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) c) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) c (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) a) b) #s(literal 1/2 binary64))) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 c (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64))) c (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) c (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) a) b) #s(literal 1/2 binary64))) 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))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) c)) |
#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))) (*.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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#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 (sqrt (+ (* (* -4 a) c) (* 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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 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 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64))) c)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) c)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/16 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))) c)) |
#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)))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) c)) c)) |
#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)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.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)))) #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 b) (sqrt (+ (* (* -4 a) c) (* 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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.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)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/16 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))) c)) |
#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 (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) c)) c)) |
#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 (+ (* (* -4 a) c) (* b b)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.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)))) #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 b) (sqrt (+ (* (* -4 a) c) (* 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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c)))) 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 (+ (* (* -4 a) c) (* b b))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) c)) |
#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 (+ (* (* -4 a) c) (* 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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#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 (sqrt (+ (* (* -4 a) c) (* 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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 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 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (/.f64 #s(literal -1 binary64) c) (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal 1 binary64)) c) (*.f64 (/.f64 b a) #s(literal 1/2 binary64))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 b (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal 1 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 c a)) (*.f64 (neg.f64 (pow.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (/.f64 c (*.f64 a a))))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 (neg.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (*.f64 #s(literal 2 binary64) (fma.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 b #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 b (*.f64 #s(literal -4 binary64) a))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 (/.f64 #s(literal 4 binary64) c) (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal -1/2 binary64)) c)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 #s(literal 4 binary64) (fma.f64 (/.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) c) (/.f64 #s(literal -1/2 binary64) c) (/.f64 (fma.f64 (*.f64 b (/.f64 (*.f64 (*.f64 (/.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b b) #s(literal -4 binary64))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 (pow.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 c c) a)))) (pow.f64 c #s(literal 3 binary64))))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* c (+ (* -4 a) (/ (pow b 2) c))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (fma.f64 #s(literal -4 binary64) a (/.f64 (*.f64 b b) c)) c)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) c)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (*.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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (* -4 a) c) (* 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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 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 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64))) c)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) c)) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 b c) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/16 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))) c)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)))) (*.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) c)) c)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c))) c)) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c)))) c)) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (/ b c))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) (*.f64 (fma.f64 (/.f64 a b) #s(literal -2 binary64) (/.f64 b c)) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) c)) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c))) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal -4 binary64)))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c)))) c)) |
#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))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64))))) |
#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))) (*.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 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64)))))) |
#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 (sqrt (+ (* (* -4 a) c) (* 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 (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64))))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 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)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 #s(literal 1/2 binary64) c) (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c))))) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* 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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) c))) c))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64) (/.f64 b c)))) |
#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)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c))))) |
#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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c)) b) c))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 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)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 #s(literal 1/2 binary64) c) (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) c))) c))))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64) (/.f64 b c)))) |
#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 (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c))))) |
#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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c)) b) c))))) |
#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 (+ (* (* -4 a) c) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64))))) |
#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 (+ (* (* -4 a) c) (* 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 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64)))))) |
#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 (sqrt (+ (* (* -4 a) c) (* 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 (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/8 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 b (/.f64 c a)))) c)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/16 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (/.f64 #s(literal 1/16 binary64) a) (/.f64 (*.f64 (pow.f64 b #s(literal 3 binary64)) c) a) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/8 binary64))) (*.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64)))) c) #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 b (/.f64 c a)))) c)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) c) #s(literal 4 binary64) (*.f64 (neg.f64 b) c)) c)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b c (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64))) (*.f64 (*.f64 (pow.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 c c) a)) #s(literal 1/32 binary64))) c) #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) #s(literal -4 binary64))) c))) c)))) |
#s(approx (+ (* (* -4 a) c) (* b b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))))) |
#s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (neg.f64 c) (fma.f64 #s(literal 4 binary64) a (neg.f64 (/.f64 (*.f64 b b) c))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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))) (*.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 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64)))))) |
#s(approx (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (* -4 a) c) (* 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 (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64))))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) (* 2 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)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 #s(literal 1/2 binary64) c) (/.f64 b a) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c))))) |
#s(approx (/ (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) c))) c))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b)))))) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64) (/.f64 b c)))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c))))) |
#s(approx (+ (neg b) (exp (log (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c)) b) c))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) #s(hole binary64 (* -1 (* c (+ (* -1 (/ b c)) (* 2 (/ a b))))))) |
#s(approx (+ (* (* a -2) (/ c b)) b) (*.f64 (neg.f64 c) (fma.f64 (/.f64 a b) #s(literal 2 binary64) (/.f64 (neg.f64 b) c)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64) (/.f64 b c)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c)) b) c))))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 43 | 266 |
| 0 | 71 | 257 |
| 0 | 806 | 257 |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) |
(/.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 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)))) |
(neg.f64 b) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
(/.f64 c (neg.f64 b)) |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b)) |
(-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) |
(/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) |
(/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
| Outputs |
|---|
(*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(*.f64 (*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(pow.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/2 binary64)) |
(cbrt.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fabs.f64 b)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 b)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(hypot.f64 (fabs.f64 b) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (fabs.f64 b) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (fabs.f64 b) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fabs.f64 b)) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 b)) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fabs.f64 b)) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (neg.f64 b)) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) |
(hypot.f64 (neg.f64 b) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (neg.f64 b) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (neg.f64 b) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 b (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 b (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(+.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)))) |
(log.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(*.f64 (sqrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(pow.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a))) (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(exp.f64 (log.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(+.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) |
(log.f64 (exp.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (sqrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b))) (sqrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(*.f64 (*.f64 (cbrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b))) (cbrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) (cbrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(pow.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (-.f64 (neg.f64 b) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(/.f64 (+.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) #s(literal 3 binary64))) (fma.f64 b b (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 (neg.f64 b) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))))) |
(fma.f64 (sqrt.f64 (neg.f64 b)) (sqrt.f64 (neg.f64 b)) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) |
(fma.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (neg.f64 b)) |
(fma.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b)) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) |
(fma.f64 (*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (neg.f64 b)) |
(cbrt.f64 (*.f64 (*.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b))) (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(exp.f64 (log.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) |
(+.f64 (neg.f64 b) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) |
(log.f64 (exp.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(*.f64 (sqrt.f64 (neg.f64 b)) (sqrt.f64 (neg.f64 b))) |
(*.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b))) |
(pow.f64 (neg.f64 b) #s(literal 1 binary64)) |
(neg.f64 b) |
(cbrt.f64 (*.f64 (*.f64 b b) (neg.f64 b))) |
(exp.f64 (log.f64 (neg.f64 b))) |
(log.f64 (exp.f64 (neg.f64 b))) |
(*.f64 (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b)))) (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(*.f64 (*.f64 (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b)))) (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) #s(literal 1 binary64)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
(cbrt.f64 (*.f64 (*.f64 #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)) (/.f64 c (neg.f64 b)))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(log.f64 (exp.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(*.f64 (sqrt.f64 (/.f64 c (neg.f64 b))) (sqrt.f64 (/.f64 c (neg.f64 b)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 c (neg.f64 b))) (cbrt.f64 (/.f64 c (neg.f64 b)))) (cbrt.f64 (/.f64 c (neg.f64 b)))) |
(pow.f64 (/.f64 c (neg.f64 b)) #s(literal 1 binary64)) |
(/.f64 (neg.f64 c) (neg.f64 (neg.f64 b))) |
(/.f64 c (neg.f64 b)) |
(neg.f64 (/.f64 c b)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 c (neg.f64 b)) (/.f64 c (neg.f64 b))) (/.f64 c (neg.f64 b)))) |
(exp.f64 (log.f64 (/.f64 c (neg.f64 b)))) |
(log.f64 (exp.f64 (/.f64 c (neg.f64 b)))) |
(*.f64 (sqrt.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(pow.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a))) (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(exp.f64 (log.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(+.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (*.f64 #s(literal 2 binary64) a))) |
(log.f64 (exp.f64 (/.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (sqrt.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b))) (sqrt.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)))) |
(*.f64 (*.f64 (cbrt.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b))) (cbrt.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)))) (cbrt.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)))) |
(pow.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))) (-.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))) |
(/.f64 (+.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) #s(literal 3 binary64))) (fma.f64 b b (-.f64 (*.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) (*.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))))) |
(fma.f64 (sqrt.f64 (neg.f64 b)) (sqrt.f64 (neg.f64 b)) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) |
(fma.f64 (sqrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) (sqrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) (neg.f64 b)) |
(fma.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b)) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) |
(fma.f64 (*.f64 (cbrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) (cbrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))) (cbrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) (neg.f64 b)) |
(cbrt.f64 (*.f64 (*.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b))) (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)))) |
(exp.f64 (log.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)))) |
(+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)) |
(+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) |
(log.f64 (exp.f64 (+.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (neg.f64 b)))) |
(*.f64 (sqrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) (sqrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))) |
(*.f64 (*.f64 (cbrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) (cbrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))) (cbrt.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))) |
(pow.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) #s(literal 1 binary64)) |
#s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) |
(cbrt.f64 (*.f64 (*.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))) |
(exp.f64 (log.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))) |
(log.f64 (exp.f64 #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)))) |
(*.f64 (sqrt.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b))) (sqrt.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)))) |
(*.f64 (*.f64 (cbrt.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b))) (cbrt.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)))) (cbrt.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)))) |
(pow.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 b b) (*.f64 b b))) (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b))) |
(/.f64 (-.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 3 binary64)) (pow.f64 (*.f64 b b) #s(literal 3 binary64))) (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 (*.f64 b b) (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b))))) |
(fma.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (-.f64 (*.f64 b b) (*.f64 b b))) |
(fma.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (-.f64 (*.f64 b b) (*.f64 b b))) |
(fma.f64 (*.f64 (cbrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (cbrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (cbrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (neg.f64 b) b)) |
(fma.f64 (*.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 (*.f64 b b) (*.f64 b b))) |
(fma.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 (neg.f64 b) b)) |
(fma.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (-.f64 (*.f64 b b) (*.f64 b b))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (-.f64 (*.f64 b b) (*.f64 b b))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (-.f64 (*.f64 b b) (*.f64 b b))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (-.f64 (*.f64 b b) (*.f64 b b))) |
(cbrt.f64 (*.f64 (*.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b))) (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)))) |
(-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) |
(exp.f64 (log.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (-.f64 (*.f64 b b) (*.f64 b b))) |
(+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 (neg.f64 b) b)) |
(log.f64 (exp.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)))) |
(*.f64 (sqrt.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a)))) |
(pow.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (*.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b) (*.f64 #s(literal 2 binary64) a))) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a)) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a))) (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a)))) |
(exp.f64 (log.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a)))) |
(log.f64 (exp.f64 (/.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (sqrt.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) (sqrt.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) (cbrt.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)))) (cbrt.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)))) |
(pow.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b))) (neg.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) |
(/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)))) |
(-.f64 (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (/.f64 (*.f64 b b) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) |
(exp.f64 (log.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)))) |
(log.f64 (exp.f64 (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)))) |
(*.f64 (*.f64 (cbrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (cbrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (cbrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(*.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) |
(pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 b b))) |
(/.f64 (+.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 b b) #s(literal 3 binary64))) (fma.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 c (*.f64 a #s(literal -4 binary64))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 b b))))) |
(fma.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 b b)) |
(fma.f64 (fabs.f64 b) (fabs.f64 b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (*.f64 b b)) |
(fma.f64 (sqrt.f64 (*.f64 b b)) (sqrt.f64 (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 (*.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (cbrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 b b)) |
(fma.f64 (*.f64 (cbrt.f64 (*.f64 b b)) (cbrt.f64 (*.f64 b b))) (cbrt.f64 (*.f64 b b)) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 b b)) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (*.f64 b b)) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)) |
(cbrt.f64 (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(-.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 (neg.f64 b) b)) |
(exp.f64 (log.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(+.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(log.f64 (exp.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(*.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(*.f64 (*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(pow.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/2 binary64)) |
(cbrt.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fabs.f64 b)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 b)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(hypot.f64 (fabs.f64 b) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (fabs.f64 b) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (fabs.f64 b) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fabs.f64 b)) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 b)) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fabs.f64 b)) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (neg.f64 b)) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) |
(hypot.f64 (neg.f64 b) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (neg.f64 b) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (neg.f64 b) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 b (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 b (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(+.f64 (cosh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) (sinh.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)))) |
(log.f64 (exp.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(*.f64 (sqrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(pow.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a))) (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(exp.f64 (log.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(+.f64 (/.f64 (neg.f64 b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) |
(log.f64 (exp.f64 (/.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (sqrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b))) (sqrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(*.f64 (*.f64 (cbrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b))) (cbrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) (cbrt.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(pow.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (-.f64 (neg.f64 b) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) |
(/.f64 (+.f64 (pow.f64 (neg.f64 b) #s(literal 3 binary64)) (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) #s(literal 3 binary64))) (fma.f64 b b (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 (neg.f64 b) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))))) |
(fma.f64 (sqrt.f64 (neg.f64 b)) (sqrt.f64 (neg.f64 b)) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) |
(fma.f64 (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (sqrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (neg.f64 b)) |
(fma.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b)) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) |
(fma.f64 (*.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b))) (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) (neg.f64 b)) |
(cbrt.f64 (*.f64 (*.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b))) (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(exp.f64 (log.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)) |
(+.f64 (neg.f64 b) (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b)) |
(log.f64 (exp.f64 (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) (neg.f64 b)))) |
(*.f64 (sqrt.f64 (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (sqrt.f64 (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) |
(*.f64 (*.f64 (cbrt.f64 (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (cbrt.f64 (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) (cbrt.f64 (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) |
(pow.f64 (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a)) (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a))) (*.f64 b b)) (-.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a)) b)) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a)) #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a)) (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a)) (-.f64 (*.f64 b b) (*.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a)) b)))) |
(fma.f64 (sqrt.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a))) (sqrt.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a))) b) |
(fma.f64 (*.f64 (cbrt.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a))) (cbrt.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a)))) (cbrt.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a))) b) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c b) b) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (/.f64 c b)) b) |
(cbrt.f64 (*.f64 (*.f64 (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b)) (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) |
(exp.f64 (log.f64 (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) |
(+.f64 (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a)) b) |
(+.f64 b (*.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a))) |
(log.f64 (exp.f64 (fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b))) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) |
(*.f64 (*.f64 (cbrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (cbrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (cbrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(pow.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) #s(literal 1/2 binary64)) |
(cbrt.f64 (*.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(exp.f64 (log.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(log.f64 (exp.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) |
(*.f64 (*.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) |
(pow.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b) #s(literal 1 binary64)) |
(/.f64 (-.f64 (pow.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64))) (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (*.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)))) |
(/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (+.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) |
(cbrt.f64 (*.f64 (*.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b) |
(exp.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) |
(log.f64 (exp.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b))) |
Compiled 22 156 to 2 491 computations (88.8% saved)
29 alts after pruning (26 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 499 | 12 | 511 |
| Fresh | 6 | 14 | 20 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 507 | 29 | 536 |
| Status | Accuracy | Program |
|---|---|---|
| 47.8% | (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) | |
| 17.7% | (/.f64 (fma.f64 b (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (*.f64 (*.f64 a a) #s(literal 4 binary64))) | |
| 23.8% | (/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) b) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 23.5% | (/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) | |
| 24.4% | (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 20.6% | (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (*.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b) (*.f64 #s(literal 2 binary64) a))) | |
| 26.2% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (sqrt.f64 c)) (sqrt.f64 c) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 49.6% | (/.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)) |
| 32.0% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)))) (*.f64 #s(literal 2 binary64) a)) | |
| 24.9% | (/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b)))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 9.7% | (/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) |
| 45.6% | (/.f64 (exp.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 8.6% | (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
| 15.6% | (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 3 binary64))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -2 binary64)) (pow.f64 b #s(literal 3 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c)) (*.f64 #s(literal 2 binary64) a)) | |
| 26.5% | (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (*.f64 (/.f64 a b) #s(literal -2 binary64)) c)) (*.f64 #s(literal 2 binary64) a)) | |
| 24.8% | (/.f64 #s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) a)) | |
| 47.7% | (*.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) | |
| ▶ | 48.1% | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
| ▶ | 8.7% | #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
| 2.5% | #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal 1 binary64) (/.f64 b a))) | |
| 28.9% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 c c) b) (/.f64 a b) c)) b)) | |
| 38.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) | |
| 32.0% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (*.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b))))) | |
| ✓ | 32.6% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
| ▶ | 22.2% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
| ▶ | 30.2% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
| 37.8% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) | |
| 32.3% | #s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 (fma.f64 (neg.f64 a) (*.f64 (/.f64 c b) (/.f64 c b)) (neg.f64 c)) b)) | |
| 37.7% | #s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (neg.f64 b))) |
Compiled 1 606 to 1 061 computations (33.9% saved)
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) | |
| cost-diff | 0 | (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) | |
| cost-diff | 0 | (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c) | |
| cost-diff | 0 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) | |
| cost-diff | 0 | (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) | |
| cost-diff | 0 | (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) | |
| cost-diff | 0 | (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c) | |
| cost-diff | 0 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) | |
| cost-diff | 0 | (/.f64 (*.f64 c a) b) | |
| cost-diff | 0 | (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) | |
| cost-diff | 0 | #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) | |
| cost-diff | 0 | (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 0 | (/.f64 c b) | |
| cost-diff | 0 | #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) | |
| cost-diff | 0 | (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) | |
| cost-diff | 0 | (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) | |
| cost-diff | 0 | (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) | |
| cost-diff | 13 | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 64 | 468 |
| 0 | 99 | 468 |
| 1 | 177 | 433 |
| 2 | 475 | 425 |
| 3 | 2286 | 425 |
| 0 | 8366 | 425 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 #s(literal -4 binary64) a) |
#s(literal -4 binary64) |
a |
c |
b |
(/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
(/.f64 c b) |
c |
b |
(/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) |
(/.f64 (*.f64 c a) b) |
(*.f64 c a) |
c |
a |
b |
#s(literal 2 binary64) |
(*.f64 #s(literal 2 binary64) a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
(*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c) |
(-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) |
(neg.f64 a) |
a |
(/.f64 c (pow.f64 b #s(literal 3 binary64))) |
c |
(pow.f64 b #s(literal 3 binary64)) |
b |
#s(literal 3 binary64) |
(/.f64 #s(literal 1 binary64) b) |
#s(literal 1 binary64) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
(*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c) |
(-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) |
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(*.f64 (*.f64 #s(literal -2 binary64) a) a) |
(*.f64 #s(literal -2 binary64) a) |
#s(literal -2 binary64) |
a |
(/.f64 c (pow.f64 b #s(literal 5 binary64))) |
c |
(pow.f64 b #s(literal 5 binary64)) |
b |
#s(literal 5 binary64) |
(/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) |
(neg.f64 a) |
(pow.f64 b #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(/.f64 #s(literal 1 binary64) b) |
#s(literal 1 binary64) |
| Outputs |
|---|
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(*.f64 #s(literal -4 binary64) a) |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -4 binary64) |
a |
c |
b |
(/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
(/.f64 c b) |
c |
b |
(/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (*.f64 (/.f64 c b) a) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (*.f64 (/.f64 c b) a) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) |
(*.f64 (*.f64 (/.f64 c b) a) #s(literal 2 binary64)) |
(/.f64 (*.f64 c a) b) |
(*.f64 (/.f64 c b) a) |
(*.f64 c a) |
c |
a |
b |
#s(literal 2 binary64) |
(*.f64 #s(literal 2 binary64) a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 c) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
(*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c) |
(*.f64 (-.f64 (*.f64 (neg.f64 c) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c) |
(-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(-.f64 (*.f64 (neg.f64 c) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) |
(*.f64 (neg.f64 c) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) |
(neg.f64 a) |
a |
(/.f64 c (pow.f64 b #s(literal 3 binary64))) |
c |
(pow.f64 b #s(literal 3 binary64)) |
b |
#s(literal 3 binary64) |
(/.f64 #s(literal 1 binary64) b) |
#s(literal 1 binary64) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64)) a) a (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
(*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c) |
(*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64)) a) a (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c) |
(-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) |
(-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64)) a) a (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) |
(*.f64 (fma.f64 (*.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64)) a) a (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) |
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(fma.f64 (*.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64)) a) a (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(*.f64 (*.f64 #s(literal -2 binary64) a) a) |
(*.f64 #s(literal -2 binary64) a) |
#s(literal -2 binary64) |
a |
(/.f64 c (pow.f64 b #s(literal 5 binary64))) |
c |
(pow.f64 b #s(literal 5 binary64)) |
b |
#s(literal 5 binary64) |
(/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) |
(neg.f64 a) |
(pow.f64 b #s(literal 3 binary64)) |
#s(literal 3 binary64) |
(/.f64 #s(literal 1 binary64) b) |
#s(literal 1 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 2.222006280113521 | (/.f64 c (pow.f64 b #s(literal 5 binary64))) | |
| accuracy | 3.1079579260836057 | (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) | |
| accuracy | 18.95070268164462 | (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) | |
| accuracy | 31.528203576304225 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) | |
| accuracy | 1.2842803708741615 | (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c) | |
| accuracy | 2.209620309174607 | (/.f64 c (pow.f64 b #s(literal 3 binary64))) | |
| accuracy | 3.3394249131315488 | (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) | |
| accuracy | 31.569816939822008 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) | |
| accuracy | 0.00390625 | (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) | |
| accuracy | 1.8672165745788376 | (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 2.9681403844918695 | (/.f64 (*.f64 c a) b) | |
| accuracy | 30.643570392439866 | #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) | |
| accuracy | 0.0 | (/.f64 c b) | |
| accuracy | 30.68068517194787 | #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) | |
| accuracy | 0.4294568428461115 | (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 3.1293766269243046 | (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) | |
| accuracy | 6.283882354762856 | (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) | |
| accuracy | 10.231403359245943 | (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
| 66.0ms | 46× | 1 | valid |
| 45.0ms | 85× | 0 | valid |
| 42.0ms | 86× | 0 | invalid |
| 35.0ms | 36× | 2 | valid |
| 4.0ms | 3× | 3 | valid |
Compiled 503 to 54 computations (89.3% saved)
ival-mult: 53.0ms (33.2% of total)ival-div: 49.0ms (30.7% of total)adjust: 14.0ms (8.8% of total)ival-pow: 13.0ms (8.1% of total)ival-sub: 8.0ms (5% of total)ival-hypot: 7.0ms (4.4% of total)ival-sqrt: 7.0ms (4.4% of total)ival-add: 5.0ms (3.1% of total)ival-neg: 2.0ms (1.3% of total)exact: 1.0ms (0.6% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
(/.f64 c b) |
(/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) |
(/.f64 (*.f64 c a) b) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
(*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c) |
(-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
(*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c) |
(-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 c (pow.f64 b #s(literal 3 binary64))) |
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) |
(/.f64 c (pow.f64 b #s(literal 5 binary64))) |
| Outputs |
|---|
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (* c (pow (sqrt -4) 2)) b))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/4 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/32 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5)))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* a (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* a (+ (* 1/32 (* (sqrt (/ (pow c 5) (* a (pow b 9)))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* a b) c)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow c 3) (pow (sqrt -4) 6)) (* a (* (pow b 5) (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -4 (/ b (* a (pow (sqrt -4) 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* -1 (/ (* a c) b))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* 2 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* a (+ (* 2 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -8 (/ b (pow (sqrt -4) 2))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* -2 (/ (* a c) b))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* 4 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* a (+ (* 4 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (* (/ (* c a) b) 2) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (* c a) b) #s(hole binary64 (/ (* a c) 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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (/ -1 b))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))) |
#s(approx (* (neg a) (/ c (pow b 3))) #s(hole binary64 (* -1 (/ (* a c) (pow b 3))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ -1 b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (- (* a (+ (* -2 (/ (* a (pow c 2)) (pow b 5))) (* -1 (/ c (pow b 3))))) (/ 1 b)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* -1 (/ (* a c) (pow b 3))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* a (+ (* -2 (/ (* a (pow c 2)) (pow b 5))) (* -1 (/ c (pow b 3))))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -1/32 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))) a))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))) (* (pow a 2) (+ (* -1/32 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/64 (* (sqrt (/ (* a (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))) a))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))) (* (pow a 2) (+ (* -1/32 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* a (+ (* 1/64 (* (sqrt (/ (pow c 5) (* a (pow b 9)))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/4 (* (sqrt (/ (* a b) c)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow c 3) (pow (sqrt -4) 6)) (* a (* (pow b 5) (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))) a))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -1 (/ a (pow b 3))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* a (- (* -2 (/ (* a c) (pow b 5))) (/ 1 (pow b 3)))))) |
#s(approx (/ (neg a) (pow b 3)) #s(hole binary64 (* -1 (/ a (pow b 3))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -2 (/ b (pow (sqrt -4) 2)))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (+ (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 2 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -4 (/ b (pow (sqrt -4) 2)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 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 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (/ (* a (pow c 2)) (pow b 3))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (/ (* a c) (pow b 3))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 5))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ c (* a (pow b 3)))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow a 2) (- (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ c (* a (pow b 3))))) (/ 1 (* (pow a 2) b)))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 5))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ c (* a (pow b 3)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/16 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -2 (/ (* (pow a 2) c) (pow b 5))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* (pow a 2) (- (* -2 (/ c (pow b 5))) (/ 1 (* a (pow b 3))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (pow (* -1 (* a c)) 1/4) (sqrt 2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 7) (pow c 3))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow a 3))) (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1/2 b)) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -2 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -2 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a)) (* 2 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ b (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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 a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ (+ (/ 1 (* a b)) (/ c (pow b 3))) a)))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))) (* 1/4 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))) (+ (* 1/16 (* (pow (/ -1 (* (pow a 7) (pow c 3))) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/4 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/16 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* -1/16 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow a 3))) (+ (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))) (* 1/4 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (sqrt -4)))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* b (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (sqrt (/ 1 (sqrt -4))) (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* 2 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 2 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -4) 4)))))))) (* 2 (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ c b) #s(hole binary64 (/ c b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* 4 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* a (* c (pow (sqrt -4) 4)))))))) (* 4 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 4 (/ 1 (pow (sqrt -4) 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/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))))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))) (pow b 5)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 2))) (* -1 (* a (* (pow b 2) c)))) (pow b 5)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -1 (* a c)) (* -1 (pow b 2))))) (pow b 5)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 2))) (* -1 (* a (* (pow b 2) c)))) (pow b 5)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))) (* b (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* 1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (sqrt -4))))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))) (* b (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* b (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* (sqrt (/ 1 (sqrt -4))) (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))))))))) |
#s(approx (/ c (pow b 3)) #s(hole binary64 (/ c (pow b 3)))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) c)) (* -1 (* a (pow b 2)))) (pow b 5)))) |
#s(approx (/ c (pow b 5)) #s(hole binary64 (/ c (pow b 5)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/4 (* c (pow (sqrt -4) 2)))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* -1/4 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (pow b 6)))) (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* -1/512 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (pow (sqrt 1/2) 3)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (* -1 (/ c (pow b 2))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (+ (* 2 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* (pow a 2) (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (* -2 (/ (* a c) (pow b 2))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (+ (* 4 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (- (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1 (/ (* a c) (pow b 2)))) 1) b))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1 (* a c))) (pow b 3)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ (* a (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ (* a (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* 1/64 (* (sqrt (/ (* (pow a 3) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ (* a (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* -1/1024 (* (sqrt (/ (* (pow a 3) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (pow (sqrt 1/2) 3)))) (+ (* 1/64 (* (sqrt (/ (* (pow a 3) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) c) (pow b 2))) (* -1 a)) (pow b 3)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (sqrt b) (* (sqrt -1) (sqrt 2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 5))))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b)))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (+ (* 1/32 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (pow (sqrt 2) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b))))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ c b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (+ (* 1/128 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 4 (/ (+ (* 1/128 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) 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 (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #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 (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* -1 (/ (+ 1 (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (/ (* a c) (pow b 2)))) b)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* a c)) (pow b 3))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt b))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/8 (* (sqrt (/ 1 (pow b 5))) (/ (* c (* (pow (sqrt -4) 2) (sqrt -1))) (sqrt 2)))) (* 1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt (/ 1 b))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/32 (* (/ (* a (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (* 1/8 (* (sqrt b) (/ (* c (* (pow (sqrt -4) 2) (sqrt -1))) (sqrt 2))))) (pow b 3))) (* 1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt (/ 1 b))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/32 (* (/ (* a (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (+ (* 1/64 (* (/ (* a (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (pow (sqrt 2) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/8 (* (sqrt b) (/ (* c (* (pow (sqrt -4) 2) (sqrt -1))) (sqrt 2)))))) (pow b 3))) (* 1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt (/ 1 b))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -1 (/ (+ a (* 2 (/ (* (pow a 2) c) (pow b 2)))) (pow b 3))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/16 (/ (* a (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (pow (sqrt -4) 2) b)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* (pow a 2) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/4 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b))) (* 1/32 (/ (* (pow a 2) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* (pow a 5) c) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* c (+ (* 1/32 (* (sqrt (/ (pow a 5) (* (pow b 9) c))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* b c) a)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow a 3) (pow (sqrt -4) 6)) (* (pow b 5) (* c (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* -1 (/ c b))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* 2 (* c (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* c (+ (* 2 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* (pow a 2) (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3))))))) (/ 1 b)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* 4 (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* c (+ (* 4 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))) (* (pow c 2) (+ (* -1/32 (* (sqrt (/ a (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/64 (* (sqrt (/ (* (pow a 3) c) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))) (* (pow c 2) (+ (* -1/32 (* (sqrt (/ a (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* c (+ (* 1/64 (* (sqrt (/ (pow a 3) (* (pow b 9) c))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/4 (* (sqrt (/ (* b c) (pow a 3))) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow a 3) (pow (sqrt -4) 6)) (* (pow b 5) (* c (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow c 3) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow c 2) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow c 2) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* (pow c 2) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* c (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* 1/2 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* c (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* c (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/16 (* (pow (/ 1 (* (pow a 7) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (sqrt (sqrt -4)))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 3) (pow c 7))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow c 3))) (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/16 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c))) 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/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow c 2) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ (+ (/ 1 (* b c)) (/ a (pow b 3))) c)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/4 (* (pow (/ -1 (* (pow a 5) (pow c 5))) 1/4) (/ b (sqrt 2)))) (* 1/2 (* (pow (/ -1 (* (pow a 3) (pow c 3))) 1/4) (sqrt 2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/4 (* (pow (/ -1 (* (pow a 5) (pow c 5))) 1/4) (/ b (sqrt 2)))) (+ (* -1/16 (* (pow (/ -1 (* (pow a 7) (pow c 7))) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/2 (* (pow (/ -1 (* (pow a 3) (pow c 3))) 1/4) (sqrt 2))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* 1/16 (* (pow (/ (* -1 (pow c 5)) (pow a 7)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/16 (* (pow (/ (* -1 (pow c 5)) (pow a 7)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow c 3))) (+ (* -1/4 (* (pow (/ -1 (* (pow a 5) (pow c 5))) 1/4) (/ b (sqrt 2)))) (* 1/2 (* (pow (/ -1 (* (pow a 3) (pow c 3))) 1/4) (sqrt 2))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -1 (* c (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 17.0ms | c | @ | inf | ((* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c b) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* (/ (* c a) b) 2) (/ (* c a) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (* (neg a) (/ c (pow b 3))) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (sqrt (* (* -4 a) c)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c (pow b 3)) (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/ (neg a) (pow b 3)) (/ c (pow b 5))) |
| 14.0ms | b | @ | inf | ((* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c b) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* (/ (* c a) b) 2) (/ (* c a) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (* (neg a) (/ c (pow b 3))) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (sqrt (* (* -4 a) c)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c (pow b 3)) (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/ (neg a) (pow b 3)) (/ c (pow b 5))) |
| 13.0ms | c | @ | -inf | ((* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c b) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* (/ (* c a) b) 2) (/ (* c a) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (* (neg a) (/ c (pow b 3))) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (sqrt (* (* -4 a) c)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c (pow b 3)) (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/ (neg a) (pow b 3)) (/ c (pow b 5))) |
| 8.0ms | a | @ | inf | ((* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c b) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* (/ (* c a) b) 2) (/ (* c a) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (* (neg a) (/ c (pow b 3))) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (sqrt (* (* -4 a) c)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c (pow b 3)) (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/ (neg a) (pow b 3)) (/ c (pow b 5))) |
| 8.0ms | c | @ | 0 | ((* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c b) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* (/ (* c a) b) 2) (/ (* c a) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (* (neg a) (/ c (pow b 3))) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (sqrt (* (* -4 a) c)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ c (pow b 3)) (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/ (neg a) (pow b 3)) (/ c (pow b 5))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 2102 | 18011 |
| 1 | 6965 | 17210 |
| 0 | 8332 | 16184 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (* c (pow (sqrt -4) 2)) b))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/4 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/32 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5)))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* a (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* a (+ (* 1/32 (* (sqrt (/ (pow c 5) (* a (pow b 9)))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* a b) c)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow c 3) (pow (sqrt -4) 6)) (* a (* (pow b 5) (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -4 (/ b (* a (pow (sqrt -4) 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* -1 (/ (* a c) b))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* 2 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* a (+ (* 2 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -8 (/ b (pow (sqrt -4) 2))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* -2 (/ (* a c) b))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* 4 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* a (+ (* 4 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (* (/ (* c a) b) 2) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (* c a) b) #s(hole binary64 (/ (* a c) 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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (/ -1 b))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))) |
#s(approx (* (neg a) (/ c (pow b 3))) #s(hole binary64 (* -1 (/ (* a c) (pow b 3))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ -1 b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (- (* a (+ (* -2 (/ (* a (pow c 2)) (pow b 5))) (* -1 (/ c (pow b 3))))) (/ 1 b)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* -1 (/ (* a c) (pow b 3))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* a (+ (* -2 (/ (* a (pow c 2)) (pow b 5))) (* -1 (/ c (pow b 3))))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -1/32 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))) a))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))) (* (pow a 2) (+ (* -1/32 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/64 (* (sqrt (/ (* a (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))) a))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))) (* (pow a 2) (+ (* -1/32 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* a (+ (* 1/64 (* (sqrt (/ (pow c 5) (* a (pow b 9)))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/4 (* (sqrt (/ (* a b) c)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow c 3) (pow (sqrt -4) 6)) (* a (* (pow b 5) (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))) a))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -1 (/ a (pow b 3))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* a (- (* -2 (/ (* a c) (pow b 5))) (/ 1 (pow b 3)))))) |
#s(approx (/ (neg a) (pow b 3)) #s(hole binary64 (* -1 (/ a (pow b 3))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -2 (/ b (pow (sqrt -4) 2)))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (+ (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 2 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -4 (/ b (pow (sqrt -4) 2)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 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 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (/ (* a (pow c 2)) (pow b 3))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (/ (* a c) (pow b 3))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 5))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ c (* a (pow b 3)))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow a 2) (- (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ c (* a (pow b 3))))) (/ 1 (* (pow a 2) b)))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 5))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ c (* a (pow b 3)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/16 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -2 (/ (* (pow a 2) c) (pow b 5))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* (pow a 2) (- (* -2 (/ c (pow b 5))) (/ 1 (* a (pow b 3))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (pow (* -1 (* a c)) 1/4) (sqrt 2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 7) (pow c 3))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow a 3))) (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1/2 b)) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -2 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -2 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a)) (* 2 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ b (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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 a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ (+ (/ 1 (* a b)) (/ c (pow b 3))) a)))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))) (* 1/4 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))) (+ (* 1/16 (* (pow (/ -1 (* (pow a 7) (pow c 3))) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/4 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/16 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* -1/16 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow a 3))) (+ (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))) (* 1/4 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (sqrt -4)))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* b (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (sqrt (/ 1 (sqrt -4))) (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* 2 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 2 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -4) 4)))))))) (* 2 (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ c b) #s(hole binary64 (/ c b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* 4 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* a (* c (pow (sqrt -4) 4)))))))) (* 4 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 4 (/ 1 (pow (sqrt -4) 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/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))))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))) (pow b 5)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 2))) (* -1 (* a (* (pow b 2) c)))) (pow b 5)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -1 (* a c)) (* -1 (pow b 2))))) (pow b 5)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 2))) (* -1 (* a (* (pow b 2) c)))) (pow b 5)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))) (* b (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* 1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (sqrt -4))))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))) (* b (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* b (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* (sqrt (/ 1 (sqrt -4))) (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))))))))) |
#s(approx (/ c (pow b 3)) #s(hole binary64 (/ c (pow b 3)))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) c)) (* -1 (* a (pow b 2)))) (pow b 5)))) |
#s(approx (/ c (pow b 5)) #s(hole binary64 (/ c (pow b 5)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/4 (* c (pow (sqrt -4) 2)))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* -1/4 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (pow b 6)))) (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* -1/512 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (pow (sqrt 1/2) 3)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (* -1 (/ c (pow b 2))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (+ (* 2 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* (pow a 2) (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (* -2 (/ (* a c) (pow b 2))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (+ (* 4 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (- (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1 (/ (* a c) (pow b 2)))) 1) b))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1 (* a c))) (pow b 3)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ (* a (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ (* a (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* 1/64 (* (sqrt (/ (* (pow a 3) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ (* a (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* -1/1024 (* (sqrt (/ (* (pow a 3) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (pow (sqrt 1/2) 3)))) (+ (* 1/64 (* (sqrt (/ (* (pow a 3) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) c) (pow b 2))) (* -1 a)) (pow b 3)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (sqrt b) (* (sqrt -1) (sqrt 2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 5))))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b)))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (+ (* 1/32 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (pow (sqrt 2) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b))))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ c b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (+ (* 1/128 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 4 (/ (+ (* 1/128 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) 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 (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #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 (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* -1 (/ (+ 1 (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (/ (* a c) (pow b 2)))) b)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* a c)) (pow b 3))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt b))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/8 (* (sqrt (/ 1 (pow b 5))) (/ (* c (* (pow (sqrt -4) 2) (sqrt -1))) (sqrt 2)))) (* 1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt (/ 1 b))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/32 (* (/ (* a (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (* 1/8 (* (sqrt b) (/ (* c (* (pow (sqrt -4) 2) (sqrt -1))) (sqrt 2))))) (pow b 3))) (* 1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt (/ 1 b))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/32 (* (/ (* a (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (+ (* 1/64 (* (/ (* a (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (pow (sqrt 2) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/8 (* (sqrt b) (/ (* c (* (pow (sqrt -4) 2) (sqrt -1))) (sqrt 2)))))) (pow b 3))) (* 1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt (/ 1 b))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -1 (/ (+ a (* 2 (/ (* (pow a 2) c) (pow b 2)))) (pow b 3))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/16 (/ (* a (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (pow (sqrt -4) 2) b)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* (pow a 2) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/4 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b))) (* 1/32 (/ (* (pow a 2) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* (pow a 5) c) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* c (+ (* 1/32 (* (sqrt (/ (pow a 5) (* (pow b 9) c))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* b c) a)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow a 3) (pow (sqrt -4) 6)) (* (pow b 5) (* c (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* -1 (/ c b))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* 2 (* c (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* c (+ (* 2 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* (pow a 2) (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3))))))) (/ 1 b)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* 4 (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* c (+ (* 4 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))) (* (pow c 2) (+ (* -1/32 (* (sqrt (/ a (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/64 (* (sqrt (/ (* (pow a 3) c) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))) (* (pow c 2) (+ (* -1/32 (* (sqrt (/ a (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* c (+ (* 1/64 (* (sqrt (/ (pow a 3) (* (pow b 9) c))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/4 (* (sqrt (/ (* b c) (pow a 3))) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow a 3) (pow (sqrt -4) 6)) (* (pow b 5) (* c (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow c 3) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow c 2) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow c 2) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* (pow c 2) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* c (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* 1/2 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* c (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* c (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/16 (* (pow (/ 1 (* (pow a 7) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (sqrt (sqrt -4)))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 3) (pow c 7))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow c 3))) (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (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)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/16 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c))) 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/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow c 2) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ (+ (/ 1 (* b c)) (/ a (pow b 3))) c)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/4 (* (pow (/ -1 (* (pow a 5) (pow c 5))) 1/4) (/ b (sqrt 2)))) (* 1/2 (* (pow (/ -1 (* (pow a 3) (pow c 3))) 1/4) (sqrt 2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/4 (* (pow (/ -1 (* (pow a 5) (pow c 5))) 1/4) (/ b (sqrt 2)))) (+ (* -1/16 (* (pow (/ -1 (* (pow a 7) (pow c 7))) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/2 (* (pow (/ -1 (* (pow a 3) (pow c 3))) 1/4) (sqrt 2))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* 1/16 (* (pow (/ (* -1 (pow c 5)) (pow a 7)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/16 (* (pow (/ (* -1 (pow c 5)) (pow a 7)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow c 3))) (+ (* -1/4 (* (pow (/ -1 (* (pow a 5) (pow c 5))) 1/4) (/ b (sqrt 2)))) (* 1/2 (* (pow (/ -1 (* (pow a 3) (pow c 3))) 1/4) (sqrt 2))))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -1 (* c (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))))) |
| Outputs |
|---|
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/4 binary64))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (* c (pow (sqrt -4) 2)) b))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/16 binary64) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/4 binary64)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/32 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/16 binary64))) a (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/4 binary64)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/4 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/32 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5)))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (fma.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) #s(literal -1/4 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/32 binary64))) a (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/16 binary64))) a (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) c) b) #s(literal 1/4 binary64)))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64))))) #s(literal -1/16 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* a (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 5 binary64)) a) (pow.f64 b #s(literal 9 binary64))))) #s(literal 1/32 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1/16 binary64))) (*.f64 a a) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* a (+ (* 1/32 (* (sqrt (/ (pow c 5) (* a (pow b 9)))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* a b) c)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow c 3) (pow (sqrt -4) 6)) (* a (* (pow b 5) (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (*.f64 b a) c))) (/.f64 (fma.f64 (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b) #s(literal -1/2 binary64) (*.f64 #s(literal -1/256 binary64) (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (pow.f64 c #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) a)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/32 binary64))) a (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1/16 binary64))) (*.f64 a a) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) #s(literal 1/2 binary64))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) c) b))) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))))) a (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) c) b))) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (fma.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64))) a (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))))) a (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) c) b))) a)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (fma.f64 (*.f64 a (/.f64 (*.f64 #s(literal -4 binary64) c) b)) #s(literal 1/2 binary64) b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (fma.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) c) b))) a b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (fma.f64 (fma.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))))) a (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) c) b))) a b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -4 (/ b (* a (pow (sqrt -4) 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (/.f64 b (*.f64 #s(literal -4 binary64) a)) #s(literal -4 binary64))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* -1 (/ (* a c) b))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 (/.f64 b #s(literal -4 binary64)) #s(literal -4 binary64) (/.f64 (*.f64 (neg.f64 a) c) b)) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* 2 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)) a) #s(literal 2 binary64) (/.f64 (neg.f64 c) b)) a (*.f64 (/.f64 b #s(literal -4 binary64)) #s(literal -4 binary64))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* a (+ (* 2 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 (*.f64 (/.f64 b c) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (*.f64 b b)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64)))) a (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) a (/.f64 (neg.f64 c) b)) a (*.f64 (/.f64 b #s(literal -4 binary64)) #s(literal -4 binary64))) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -8 (/ b (pow (sqrt -4) 2))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* -2 (/ (* a c) b))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c a) b) (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* 4 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 #s(literal -2 binary64) (/.f64 c b) (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) a (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* a (+ (* 4 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (fma.f64 (*.f64 (/.f64 b c) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (*.f64 b b)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64)))) a (*.f64 (*.f64 (*.f64 c c) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) a (*.f64 #s(literal -2 binary64) (/.f64 c b))) a (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (* (/ (* c a) b) 2) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (* (/ (* c a) b) 2) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
#s(approx (/ (* c a) b) #s(hole binary64 (/ (* a c) b))) |
#s(approx (/ (* c a) b) (/.f64 (*.f64 c a) 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)) (/.f64 (neg.f64 c) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 (neg.f64 c) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (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) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (/.f64 (neg.f64 c) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 a (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) a (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (/.f64 (neg.f64 c) b))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (/.f64 (neg.f64 c) b)) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 (neg.f64 c) b))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (/ -1 b))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (/.f64 #s(literal -1 binary64) b)) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (/.f64 #s(literal 1 binary64) b))) |
#s(approx (* (neg a) (/ c (pow b 3))) #s(hole binary64 (* -1 (/ (* a c) (pow b 3))))) |
#s(approx (* (neg a) (/ c (pow b 3))) (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (/.f64 (neg.f64 c) b)) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 (neg.f64 c) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (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) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) a (/.f64 (neg.f64 c) b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ -1 b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 #s(literal -1 binary64) b)) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (/.f64 #s(literal 1 binary64) b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (- (* a (+ (* -2 (/ (* a (pow c 2)) (pow b 5))) (* -1 (/ c (pow b 3))))) (/ 1 b)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (-.f64 (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 c) (pow.f64 b #s(literal 3 binary64)))) a) (/.f64 #s(literal 1 binary64) b))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* -1 (/ (* a c) (pow b 3))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* a (+ (* -2 (/ (* a (pow c 2)) (pow b 5))) (* -1 (/ c (pow b 3))))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c c) a) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 c) (pow.f64 b #s(literal 3 binary64)))) a)) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (* (* -4 a) c)) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 b a)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -1/32 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))) a))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (*.f64 c a) b))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/32 binary64) (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64))))))) a)) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))) (* (pow a 2) (+ (* -1/32 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/64 (* (sqrt (/ (* a (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))) a))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 (fma.f64 #s(literal -1/32 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (*.f64 (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 5 binary64)) a) (pow.f64 b #s(literal 9 binary64))))) #s(literal 1/64 binary64))) (*.f64 a a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (*.f64 c a) b))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* 1/2 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))) (* (pow a 2) (+ (* -1/32 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* a (+ (* 1/64 (* (sqrt (/ (pow c 5) (* a (pow b 9)))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/4 (* (sqrt (/ (* a b) c)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow c 3) (pow (sqrt -4) 6)) (* a (* (pow b 5) (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))) a))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (*.f64 b a) c))) (/.f64 (fma.f64 (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b) #s(literal -1/2 binary64) (*.f64 #s(literal -1/256 binary64) (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (pow.f64 c #s(literal 3 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 b #s(literal 5 binary64))) a)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/64 binary64))) a (*.f64 #s(literal -1/32 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 a a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (*.f64 c a) b))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -1 (/ a (pow b 3))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* a (- (* -2 (/ (* a c) (pow b 5))) (/ 1 (pow b 3)))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (*.f64 (-.f64 (*.f64 (*.f64 a (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) a)) |
#s(approx (/ (neg a) (pow b 3)) #s(hole binary64 (* -1 (/ a (pow b 3))))) |
#s(approx (/ (neg a) (pow b 3)) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 b a) #s(literal -1/2 binary64)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #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/16 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (pow.f64 (*.f64 c a) #s(literal 1/4 binary64)))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64)) b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/2 binary64))) a)) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))) #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) a)) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))) #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))))))) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) a)) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) a)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #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/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))) a)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) a)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #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/8 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) a)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #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/8 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 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 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) #s(literal -2 binary64))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -2 (/ b (pow (sqrt -4) 2)))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64)))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c))) #s(literal -1/2 binary64)) (*.f64 a a)) #s(literal 2 binary64))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (+ (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 2 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c))) #s(literal -1/2 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (*.f64 b (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 a c)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) c)) #s(literal 1/2 binary64))) (pow.f64 a #s(literal 3 binary64)))))) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a))) #s(literal -4 binary64))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -4 (/ b (pow (sqrt -4) 2)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c))) #s(literal -1/2 binary64)) (*.f64 a a)) #s(literal 4 binary64)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 #s(literal 4 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c))) #s(literal -1/2 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (*.f64 b (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 a c)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) c)) #s(literal 1/2 binary64))) (pow.f64 a #s(literal 3 binary64))))))) |
#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)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #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)) #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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #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/16 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (/ (* a (pow c 2)) (pow b 3))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (/.f64 (*.f64 (neg.f64 a) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (*.f64 (fma.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 (neg.f64 c) (*.f64 b a))) a)) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (/ (* a c) (pow b 3))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (*.f64 (-.f64 (/.f64 (neg.f64 c) (pow.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 b a))) a)) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 5))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (pow c 2) (* a (pow b 3)))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (*.f64 (fma.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))))) (*.f64 a a))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (+ (* -1 (/ c (* (pow a 2) b))) (* -1 (/ (pow c 2) (* a (pow b 3))))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (*.f64 (fma.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (fma.f64 (/.f64 (/.f64 (*.f64 c c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal -1 binary64) (/.f64 (neg.f64 c) (*.f64 (*.f64 a a) b)))) (*.f64 a a))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 5))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ c (* a (pow b 3)))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (*.f64 (fma.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 c) (*.f64 (pow.f64 b #s(literal 3 binary64)) a))) (*.f64 a a))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow a 2) (- (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ c (* a (pow b 3))))) (/ 1 (* (pow a 2) b)))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 c) (*.f64 (pow.f64 b #s(literal 3 binary64)) a))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) b))) (*.f64 a a))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 5))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (*.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ c (* a (pow b 3)))))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (*.f64 (fma.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 c) (*.f64 (pow.f64 b #s(literal 3 binary64)) a))) (*.f64 a a))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/16 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))) #s(literal -1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -2 (/ (* (pow a 2) c) (pow b 5))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* (pow a 2) (- (* -2 (/ c (pow b 5))) (/ 1 (* a (pow b 3))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 b #s(literal 3 binary64)) a))) (*.f64 a a))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) b)) a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* -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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) a))) a)))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (pow (* -1 (* a c)) 1/4) (sqrt 2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (pow.f64 (*.f64 (neg.f64 a) c) #s(literal 1/4 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 a) (fma.f64 (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 7) (pow c 3))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))) #s(literal -1/8 binary64) (*.f64 (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow a 3))) (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 a) (fma.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (fma.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (pow.f64 (/.f64 (neg.f64 (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64) (/.f64 b a)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) a))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) a)) b) a))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (neg.f64 a) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (neg.f64 a) (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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64)))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (neg.f64 a) (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1/2 b)) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -2 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) a) #s(literal -2 binary64) (*.f64 (*.f64 b a) #s(literal 1/2 binary64))) a))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -2 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a)) (* 2 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a)) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) b (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (pow.f64 b #s(literal 3 binary64)) c)) #s(literal 1/32 binary64))) a) #s(literal -2 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) #s(literal 2 binary64))) a))) a))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal 2 binary64))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ b (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal 2 binary64) b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) a) #s(literal 4 binary64) (*.f64 (neg.f64 a) b)) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b a (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64))) (*.f64 (*.f64 (*.f64 a a) (/.f64 (pow.f64 b #s(literal 3 binary64)) c)) #s(literal 1/32 binary64))) a) #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) #s(literal -4 binary64))) a))) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (/.f64 b a) #s(literal -1/2 binary64) (neg.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) b)) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (/.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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) a))) a)))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (*.f64 (neg.f64 a) (+.f64 (/.f64 c (*.f64 b a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (*.f64 (neg.f64 a) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 c (pow.f64 b #s(literal 3 binary64)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1 (/ (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))) a)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (*.f64 (fma.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 c (*.f64 b a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))) a))) (*.f64 a a))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow a 2) (+ (* -2 (/ (pow c 2) (pow b 5))) (* -1 (/ (+ (/ 1 (* a b)) (/ c (pow b 3))) a)))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (*.f64 (fma.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b a)) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) a))) (*.f64 a a))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (* (* -4 a) c)) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (*.f64 c a))) #s(literal -2 binary64))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))) (* 1/4 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))) (+ (* 1/16 (* (pow (/ -1 (* (pow a 7) (pow c 3))) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/4 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64))) #s(literal -1/2 binary64) (fma.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))) #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (+ (* -1/16 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* -1/16 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow a 3))) (+ (* -1/2 (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))) (* 1/4 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (fma.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (pow.f64 (/.f64 (neg.f64 (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))))) (pow.f64 a #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (fma.f64 (-.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/4 binary64)) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #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/16 binary64))) b) (/.f64 #s(literal 1/2 binary64) a)) b))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (*.f64 (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (pow.f64 (*.f64 c a) #s(literal 1/4 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (sqrt -4)))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) #s(literal 1/4 binary64))) (*.f64 b (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) #s(literal 1/4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) b (*.f64 (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (pow.f64 (*.f64 c a) #s(literal 1/4 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* b (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (sqrt (/ 1 (sqrt -4))) (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) #s(literal 1/4 binary64))) (*.f64 b (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) #s(literal 1/4 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))))) b (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)) #s(literal 1/4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) b (*.f64 (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (pow.f64 (*.f64 c a) #s(literal 1/4 binary64))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (fma.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (fma.f64 (-.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (fma.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) b) #s(literal 1 binary64)) b (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))))) #s(literal 1/16 binary64))) (*.f64 b b) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64))) (*.f64 b b) (*.f64 (sqrt.f64 (*.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal -2 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)) (/.f64 b (*.f64 #s(literal -4 binary64) a))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* 2 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal -4 binary64) a))) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) #s(literal -2 binary64)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 2 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -4) 4)))))))) (* 2 (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal -1/2 binary64)))) b) (/.f64 #s(literal 2 binary64) (*.f64 #s(literal -4 binary64) a))) b))) |
#s(approx (/ c b) #s(hole binary64 (/ c b))) |
#s(approx (/ c b) (/.f64 c b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* 4 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 4 binary64) b) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/2 binary64)) #s(literal 1 binary64)) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a))) #s(literal -4 binary64)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* a (* c (pow (sqrt -4) 4)))))))) (* 4 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) c) a))) b (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/2 binary64)))) b #s(literal 1 binary64)) b (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a))) #s(literal -4 binary64)))) |
#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)) (fma.f64 (-.f64 (*.f64 (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) #s(literal 1/4 binary64)) (/.f64 #s(literal 1/2 binary64) a)) b (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) |
#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/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))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #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/16 binary64))) b) (/.f64 #s(literal 1/2 binary64) a)) b))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 c c) a (*.f64 (*.f64 b b) c))) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 c a (*.f64 b b))) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* -1 (* a (* (pow b 2) (pow c 2))))) (pow b 5)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (pow.f64 c #s(literal 3 binary64)) (*.f64 (neg.f64 a) (*.f64 (*.f64 b c) (*.f64 b c)))) (pow.f64 b #s(literal 5 binary64)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 3))) (* (pow b 2) (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))))) (pow b 5)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (pow.f64 c #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 c c) a (*.f64 (*.f64 b b) c))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 2))) (* -1 (* a (* (pow b 2) c)))) (pow b 5)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (*.f64 c c) (*.f64 (neg.f64 a) (*.f64 (*.f64 b b) c))) (pow.f64 b #s(literal 5 binary64)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 2))) (* (pow b 2) (+ (* -1 (* a c)) (* -1 (pow b 2))))) (pow b 5)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (*.f64 c c) (*.f64 (*.f64 #s(literal -1 binary64) (fma.f64 c a (*.f64 b b))) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) (pow c 2))) (* -1 (* a (* (pow b 2) c)))) (pow b 5)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (*.f64 c c) (*.f64 (neg.f64 a) (*.f64 (*.f64 b b) c))) (pow.f64 b #s(literal 5 binary64)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))) (* b (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* 1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (sqrt -4))))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (*.f64 b (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) b (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))) (* b (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* b (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/4 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* (sqrt (/ 1 (sqrt -4))) (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))))))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64))) (*.f64 b (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))))) b (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) b (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ c (pow b 3)) #s(hole binary64 (/ c (pow b 3)))) |
#s(approx (/ c (pow b 3)) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (/ (+ (* -2 (* (pow a 2) c)) (* -1 (* a (pow b 2)))) (pow b 5)))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) c (*.f64 (neg.f64 a) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64)))) |
#s(approx (/ c (pow b 5)) #s(hole binary64 (/ c (pow b 5)))) |
#s(approx (/ c (pow b 5)) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/4 (* c (pow (sqrt -4) 2)))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/16 binary64) (*.f64 (*.f64 #s(literal -4 binary64) c) #s(literal 1/4 binary64))) b)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/32 binary64) (*.f64 (*.f64 #s(literal -4 binary64) c) #s(literal 1/4 binary64)))) b)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* -1/4 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (pow b 6)))) (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64)))) #s(literal 5/64 binary64)) (*.f64 (pow.f64 b #s(literal 6 binary64)) a)) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/32 binary64) (*.f64 (*.f64 #s(literal -4 binary64) c) #s(literal 1/4 binary64))))) b)) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64))))) #s(literal -1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/32 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* -1/512 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (pow (sqrt 1/2) 3)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64))))) #s(literal -1/16 binary64) (fma.f64 (*.f64 (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) (sqrt.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))) (pow.f64 b #s(literal 9 binary64))))) #s(literal -1/512 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/32 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/8 binary64) (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64))) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/16 binary64) (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64)))) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64)))) #s(literal 5/64 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal -1/2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal 1/16 binary64) (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64))))) b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/2 binary64) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)) b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b b)))) #s(literal 1 binary64)) b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (* -1 (/ c (pow b 2))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (-.f64 (/.f64 (neg.f64 c) (*.f64 b b)) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal -4 binary64) a))) b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) a) #s(literal -4 binary64)) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (/.f64 (neg.f64 c) (*.f64 b b))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal -4 binary64) a))) b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (+ (* 2 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* (pow a 2) (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64)))) #s(literal 5/64 binary64)) (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) a) #s(literal -4 binary64)) #s(literal 1/8 binary64)) #s(literal -4 binary64)) c) a) #s(literal 1/4 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) a) #s(literal -4 binary64)) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (neg.f64 c) (*.f64 b b))) (/.f64 #s(literal 4 binary64) (*.f64 #s(literal -4 binary64) a))) b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (* -2 (/ (* a c) (pow b 2))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) #s(literal 2 binary64)) b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) (*.f64 a a)) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64))) #s(literal 4 binary64) #s(literal 2 binary64))) b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (+ (* 4 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (*.f64 a (/.f64 c (*.f64 b b))) #s(literal -2 binary64) (fma.f64 #s(literal 4 binary64) (+.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)) (pow.f64 c #s(literal 4 binary64)))) #s(literal 5/64 binary64)) (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) c) a)) #s(literal -2 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) a) (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) (*.f64 a a)) #s(literal 1/8 binary64))) (*.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) #s(literal 1/16 binary64)))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) (*.f64 a a)) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) 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)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64)))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) 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 4 binary64))) #s(literal -2 binary64) (fma.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (*.f64 (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 20 binary64)) (*.f64 (pow.f64 b #s(literal 6 binary64)) a)) #s(literal -1/4 binary64)))) b)) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (/.f64 (-.f64 (/.f64 (*.f64 (neg.f64 a) c) (*.f64 b b)) #s(literal 1 binary64)) b)) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (/.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64)))) b)) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 (-.f64 (/.f64 (*.f64 (neg.f64 a) c) (*.f64 b b)) #s(literal 1 binary64)) b)) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (/ (- (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1 (/ (* a c) (pow b 2)))) 1) b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 a) c) (*.f64 b b)) #s(literal 1 binary64))) b)) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1 (* a c))) (pow b 3)))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal -2 binary64) (*.f64 (neg.f64 c) a)) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ (* a (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 b a)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1/32 binary64)))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ (* a (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* 1/64 (* (sqrt (/ (* (pow a 3) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1/32 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 b a)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/64 binary64))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1/32 (* (sqrt (/ (* a (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* -1/1024 (* (sqrt (/ (* (pow a 3) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (pow (sqrt 1/2) 3)))) (+ (* 1/64 (* (sqrt (/ (* (pow a 3) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1/32 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 1/2 binary64)))) #s(literal -1/1024 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 b a)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/64 binary64)))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) c) (pow b 2))) (* -1 a)) (pow b 3)))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (*.f64 b b))) #s(literal -2 binary64) (neg.f64 a)) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (/.f64 (neg.f64 b) a)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (neg.f64 b) (fma.f64 (*.f64 c (/.f64 #s(literal -4 binary64) (*.f64 b b))) #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/16 binary64) (fma.f64 (*.f64 c (/.f64 #s(literal -4 binary64) (*.f64 b b))) #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/16 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/32 binary64) (fma.f64 (*.f64 c (/.f64 #s(literal -4 binary64) (*.f64 b b))) #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) a)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (sqrt b) (* (sqrt -1) (sqrt 2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 b)))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 5))))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -4 binary64)) c) a) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b)))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 c c)) (*.f64 a a)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -4 binary64)) c) a) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 b)) #s(literal 1/4 binary64))) (pow.f64 b #s(literal 3 binary64))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (+ (* 1/32 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (pow (sqrt 2) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b))))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 c c)) (*.f64 a a)) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 c c)) (*.f64 a a)) (*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) (*.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -4 binary64)) c) a) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 b)) #s(literal 1/4 binary64)))) (pow.f64 b #s(literal 3 binary64))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/2 binary64) #s(literal 2 binary64)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b b))) #s(literal 2 binary64)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b b)))) #s(literal 2 binary64)))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (neg.f64 b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (neg.f64 b) (fma.f64 (/.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/2 binary64) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b b))) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (* -1 (* b (+ 1 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b b)))) #s(literal 1 binary64)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ c b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64) (neg.f64 c)) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) c (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) a) #s(literal -4 binary64)) #s(literal 1/4 binary64)) (*.f64 b b)))) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (+ (* 1/128 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) c (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/8 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 a #s(literal 3 binary64))) #s(literal 5/128 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 c c) a) #s(literal -4 binary64)) #s(literal 1/4 binary64)) (*.f64 b b))))) b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) (*.f64 a a)) (*.f64 b b)) #s(literal 1/2 binary64) (*.f64 (*.f64 #s(literal -2 binary64) a) c)) b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) c (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) (*.f64 a a)) (*.f64 b b)) #s(literal 1/2 binary64)))) b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 4 (/ (+ (* 1/128 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) c (fma.f64 (/.f64 (*.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) #s(literal -1/4 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 a #s(literal 4 binary64))) #s(literal 5/128 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal -4 binary64)) (*.f64 a a)) (*.f64 b b)) #s(literal 1/2 binary64))))) 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)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 binary64) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 binary64) a)))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (neg.f64 (/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #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 (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (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 (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (neg.f64 (/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) b))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* -1 (/ (+ 1 (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (/ (* a c) (pow b 2)))) b)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (neg.f64 (/.f64 (+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal 2 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) #s(literal 1 binary64)) b))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* -1 (/ (+ (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* a c)) (pow b 3))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (*.f64 b b)) #s(literal 2 binary64) (*.f64 c a)) (pow.f64 b #s(literal 3 binary64))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt b))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) a)) (sqrt.f64 b)) #s(literal -1/2 binary64))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/8 (* (sqrt (/ 1 (pow b 5))) (/ (* c (* (pow (sqrt -4) 2) (sqrt -1))) (sqrt 2)))) (* 1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt (/ 1 b))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -4 binary64)) c) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) a))) (sqrt.f64 (/.f64 #s(literal 1 binary64) b)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/32 (* (/ (* a (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (* 1/8 (* (sqrt b) (/ (* c (* (pow (sqrt -4) 2) (sqrt -1))) (sqrt 2))))) (pow b 3))) (* 1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt (/ 1 b))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) a))) (sqrt.f64 (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))))) #s(literal -1/32 binary64) (*.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 b)) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -4 binary64)) c) (sqrt.f64 #s(literal 2 binary64))))) (pow.f64 b #s(literal 3 binary64))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/32 (* (/ (* a (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (+ (* 1/64 (* (/ (* a (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (pow (sqrt 2) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/8 (* (sqrt b) (/ (* c (* (pow (sqrt -4) 2) (sqrt -1))) (sqrt 2)))))) (pow b 3))) (* 1/2 (* (/ (* (sqrt -1) (sqrt 2)) a) (sqrt (/ 1 b))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (/.f64 (sqrt.f64 #s(literal 2 binary64)) a))) (sqrt.f64 (/.f64 #s(literal 1 binary64) b)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/32 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 c c) a) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64))))) #s(literal 1/64 binary64) (*.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 b)) (/.f64 (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -4 binary64)) c) (sqrt.f64 #s(literal 2 binary64)))))) (pow.f64 b #s(literal 3 binary64))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -1 (/ (+ a (* 2 (/ (* (pow a 2) c) (pow b 2)))) (pow b 3))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 a a) (/.f64 c (*.f64 b b))) #s(literal 2 binary64) a) (pow.f64 b #s(literal 3 binary64))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/16 (/ (* a (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (pow (sqrt -4) 2) b)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) c) a) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/16 binary64) (/.f64 #s(literal -1 binary64) b)) c)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* (pow a 2) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) c) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/32 binary64) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) a)) (pow.f64 b #s(literal 3 binary64)))) c (/.f64 #s(literal -1 binary64) b)) c)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/4 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b))) (* 1/32 (/ (* (pow a 2) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 c a) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) #s(literal -1/4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/32 binary64))) c (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) a)) (pow.f64 b #s(literal 3 binary64)))) c (/.f64 #s(literal -1 binary64) b)) c)) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* (pow a 5) c) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (/.f64 c (pow.f64 b #s(literal 9 binary64))))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/32 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1/16 binary64))) (*.f64 c c) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* c (+ (* 1/32 (* (sqrt (/ (pow a 5) (* (pow b 9) c))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* b c) a)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow a 3) (pow (sqrt -4) 6)) (* (pow b 5) (* c (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 b (/.f64 c a)))) (/.f64 (fma.f64 (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b) #s(literal -1/2 binary64) (*.f64 #s(literal -1/256 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (*.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) c) #s(literal 1/2 binary64))))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 b #s(literal 9 binary64)) c))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/32 binary64))) c (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal -1/16 binary64))) (*.f64 c c) (*.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) b)) #s(literal 1/2 binary64))) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) c) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) c (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) b)) #s(literal 1/2 binary64))) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 c (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64))) c (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) c (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) b)) #s(literal 1/2 binary64))) c)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64) (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) b)) #s(literal 1/2 binary64))) c b)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) #s(hole binary64 (+ b (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (fma.f64 (fma.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) c) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal -1/8 binary64))) c (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) b)) #s(literal 1/2 binary64))) c b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* -1 (/ c b))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (/.f64 b (*.f64 #s(literal -4 binary64) a)) #s(literal -4 binary64) (/.f64 (neg.f64 c) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* 2 (* c (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) c) (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) b)) c (*.f64 (/.f64 b (*.f64 #s(literal -4 binary64) a)) #s(literal -4 binary64)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* c (+ (* 2 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* (pow a 2) (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3))))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 (*.f64 b (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (*.f64 b b)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64)))) c (*.f64 (*.f64 a (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c (*.f64 (/.f64 b (*.f64 #s(literal -4 binary64) a)) #s(literal -4 binary64)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* 4 (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 4 binary64) c) (*.f64 (*.f64 (*.f64 a a) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)) (*.f64 (/.f64 a b) #s(literal -2 binary64))) c (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* c (+ (* 4 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (fma.f64 (*.f64 #s(literal 4 binary64) (fma.f64 (fma.f64 (*.f64 (/.f64 b a) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) #s(literal -2 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (*.f64 (*.f64 (*.f64 a a) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64))) (*.f64 b b)) #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64))) #s(literal 1/16 binary64)))) c (*.f64 (*.f64 (*.f64 a a) (/.f64 #s(literal -4 binary64) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1/8 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c (*.f64 #s(literal -8 binary64) (/.f64 b #s(literal -4 binary64))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 (/.f64 c a) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (pow.f64 b #s(literal 5 binary64)))) c (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c)) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))) (* (pow c 2) (+ (* -1/32 (* (sqrt (/ a (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/64 (* (sqrt (/ (* (pow a 3) c) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (fma.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (/.f64 a (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (/.f64 c (pow.f64 b #s(literal 9 binary64))))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/64 binary64))) (*.f64 c c) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 b a)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c (* a b))) (* (sqrt -4) (sqrt 1/2)))) (* (pow c 2) (+ (* -1/32 (* (sqrt (/ a (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* c (+ (* 1/64 (* (sqrt (/ (pow a 3) (* (pow b 9) c))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/4 (* (sqrt (/ (* b c) (pow a 3))) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow a 3) (pow (sqrt -4) 6)) (* (pow b 5) (* c (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (fma.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (*.f64 b (/.f64 c (pow.f64 a #s(literal 3 binary64)))))) (/.f64 (fma.f64 (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b) #s(literal -1/2 binary64) (*.f64 #s(literal -1/256 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (*.f64 (*.f64 (pow.f64 b #s(literal 5 binary64)) c) #s(literal 1/2 binary64))))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 9 binary64)) c))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) #s(literal 1/64 binary64))) c (*.f64 (*.f64 #s(literal -1/32 binary64) (sqrt.f64 (/.f64 a (*.f64 (pow.f64 b #s(literal 5 binary64)) c)))) (/.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) (*.f64 c c) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c (*.f64 b a)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3)))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64))) c)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) c)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/16 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))) c)) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (pow.f64 (/.f64 a (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) a)) #s(literal 1/4 binary64)) b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/2 binary64))) c)) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) a)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b))) #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 a (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) a)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b))) #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 a (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))))))) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) c)) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c))) c)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c)))) c)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) c)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/8 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 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 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) #s(literal 1/16 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal 1 binary64)) (*.f64 c c)) #s(literal -1 binary64) (*.f64 #s(literal -2 binary64) (/.f64 b (*.f64 #s(literal -4 binary64) a)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 b (/.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal 1 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 c a)) (neg.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 3 binary64)) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 #s(literal 2 binary64) (fma.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 b (*.f64 #s(literal -4 binary64) a))) (neg.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (*.f64 c c)) #s(literal 4 binary64)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (*.f64 c a)) (/.f64 b #s(literal -4 binary64))) (*.f64 #s(literal 4 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (*.f64 c c)) (/.f64 (fma.f64 (*.f64 b (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 (*.f64 (pow.f64 b #s(literal 3 binary64)) (*.f64 c c)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)) a)) #s(literal 1/2 binary64))) (pow.f64 c #s(literal 3 binary64))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64) (*.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 (/.f64 b a) c) #s(literal -1/2 binary64) (fma.f64 (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1/16 binary64) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))) c)) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) #s(hole binary64 (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))))) |
#s(approx (* (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) c) (*.f64 (-.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) c)) (*.f64 c c))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (*.f64 (-.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) c)) c)) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow c 3) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (*.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 a) (*.f64 (pow.f64 b #s(literal 3 binary64)) c))) (pow.f64 c #s(literal 3 binary64)))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* (pow c 3) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 a) (*.f64 (pow.f64 b #s(literal 3 binary64)) c))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) b))) (pow.f64 c #s(literal 3 binary64)))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow c 2) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (*.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 a) (*.f64 (pow.f64 b #s(literal 3 binary64)) c))) (*.f64 c c))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow c 2) (- (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c)))) (/ 1 (* b (pow c 2))))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (*.f64 (-.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 a) (*.f64 (pow.f64 b #s(literal 3 binary64)) c))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) b))) (*.f64 c c))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) #s(hole binary64 (* (pow c 2) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (*.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 a) (*.f64 (pow.f64 b #s(literal 3 binary64)) c))) (*.f64 c c))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* c (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* 1/2 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))))) c)) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* c (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b)) #s(literal -1/4 binary64) (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b))) #s(literal 1/8 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) c)) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* c (+ (* -1/4 (* (pow (/ 1 (* (pow a 5) (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/16 (* (pow (/ 1 (* (pow a 7) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/8 (* (pow (/ 1 (* (pow a 7) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (sqrt (sqrt -4)))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) b) (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b))) #s(literal -1/16 binary64) (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 b b))) #s(literal 1/8 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))))))) c)) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ a (* (pow b 3) c))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (*.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (/.f64 (neg.f64 a) (*.f64 (pow.f64 b #s(literal 3 binary64)) c))) c)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) c))) c))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 c) (fma.f64 (pow.f64 (/.f64 (neg.f64 a) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) a)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 3) (pow c 7))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) a)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -1/8 binary64) (*.f64 (pow.f64 (/.f64 (neg.f64 a) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow c 3))) (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (fma.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 c #s(literal 5 binary64))) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 c #s(literal 5 binary64))) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))))) (pow.f64 c #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (pow.f64 (/.f64 (neg.f64 a) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) a)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64) (/.f64 b c)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b))) b) c))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)))) c)) b) c))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64)))) #s(literal -1/64 binary64) (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64)))))) |
#s(approx (sqrt (+ (* (sqrt (* (* -4 a) c)) (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 (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* 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 (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 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 3 binary64)) a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (*.f64 (/.f64 b a) #s(literal 1/2 binary64)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/8 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 b (/.f64 c a)))) c)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/16 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 c a)) (neg.f64 (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 (pow.f64 b #s(literal 3 binary64)) (/.f64 c (*.f64 a a))) #s(literal 1/16 binary64) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/8 binary64))) (*.f64 (neg.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64)))) c) #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 b (/.f64 c a)))) c)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) c) #s(literal 4 binary64) (*.f64 (neg.f64 b) c)) c)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b c (/.f64 (fma.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64))) (*.f64 (*.f64 (pow.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 c c) a)) #s(literal 1/32 binary64))) c) #s(literal 4 binary64) (*.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) #s(literal -4 binary64))) c))) c)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #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)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (/.f64 b a) c) #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 b b)) (*.f64 (/.f64 b a) #s(literal -1/2 binary64))) c))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (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 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 b #s(literal 4 binary64))))) c))) c))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) #s(hole binary64 (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))))) |
#s(approx (- (* (neg a) (/ c (pow b 3))) (/ 1 b)) (*.f64 (neg.f64 c) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) c) (/.f64 a (pow.f64 b #s(literal 3 binary64)))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (* (pow c 3) (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (neg.f64 (*.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (/.f64 a (pow.f64 b #s(literal 3 binary64))) c)) (pow.f64 c #s(literal 3 binary64))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) #s(hole binary64 (* -1 (* (pow c 3) (+ (* -1 (/ (- (* -1 (/ a (pow b 3))) (/ 1 (* b c))) c)) (* 2 (/ (pow a 2) (pow b 5)))))))) |
#s(approx (* (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) c) (neg.f64 (*.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (neg.f64 (/.f64 (-.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) c)) c))) (pow.f64 c #s(literal 3 binary64))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) #s(hole binary64 (* (pow c 2) (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1 (/ (+ (/ 1 (* b c)) (/ a (pow b 3))) c)))))) |
#s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (*.f64 (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal -2 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) c) (/.f64 a (pow.f64 b #s(literal 3 binary64)))) c))) (*.f64 c c))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/4 (* (pow (/ -1 (* (pow a 5) (pow c 5))) 1/4) (/ b (sqrt 2)))) (* 1/2 (* (pow (/ -1 (* (pow a 3) (pow c 3))) 1/4) (sqrt 2)))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1/4 (* (pow (/ -1 (* (pow a 5) (pow c 5))) 1/4) (/ b (sqrt 2)))) (+ (* -1/16 (* (pow (/ -1 (* (pow a 7) (pow c 7))) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/2 (* (pow (/ -1 (* (pow a 3) (pow c 3))) 1/4) (sqrt 2))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))) #s(literal 1/4 binary64)) (/.f64 b (sqrt.f64 #s(literal 2 binary64)))) #s(literal -1/4 binary64) (fma.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64)))) #s(literal -1/16 binary64) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* 1/16 (* (pow (/ (* -1 (pow c 5)) (pow a 7)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/16 (* (pow (/ (* -1 (pow c 5)) (pow a 7)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow c 3))) (+ (* -1/4 (* (pow (/ -1 (* (pow a 5) (pow c 5))) 1/4) (/ b (sqrt 2)))) (* 1/2 (* (pow (/ -1 (* (pow a 3) (pow c 3))) 1/4) (sqrt 2))))))))) |
#s(approx (/ (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (fma.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 c #s(literal 5 binary64))) (pow.f64 a #s(literal 7 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 c #s(literal 5 binary64))) (pow.f64 a #s(literal 7 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (*.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))))) (pow.f64 c #s(literal 3 binary64))) #s(literal -1 binary64) (fma.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (*.f64 c a) #s(literal 3 binary64))) #s(literal 1/4 binary64))) (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) #s(hole binary64 (* -1 (* c (+ (* 2 (/ (pow a 2) (pow b 5))) (/ a (* (pow b 3) c))))))) |
#s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (*.f64 (neg.f64 c) (fma.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))) #s(literal 2 binary64) (/.f64 (/.f64 a (pow.f64 b #s(literal 3 binary64))) c)))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 64 | 401 |
| 0 | 99 | 388 |
| 1 | 1066 | 388 |
| 0 | 8508 | 385 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
(/.f64 c b) |
(/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
(*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) |
(/.f64 (*.f64 c a) b) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
(*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c) |
(-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
(*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c) |
(-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 c (pow.f64 b #s(literal 3 binary64))) |
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) |
(/.f64 c (pow.f64 b #s(literal 5 binary64))) |
| Outputs |
|---|
(*.f64 (sqrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64)) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) |
(pow.f64 (sqrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (/.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) a) #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64)) (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)))) (sinh.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a))))) |
(log.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) (sqrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)))) |
(*.f64 (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (cbrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)))) |
(pow.f64 (sqrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 1/2 binary64)) |
(cbrt.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64))) |
(sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) |
(exp.f64 (/.f64 (log.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 1/2 binary64))) |
(exp.f64 (log.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)))) |
(+.f64 (cosh.f64 (log.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)))) (sinh.f64 (log.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))))) |
(log.f64 (exp.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)))) |
(*.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 2 binary64)) (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) |
(pow.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(pow.f64 (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 2 binary64)) |
(pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 1 binary64)) |
(/.f64 (-.f64 (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3 binary64))) (+.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fma.f64 b b (*.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)))) |
(/.f64 (-.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) (*.f64 b b)) (+.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) |
(cbrt.f64 (*.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64)) (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64)))) |
(cbrt.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3 binary64))) |
(-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) |
(+.f64 (cosh.f64 (log.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) (sinh.f64 (log.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)))) |
(log.f64 (exp.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (sqrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (cbrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) (cbrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(pow.f64 (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (sqrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 2 binary64)) |
(pow.f64 (cbrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 3 binary64)) |
(pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1 binary64)) |
(cbrt.f64 (pow.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 3/2 binary64))) |
(sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fabs.f64 b)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 b)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(hypot.f64 (fabs.f64 b) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (fabs.f64 b) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (fabs.f64 b) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (fabs.f64 b)) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (neg.f64 b)) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 (neg.f64 b) (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (neg.f64 b) (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 (neg.f64 b) (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 b (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 b (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (fabs.f64 b)) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (neg.f64 b)) |
(hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) |
(exp.f64 (/.f64 (log.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(+.f64 (cosh.f64 (log.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))))) (sinh.f64 (log.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))))) |
(log.f64 (exp.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(*.f64 (sqrt.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b))) (sqrt.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b))) #s(literal 2 binary64)) (cbrt.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)))) |
(pow.f64 (sqrt.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b))) #s(literal 3 binary64)) |
(pow.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) #s(literal 1 binary64)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
(cbrt.f64 (pow.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)))) (sinh.f64 (log.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b))))) |
(log.f64 (exp.f64 #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)))) |
(*.f64 (sqrt.f64 (/.f64 c b)) (sqrt.f64 (/.f64 c b))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 c b)) #s(literal 2 binary64)) (cbrt.f64 (/.f64 c b))) |
(pow.f64 (sqrt.f64 (/.f64 c b)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 c b) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 c b)) #s(literal 3 binary64)) |
(pow.f64 (/.f64 c b) #s(literal 1 binary64)) |
(/.f64 (neg.f64 c) (neg.f64 b)) |
(/.f64 c b) |
(cbrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 c b) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 c b)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 c b))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 c b))) (sinh.f64 (log.f64 (/.f64 c b)))) |
(log.f64 (exp.f64 (/.f64 c b))) |
(*.f64 (sqrt.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64)) (cbrt.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)))) |
(pow.f64 (sqrt.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (/.f64 (pow.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) a) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)))) (sinh.f64 (log.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a))))) |
(log.f64 (exp.f64 (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (sqrt.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) (sqrt.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) #s(literal 2 binary64)) (cbrt.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))))) |
(pow.f64 (sqrt.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) #s(literal 3 binary64)) |
(pow.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) #s(literal 1 binary64)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) |
(cbrt.f64 (pow.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))))) (sinh.f64 (log.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))))) |
(log.f64 (exp.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (sqrt.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c a) b)) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) #s(literal 1 binary64)) |
(/.f64 (*.f64 (*.f64 c a) #s(literal 2 binary64)) b) |
(cbrt.f64 (*.f64 (pow.f64 (/.f64 (*.f64 c a) b) #s(literal 3 binary64)) #s(literal 8 binary64))) |
(cbrt.f64 (*.f64 #s(literal 8 binary64) (pow.f64 (/.f64 (*.f64 c a) b) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64)))) (sinh.f64 (log.f64 (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))))) |
(log.f64 (pow.f64 (exp.f64 #s(literal 2 binary64)) (/.f64 (*.f64 c a) b))) |
(*.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) (sqrt.f64 (/.f64 (*.f64 c a) b))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 (*.f64 c a) b)) #s(literal 2 binary64)) (cbrt.f64 (/.f64 (*.f64 c a) b))) |
(*.f64 c (/.f64 a b)) |
(pow.f64 (sqrt.f64 (/.f64 (*.f64 c a) b)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (*.f64 c a) b) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 (*.f64 c a) b)) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (*.f64 c a) b) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (*.f64 c a)) (neg.f64 b)) |
(/.f64 (*.f64 c a) b) |
(cbrt.f64 (/.f64 (pow.f64 (*.f64 c a) #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 (*.f64 c a) b) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 c a) b)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 (*.f64 c a) b))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 (*.f64 c a) b))) (sinh.f64 (log.f64 (/.f64 (*.f64 c a) b)))) |
(log.f64 (pow.f64 (exp.f64 c) (/.f64 a b))) |
(*.f64 (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))) (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))) #s(literal 2 binary64)) (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)))) |
(pow.f64 (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))) #s(literal 3 binary64)) |
(pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 1 binary64)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)) |
(cbrt.f64 (pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)))) (sinh.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))))) |
(log.f64 (exp.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)))) |
(*.f64 (sqrt.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)) (sqrt.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))) |
(*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c) |
(*.f64 c (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64)))) |
(pow.f64 (sqrt.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (pow.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 c #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c))) (sinh.f64 (log.f64 (*.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) c)))) |
(log.f64 (pow.f64 (exp.f64 c) (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64)))) (sqrt.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))))) |
(*.f64 (pow.f64 (cbrt.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64)))) #s(literal 2 binary64)) (cbrt.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))))) |
(pow.f64 (sqrt.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64)))) #s(literal 3 binary64)) |
(pow.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) #s(literal 2 binary64)) (pow.f64 b #s(literal -2 binary64))) (fma.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a) (pow.f64 b #s(literal -1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) #s(literal 3 binary64)) (pow.f64 b #s(literal -3 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) #s(literal 2 binary64)) (+.f64 (pow.f64 b #s(literal -2 binary64)) (*.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64)))))) |
(cbrt.f64 (pow.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) #s(literal 3 binary64))) |
(-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))))) |
(+.f64 (cosh.f64 (log.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))))) (sinh.f64 (log.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64)))))) |
(log.f64 (exp.f64 (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) (pow.f64 b #s(literal -1 binary64))))) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a))) (sqrt.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)))) |
(*.f64 (pow.f64 (/.f64 (cbrt.f64 (*.f64 (neg.f64 a) c)) b) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (*.f64 (neg.f64 a) c)) b)) |
(*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) |
(*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) |
(pow.f64 (sqrt.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 (cbrt.f64 (*.f64 (neg.f64 a) c)) b) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) #s(literal 1 binary64)) |
(/.f64 (*.f64 (neg.f64 a) c) (pow.f64 b #s(literal 3 binary64))) |
(neg.f64 (*.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))))) |
(cbrt.f64 (pow.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a)))) (sinh.f64 (log.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) (neg.f64 a))))) |
(log.f64 (pow.f64 (exp.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (neg.f64 a))) |
(*.f64 (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))) (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)))) |
(*.f64 (pow.f64 (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))) #s(literal 2 binary64)) (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)))) |
(pow.f64 (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))) #s(literal 3 binary64)) |
(pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 1 binary64)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) |
(cbrt.f64 (pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)))) |
(+.f64 (cosh.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)))) (sinh.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))))) |
(log.f64 (exp.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)))) |
(*.f64 (sqrt.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) (sqrt.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))) |
(*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c) |
(*.f64 c (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64)))) |
(pow.f64 (sqrt.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (pow.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 c #s(literal 3 binary64)))) |
(cbrt.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c))) (sinh.f64 (log.f64 (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)))) |
(log.f64 (pow.f64 (exp.f64 c) (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64)))) (sqrt.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))))) |
(*.f64 (pow.f64 (cbrt.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64)))) #s(literal 2 binary64)) (cbrt.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))))) |
(pow.f64 (sqrt.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64)))) #s(literal 3 binary64)) |
(pow.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) #s(literal 2 binary64)) (pow.f64 b #s(literal -2 binary64))) (fma.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c (pow.f64 b #s(literal -1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) #s(literal 3 binary64)) (pow.f64 b #s(literal -3 binary64))) (+.f64 (pow.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) #s(literal 2 binary64)) (+.f64 (pow.f64 b #s(literal -2 binary64)) (*.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64)))))) |
(cbrt.f64 (pow.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) #s(literal 3 binary64))) |
(-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))))) |
(+.f64 (cosh.f64 (log.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))))) (sinh.f64 (log.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64)))))) |
(log.f64 (exp.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c)) (sqrt.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c))) |
(*.f64 (pow.f64 (cbrt.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c)) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c))) |
(*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) |
(*.f64 c (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) |
(pow.f64 (sqrt.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c)) #s(literal 3 binary64)) |
(pow.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) #s(literal 1 binary64)) |
(cbrt.f64 (pow.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c)) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c))) |
(+.f64 (cosh.f64 (log.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c))) (sinh.f64 (log.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c)))) |
(log.f64 (pow.f64 (exp.f64 c) (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))))) |
(*.f64 (pow.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1/2 binary64)) (pow.f64 (neg.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1/2 binary64)) (pow.f64 (fabs.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 2 binary64)) #s(literal 1/2 binary64)) (pow.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(*.f64 (sqrt.f64 c) (sqrt.f64 (*.f64 a #s(literal -4 binary64)))) |
(*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) |
(*.f64 (cbrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) (cbrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(pow.f64 (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 3 binary64)) |
(pow.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) #s(literal 1/2 binary64)) |
(cbrt.f64 (pow.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))) #s(literal 3/2 binary64))) |
(sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(exp.f64 (/.f64 (log.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) #s(literal 1/2 binary64))) |
(exp.f64 (log.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(+.f64 (cosh.f64 (log.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) (sinh.f64 (log.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))))) |
(log.f64 (exp.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64)) (cbrt.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)))) |
(pow.f64 (sqrt.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (/.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64)) (pow.f64 (*.f64 #s(literal 2 binary64) a) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)))) (sinh.f64 (log.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))))) |
(log.f64 (exp.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (sqrt.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (sqrt.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))))) |
(*.f64 (pow.f64 (/.f64 (cbrt.f64 c) b) #s(literal 2 binary64)) (/.f64 (cbrt.f64 c) b)) |
(pow.f64 (sqrt.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 (cbrt.f64 c) b) #s(literal 3 binary64)) |
(pow.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 c) (neg.f64 (pow.f64 b #s(literal 3 binary64)))) |
(/.f64 c (pow.f64 b #s(literal 3 binary64))) |
(cbrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (pow.f64 b #s(literal 3 binary64)) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))))) (sinh.f64 (log.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64)))))) |
(log.f64 (exp.f64 (/.f64 c (pow.f64 b #s(literal 3 binary64))))) |
(*.f64 (sqrt.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) (sqrt.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))))) |
(*.f64 (pow.f64 (cbrt.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) #s(literal 2 binary64)) (cbrt.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))))) |
(pow.f64 (sqrt.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) #s(literal 3 binary64)) |
(pow.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64)) |
(/.f64 (-.f64 (pow.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a)) #s(literal 2 binary64)) (pow.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64))) (-.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a)) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a)) #s(literal 3 binary64)) (pow.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a)) #s(literal 2 binary64)) (-.f64 (pow.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) #s(literal 2 binary64)) (*.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a)) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))))) |
(fma.f64 (sqrt.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a))) |
(fma.f64 (sqrt.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a))) (sqrt.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (cbrt.f64 (neg.f64 a)) b) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (neg.f64 a)) b) (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a))) |
(fma.f64 (pow.f64 (cbrt.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a))) #s(literal 2 binary64)) (cbrt.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(fma.f64 (*.f64 #s(literal -2 binary64) a) (*.f64 a (/.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))))) |
(+.f64 (cosh.f64 (log.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))))) (sinh.f64 (log.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))))) |
(+.f64 (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a)) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) |
(+.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) (*.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a))) |
(log.f64 (exp.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))))) |
(*.f64 (sqrt.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) (sqrt.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) |
(*.f64 (pow.f64 (/.f64 (cbrt.f64 (neg.f64 a)) b) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (neg.f64 a)) b)) |
(pow.f64 (sqrt.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (/.f64 (cbrt.f64 (neg.f64 a)) b) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (neg.f64 a)) (neg.f64 (pow.f64 b #s(literal 3 binary64)))) |
(/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) |
(neg.f64 (/.f64 a (pow.f64 b #s(literal 3 binary64)))) |
(cbrt.f64 (/.f64 (pow.f64 (neg.f64 a) #s(literal 3 binary64)) (pow.f64 (pow.f64 b #s(literal 3 binary64)) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) (sinh.f64 (log.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))))) |
(log.f64 (exp.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) |
(*.f64 (sqrt.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64)))) (sqrt.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64)) (cbrt.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))))) |
(pow.f64 (sqrt.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(pow.f64 (cbrt.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 c) (neg.f64 (pow.f64 b #s(literal 5 binary64)))) |
(/.f64 c (pow.f64 b #s(literal 5 binary64))) |
(cbrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (pow.f64 b #s(literal 5 binary64)) #s(literal 3 binary64)))) |
(cbrt.f64 (pow.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))))) |
(+.f64 (cosh.f64 (log.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))))) (sinh.f64 (log.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64)))))) |
(log.f64 (exp.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))))) |
Compiled 49 190 to 4 069 computations (91.7% saved)
32 alts after pruning (28 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 875 | 12 | 887 |
| Fresh | 5 | 16 | 21 |
| Picked | 3 | 2 | 5 |
| Done | 1 | 2 | 3 |
| Total | 884 | 32 | 916 |
| Status | Accuracy | Program |
|---|---|---|
| 9.9% | (pow.f64 (pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) | |
| ▶ | 47.8% | (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
| 17.7% | (/.f64 (fma.f64 b (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (*.f64 (*.f64 a a) #s(literal 4 binary64))) | |
| 23.8% | (/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) b) b)) (*.f64 #s(literal 2 binary64) a)) | |
| 23.5% | (/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) | |
| ▶ | 24.4% | (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
| 20.6% | (/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (*.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b) (*.f64 #s(literal 2 binary64) a))) | |
| 26.2% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (sqrt.f64 c)) (sqrt.f64 c) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 49.6% | (/.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)) |
| 32.0% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)))) (*.f64 #s(literal 2 binary64) a)) | |
| 24.9% | (/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b)))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 8.6% | (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
| 26.5% | (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (*.f64 (/.f64 a b) #s(literal -2 binary64)) c)) (*.f64 #s(literal 2 binary64) a)) | |
| 24.8% | (/.f64 #s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) a)) | |
| 42.3% | (*.f64 (pow.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) | |
| 22.4% | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) | |
| 22.4% | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) b)) (*.f64 #s(literal 2 binary64) a))) | |
| ▶ | 38.0% | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) |
| 12.7% | (exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)))) | |
| ✓ | 8.7% | #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
| 2.5% | #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal 1 binary64) (/.f64 b a))) | |
| ▶ | 38.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
| 32.0% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (*.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b))))) | |
| ✓ | 32.6% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
| 11.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 #s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) c (*.f64 (neg.f64 a) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) | |
| 37.7% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)))) | |
| 17.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 a) c) (*.f64 b b)) #s(literal 1 binary64))) b)) c)) | |
| 32.4% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 #s(literal -1 binary64) b)) c)) | |
| 31.2% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (neg.f64 (/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) b))) c)) | |
| 37.8% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) | |
| ▶ | 28.2% | #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))) |
| 32.3% | #s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 (fma.f64 (neg.f64 a) (*.f64 (/.f64 c b) (/.f64 c b)) (neg.f64 c)) b)) |
Compiled 1 988 to 1 374 computations (30.9% saved)
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) | |
| cost-diff | 0 | (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) | |
| cost-diff | 1 | (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) | |
| cost-diff | 13 | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) | |
| cost-diff | 0 | (*.f64 (*.f64 #s(literal -4 binary64) c) a) | |
| cost-diff | 0 | #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) | |
| cost-diff | 0 | (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) | |
| cost-diff | 0 | (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 0 | (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) | |
| cost-diff | 0 | (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b) | |
| cost-diff | 0 | (neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) | |
| cost-diff | 0 | #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))) | |
| cost-diff | 0 | (neg.f64 b) | |
| cost-diff | 0 | (/.f64 (neg.f64 b) a) | |
| cost-diff | 0 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) | |
| cost-diff | 0 | (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) | |
| cost-diff | 0 | (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 0 | (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) | |
| cost-diff | 3 | (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 53 | 473 |
| 0 | 86 | 449 |
| 1 | 172 | 430 |
| 2 | 458 | 424 |
| 3 | 1622 | 424 |
| 4 | 6478 | 424 |
| 0 | 8005 | 424 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 #s(literal -4 binary64) a) |
#s(literal -4 binary64) |
a |
c |
b |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
#s(literal 3 binary64) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 (neg.f64 b) a) |
(neg.f64 b) |
b |
a |
#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))) |
(neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b) |
(fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) |
a |
(/.f64 (*.f64 c c) (*.f64 b b)) |
(*.f64 c c) |
c |
(*.f64 b b) |
b |
(/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) |
(*.f64 (*.f64 #s(literal -4 binary64) c) a) |
(*.f64 #s(literal -4 binary64) c) |
#s(literal -4 binary64) |
c |
a |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 #s(literal -4 binary64) a) |
b |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) |
(sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 #s(literal -4 binary64) a) |
#s(literal -4 binary64) |
a |
c |
b |
(/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) |
(sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) |
(-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(*.f64 a #s(literal -4 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
| Outputs |
|---|
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) |
(cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(*.f64 #s(literal -4 binary64) a) |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -4 binary64) |
a |
c |
b |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
#s(literal 3 binary64) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 (neg.f64 b) a) |
(neg.f64 b) |
b |
a |
#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)) (/.f64 (*.f64 (fma.f64 (/.f64 a b) (/.f64 c b) #s(literal 1 binary64)) c) (neg.f64 b))) |
(neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(/.f64 (*.f64 (fma.f64 (/.f64 a b) (/.f64 c b) #s(literal 1 binary64)) c) (neg.f64 b)) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b) |
(*.f64 (fma.f64 (/.f64 a b) (/.f64 c b) #s(literal 1 binary64)) (/.f64 c b)) |
(fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) |
(*.f64 (fma.f64 (/.f64 a b) (/.f64 c b) #s(literal 1 binary64)) c) |
a |
(/.f64 (*.f64 c c) (*.f64 b b)) |
(*.f64 (/.f64 (/.f64 c b) b) c) |
(*.f64 c c) |
c |
(*.f64 b b) |
b |
(/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c a) #s(literal -4 binary64))) (*.f64 #s(literal 2 binary64) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) |
(/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c a) #s(literal -4 binary64))) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.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 #s(literal -4 binary64) c) |
(*.f64 c #s(literal -4 binary64)) |
#s(literal -4 binary64) |
c |
a |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(*.f64 #s(literal -4 binary64) a) |
(*.f64 a #s(literal -4 binary64)) |
b |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) |
(sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
(-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) |
(hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(*.f64 (*.f64 #s(literal -4 binary64) a) c) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(*.f64 #s(literal -4 binary64) a) |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -4 binary64) |
a |
c |
b |
(/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) |
(sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) |
(-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
(-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) |
(sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64)))) |
(fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(*.f64 (*.f64 c a) #s(literal -4 binary64)) |
(*.f64 a #s(literal -4 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 6.283882354762856 | (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) | |
| accuracy | 6.283882354762856 | (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) | |
| accuracy | 10.231403359245943 | (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) | |
| accuracy | 15.504099196490808 | (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) | |
| accuracy | 1.8672165745788376 | (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 6.283882354762856 | (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) | |
| accuracy | 10.231403359245943 | (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) | |
| accuracy | 10.347013377875953 | (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) | |
| accuracy | 0.4937480635819645 | (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b) | |
| accuracy | 2.9645063048948526 | (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) | |
| accuracy | 10.8867495563229 | (/.f64 (*.f64 c c) (*.f64 b b)) | |
| accuracy | 31.569816939822008 | #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))) | |
| accuracy | 0.0 | (/.f64 (neg.f64 b) a) | |
| accuracy | 0.0 | (neg.f64 b) | |
| accuracy | 30.505115838488813 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) | |
| accuracy | 1.8013820818557051 | (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 4.993478947525707 | (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) | |
| accuracy | 6.283882354762856 | (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) | |
| accuracy | 10.231403359245943 | (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
| 103.0ms | 86× | 0 | invalid |
| 79.0ms | 38× | 2 | valid |
| 62.0ms | 44× | 1 | valid |
| 43.0ms | 85× | 0 | valid |
| 4.0ms | 3× | 3 | valid |
Compiled 577 to 48 computations (91.7% saved)
ival-sqrt: 90.0ms (35.9% of total)ival-hypot: 46.0ms (18.3% of total)adjust: 40.0ms (15.9% of total)ival-mult: 28.0ms (11.2% of total)ival-div: 19.0ms (7.6% of total)ival-sub: 7.0ms (2.8% of total)ival-pow: 7.0ms (2.8% of total)ival-add: 7.0ms (2.8% of total)ival-neg: 3.0ms (1.2% of total)ival-cbrt: 2.0ms (0.8% of total)exact: 1.0ms (0.4% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 (neg.f64 b) a) |
(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))) |
(neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b) |
(fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) |
(/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) |
(*.f64 (*.f64 #s(literal -4 binary64) c) a) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) |
(sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(/.f64 (*.f64 c c) (*.f64 b b)) |
(-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
| Outputs |
|---|
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 3))) (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 5)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* a (+ (* -1/2 (/ (* a (* (pow (cbrt 1/2) 3) (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))))) b)) (* 1/16 (/ (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2)))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (pow (/ (* 1 (* (pow c 16) (pow (sqrt -4) 32))) (pow b 25)) 1/9) (* a (cbrt (cbrt 1/2))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* a (+ (* -1/24 (* (pow (/ (* 1 (* (pow c 16) (pow (sqrt -4) 32))) (pow b 25)) 1/9) (cbrt (cbrt 1/2)))) (* 1/3 (* (/ (* a (- (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))) (* 1/192 (* (pow (/ (* 1 (* (pow c 35) (pow (sqrt -4) 70))) (pow b 53)) 1/9) (cbrt (/ 1 (cbrt 1/2))))))) (cbrt 1/2)) (cbrt (/ (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* a (+ (* -1/24 (* (pow (/ (* 1 (* (pow c 16) (pow (sqrt -4) 32))) (pow b 25)) 1/9) (cbrt (cbrt 1/2)))) (* a (+ (* 1/3 (* (cbrt (/ (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))) (/ (- (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))) (* 1/192 (* (pow (/ (* 1 (* (pow c 35) (pow (sqrt -4) 70))) (pow b 53)) 1/9) (cbrt (/ 1 (cbrt 1/2)))))) (cbrt 1/2)))) (* 1/3 (* (/ (* a (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (+ (* -1/12 (* (pow (/ (* 1 (* (pow c 13) (pow (sqrt -4) 26))) (pow b 22)) 1/9) (* (cbrt (/ 1 (pow (cbrt 1/2) 5))) (- (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))) (* 1/192 (* (pow (/ (* 1 (* (pow c 35) (pow (sqrt -4) 70))) (pow b 53)) 1/9) (cbrt (/ 1 (cbrt 1/2))))))))) (* -1/13824 (* (cbrt (/ (* (pow c 16) (pow (sqrt -4) 32)) (pow b 25))) (/ 1 (pow (cbrt 1/2) 2))))))) (cbrt 1/2)) (cbrt (/ (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))))))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (* c (pow (sqrt -4) 2)) b))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/4 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/32 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5)))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))) |
#s(approx (/ (neg b) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (- (* -1 (/ (* a (pow c 2)) (pow b 3))) (/ c b)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ c b))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 c)) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (+ c (/ (* a (pow c 2)) (pow b 2))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -4 (/ b (* a (pow (sqrt -4) 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* -1 (/ (* a c) b))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* 2 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* a (+ (* 2 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -8 (/ b (pow (sqrt -4) 2))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* -2 (/ (* a c) b))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* 4 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* a (+ (* 4 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* (* -4 c) a) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/4 (/ (* a (* b (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))))) (* c (* (sqrt -4) (sqrt -1))))) (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b)) (* a (+ (* 1/4 (/ (* a (* b (- (+ (* -2 (/ (* (pow c 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow c 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow c 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* c (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4))))) (* c (* (sqrt -4) (sqrt -1)))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b)) (* a (+ (* 1/4 (/ (* b (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4))))) (* c (* (sqrt -4) (sqrt -1))))) (* a (+ (* 1/4 (/ (* a (* b (- (+ (* -1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6)))))) (pow b 2))) (+ (* -1/8 (/ (* (pow c 5) (pow (sqrt -4) 6)) (pow b 8))) (+ (* 1/2 (/ (* (pow c 5) (pow (sqrt -4) 4)) (pow b 8))) (/ (* c (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (pow b 2))))) (* 1/2 (/ (* (pow b 2) (* (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) (- (+ (* -2 (/ (* (pow c 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow c 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow c 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* c (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (- (+ (* -2 (/ (* (pow c 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow c 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow c 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* c (* (sqrt -4) (sqrt -1)))))))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* a (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* a (+ (* 1/32 (* (sqrt (/ (pow c 5) (* a (pow b 9)))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* a b) c)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow c 3) (pow (sqrt -4) 6)) (* a (* (pow b 5) (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (pow (cbrt 1/2) 3)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (* b (cbrt 1/2)))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (* b (cbrt 1/2)))) (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 5) (* c (pow (sqrt -4) 2))))) (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ a c) 1/18) (* (pow b 2) (pow (/ 1 (sqrt -4)) 1/9))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2))))) (* (cbrt 1/2) (+ (* -2/3 (* (pow 1 1/6) (* (pow (/ (pow a 5) (pow c 5)) 1/18) (* (* b (- (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ a c) 1/18) (* (pow b 2) (pow (/ 1 (sqrt -4)) 1/9))))))) (pow (/ 1 (pow (sqrt -4) 5)) 1/9))))) (* -1/27 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (pow b 3))))))) (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (* b (cbrt 1/2)))) (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 5) (* c (pow (sqrt -4) 2))))) (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ a c) 1/18) (* (pow b 2) (pow (/ 1 (sqrt -4)) 1/9))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (+ (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 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (/ (* a (pow c 2)) (pow b 3))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* a (- (* -1 (/ c (* a b))) (/ (pow c 2) (pow b 3)))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ (* a (pow c 2)) (pow b 3)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (/ (* a (pow c 2)) (pow b 2)))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* a (+ (/ c a) (/ (pow c 2) (pow b 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -2 (/ b (pow (sqrt -4) 2)))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (+ (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 2 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -4 (/ b (pow (sqrt -4) 2)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 3) (sqrt -4)))) (* -1 (* (sqrt (/ a c)) (/ (* b (- (* 2 (pow b 2)) (pow b 2))) (sqrt -4))))) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1)))) (/ (* b (pow (cbrt -1/2) 3)) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b (pow (cbrt -1/2) 3))) (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (* (pow (cbrt -1/2) 3) (sqrt -1)))))) a)) (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b (pow (cbrt -1/2) 3))) (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (* (pow (cbrt -1/2) 3) (sqrt -1))))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (* (pow (cbrt -1/2) 3) (sqrt -1)))))) a))) a)) (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* 1/3 (* (pow (/ -1 (* (pow a 8) c)) 1/9) (* (* b (cbrt -1/2)) (cbrt (/ 1 (pow (cbrt 2) 2)))))) (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1 (/ (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) c))) (/ (* (cbrt -1) (* (cbrt -1/2) (- (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/3 (* (pow (/ (* -1 a) c) 1/18) (* (pow b 2) (cbrt (/ 1 (cbrt 2))))))))) (pow (cbrt 2) 2)))) (* -1/3 (* (pow (/ (* -1 a) c) 1/9) (* (* b (cbrt -1/2)) (cbrt (/ 1 (pow (cbrt 2) 2))))))) a)) (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 2) c))) (/ (* (cbrt -1) (* (cbrt -1/2) (+ (* -2/3 (* (pow (/ (* -1 (pow a 5)) (pow c 5)) 1/18) (* (* b (- (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/3 (* (pow (/ (* -1 a) c) 1/18) (* (pow b 2) (cbrt (/ 1 (cbrt 2)))))))) (cbrt (/ 1 (pow (cbrt 2) 5)))))) (* -1/27 (* (cbrt (/ a c)) (/ (* (pow b 3) (cbrt -1)) (pow (cbrt 2) 2))))))) (pow (cbrt 2) 2)))) (* 1/3 (* (cbrt (/ a c)) (/ (* (cbrt -1) (* (cbrt -1/2) (- (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/3 (* (pow (/ (* -1 a) c) 1/18) (* (pow b 2) (cbrt (/ 1 (cbrt 2))))))))) (pow (cbrt 2) 2))))) a)) (* -1/3 (* (pow (/ (* -1 a) c) 1/9) (* (* b (cbrt -1/2)) (cbrt (/ 1 (pow (cbrt 2) 2))))))) a)) (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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 (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (* a (- (/ c (* a b)) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* -1 (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* -1 (* a (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1/2 b)) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -2 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -2 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a)) (* 2 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ b (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -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 (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (pow (* -1 (* a c)) 1/4) (sqrt 2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 7) (pow c 3))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow a 3))) (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* b (+ (* -1 (/ (pow (cbrt 1/2) 3) a)) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (pow (cbrt 1/2) 3)) (sqrt -4)))))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* b (+ (* -1 (/ (pow (cbrt 1/2) 3) a)) (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow (cbrt 1/2) 3) (sqrt -4)))))))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* b (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (cbrt 1/2))) (* 1/3 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (* b (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 35) c)) 1/18) (pow (/ 1 (sqrt -4)) 1/9))))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* b (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (cbrt 1/2))) (* b (+ (* -1/3 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (* b (* (cbrt 1/2) (+ (* -2/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 13) (pow c 5))) 1/18) (* (pow (/ 1 (pow (sqrt -4) 5)) 1/9) (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 35) c)) 1/18) (pow (/ 1 (sqrt -4)) 1/9))))))))) (* -1/27 (cbrt (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2))))))))))) (* 1/3 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 35) c)) 1/18) (pow (/ 1 (sqrt -4)) 1/9)))))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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) (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/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))))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (/ (- (* -1 (* (pow b 2) c)) (* a (pow c 2))) (pow b 3)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ (+ (* a (pow c 2)) (* (pow b 2) c)) (pow b 3)))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (/ (+ (* a (pow c 2)) (* (pow b 2) c)) (pow b 2)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* 2 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 2 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -4) 4)))))))) (* 2 (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* 4 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* a (* c (pow (sqrt -4) 4)))))))) (* 4 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (sqrt -4)))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* b (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (sqrt (/ 1 (sqrt -4))) (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (/ (* c c) (* b b)) #s(hole binary64 (/ (pow c 2) (pow b 2)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (/ (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 2))) (* 1/2 (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (/ (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 2) (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 4))) (* 1/2 (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (/ (+ (* -1/2 (/ (* (pow (cbrt 1/2) 3) (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))))) (* a (pow b 6)))) (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 2) (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 4))) (* 1/2 (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))))))) b))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (/ a (cbrt 1/2)) (cbrt (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 7))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (/ a (cbrt 1/2)) (cbrt (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 7))))) (+ (* 1/48 (* (/ (pow a 2) (cbrt 1/2)) (cbrt (/ (* (pow c 7) (pow (sqrt -4) 14)) (pow b 13))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (/ a (cbrt 1/2)) (cbrt (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 7))))) (+ (* -1/576 (* (/ (pow a 2) (pow (cbrt 1/2) 4)) (cbrt (/ (* (pow c 7) (pow (sqrt -4) 14)) (pow b 13))))) (+ (* 1/48 (* (/ (pow a 2) (cbrt 1/2)) (cbrt (/ (* (pow c 7) (pow (sqrt -4) 14)) (pow b 13))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/4 (* c (pow (sqrt -4) 2)))) b))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (/ (+ (* -1/4 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (pow b 6)))) (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (/ (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) b))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (* -1 (/ c (pow b 2))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (+ (* 2 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* (pow a 2) (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (* -2 (/ (* a c) (pow b 2))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (+ (* 4 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* 1/4 (/ (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (* (pow a 2) (* (pow b 2) (* c (* (sqrt -4) (sqrt -1))))))) (* 1/2 (* c (* (sqrt -4) (sqrt -1))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* 1/4 (/ (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (* (pow a 2) (* (pow b 2) (* c (* (sqrt -4) (sqrt -1))))))) (+ (* 1/4 (/ (- (+ (* -2 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 2)))) (+ (* -1/8 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 4)))))) (* 1/4 (/ (pow (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) 2) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (pow b 4) (* c (* (sqrt -4) (sqrt -1))))))) (* 1/2 (* c (* (sqrt -4) (sqrt -1)))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* 1/4 (/ (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (* (pow a 2) (* (pow b 2) (* c (* (sqrt -4) (sqrt -1))))))) (+ (* 1/4 (/ (- (+ (* -2 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 2)))) (+ (* -1/8 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 4)))))) (* 1/4 (/ (pow (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) 2) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (pow b 4) (* c (* (sqrt -4) (sqrt -1))))))) (+ (* 1/4 (/ (- (+ (* -1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))))))) (+ (* -1/8 (* (pow a 5) (* (pow c 5) (pow (sqrt -4) 6)))) (+ (* 1/2 (* (pow a 5) (* (pow c 5) (pow (sqrt -4) 4)))) (* a (* c (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))))))))) (* 1/2 (/ (* (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (- (+ (* -2 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 2)))) (+ (* -1/8 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 4)))))) (* 1/4 (/ (pow (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) 2) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (pow b 6) (* c (* (sqrt -4) (sqrt -1))))))) (* 1/2 (* c (* (sqrt -4) (sqrt -1))))))) b))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* -1/512 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (pow (sqrt 1/2) 3)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (/ (+ (* -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) (* c (* a -4)))) b) #s(hole binary64 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -2 (/ (* b (pow (cbrt 1/2) 3)) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* b (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (pow (cbrt 1/2) 3) a))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 4))) (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (pow (cbrt 1/2) 3) a)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 2) (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 6))) (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (pow (cbrt 1/2) 3) a))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* (cbrt (/ b a)) (* (cbrt 1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/6 (* (cbrt (/ (pow a 2) (pow b 8))) (/ (* c (* (cbrt 1/2) (pow (sqrt -4) 2))) (pow (cbrt 2) 2)))) (* (cbrt (/ 1 (* a (pow b 2)))) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/24 (* (cbrt (/ (pow a 5) (pow b 14))) (/ (* (pow c 2) (* (cbrt 1/2) (pow (sqrt -4) 4))) (pow (cbrt 2) 2)))) (+ (* 1/6 (* (cbrt (/ (pow a 2) (pow b 8))) (/ (* c (* (cbrt 1/2) (pow (sqrt -4) 2))) (pow (cbrt 2) 2)))) (* (cbrt (/ 1 (* a (pow b 2)))) (* (cbrt 1/2) (cbrt 2))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/24 (* (cbrt (/ (pow a 5) (pow b 14))) (/ (* (pow c 2) (* (cbrt 1/2) (pow (sqrt -4) 4))) (pow (cbrt 2) 2)))) (+ (* 1/6 (* (cbrt (/ (pow a 2) (pow b 8))) (/ (* c (* (cbrt 1/2) (pow (sqrt -4) 2))) (pow (cbrt 2) 2)))) (+ (* 1/3 (* (cbrt (/ (pow a 2) (pow b 20))) (/ (* (cbrt 1/2) (- (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6)))) (* 1/12 (/ (* a (* (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))) (pow (cbrt 2) 3))))) (pow (cbrt 2) 2)))) (* (cbrt (/ 1 (* a (pow b 2)))) (* (cbrt 1/2) (cbrt 2)))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#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 (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (/ (- (/ (* a (pow c 2)) (pow b 2)) (* -1 c)) b)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ c b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (+ (* 1/128 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 4 (/ (+ (* 1/128 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/8 (/ (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (* a (pow b 2)))) (/ 1 a)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/8 (/ (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (* a (pow b 2)))) (+ (* 1/8 (/ (- (+ (* -4 (* (pow a 2) (pow c 2))) (+ (* -1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* -1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))))) (* 1/16 (pow (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) 2))) (* a (pow b 4)))) (/ 1 a))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/8 (/ (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (* a (pow b 2)))) (+ (* 1/8 (/ (- (+ (* -8 (* (pow a 3) (pow c 3))) (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (+ (* 1/8 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))))) (* 1/8 (* (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (- (+ (* -4 (* (pow a 2) (pow c 2))) (+ (* -1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* -1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))))) (* 1/16 (pow (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) 2)))))) (* a (pow b 6)))) (+ (* 1/8 (/ (- (+ (* -4 (* (pow a 2) (pow c 2))) (+ (* -1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* -1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))))) (* 1/16 (pow (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) 2))) (* a (pow b 4)))) (/ 1 a)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (sqrt b) (* (sqrt -1) (sqrt 2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 5))))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b)))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (+ (* 1/32 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (pow (sqrt 2) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b))))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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 (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1/8 (/ (* a (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 3))) (* 1/2 (/ (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)) b)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* 1/2 (/ (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* a (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* 1/16 (/ (* (pow a 2) (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 5))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* 1/2 (/ (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* a (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* c (+ (* -1/2 (/ (* c (* (pow (cbrt 1/2) 3) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))))) (* a b))) (* 1/16 (/ (* (pow a 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6))) (pow b 5))))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* 1/48 (* (/ (* (pow a 2) (* (pow c 3) (* (cbrt 1/2) (pow (sqrt -4) 6)))) (pow b 5)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))) (* (pow c 3) (+ (* -1/6 (* (/ (* c (* (cbrt 1/2) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))))) (* a b)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* 1/48 (* (/ (* (pow a 2) (* (cbrt 1/2) (pow (sqrt -4) 6))) (pow b 5)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2)))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))) (* (pow c 3) (+ (* 1/48 (* (/ (* (pow a 2) (* (cbrt 1/2) (pow (sqrt -4) 6))) (pow b 5)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* c (+ (* -1/6 (* (/ (* c (* (cbrt 1/2) (+ (* -1/2 (/ (* a (* (pow (sqrt -4) 2) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))))) (pow b 2))) (* -1/64 (/ (* (pow a 5) (pow (sqrt -4) 10)) (pow b 8)))))) (* a b)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* -1/6 (* (/ (* (cbrt 1/2) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2)))))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (/ (* a (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (pow (sqrt -4) 2) b)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* (pow a 2) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/4 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b))) (* 1/32 (/ (* (pow a 2) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* c (+ (/ 1 b) (/ (* a c) (pow b 3)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* c (+ 1 (/ (* a c) (pow b 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* -1 (/ c b))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* 2 (* c (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* c (+ (* 2 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* (pow a 2) (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3))))))) (/ 1 b)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* 4 (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* c (+ (* 4 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/4 (/ (* b (* c (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* 1/2 (/ (* (sqrt -4) (sqrt -1)) b)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/2 (/ (* (sqrt -4) (sqrt -1)) b)) (* c (+ (* 1/4 (/ (* b (* c (- (+ (* -2 (/ (* (pow a 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow a 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow a 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/2 (/ (* (sqrt -4) (sqrt -1)) b)) (* c (+ (* 1/4 (/ (* b (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* c (+ (* 1/4 (/ (* b (* c (- (+ (* -1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6)))))) (pow b 2))) (+ (* -1/8 (/ (* (pow a 5) (pow (sqrt -4) 6)) (pow b 8))) (+ (* 1/2 (/ (* (pow a 5) (pow (sqrt -4) 4)) (pow b 8))) (/ (* a (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (pow b 2))))) (* 1/2 (/ (* (pow b 2) (* (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) (- (+ (* -2 (/ (* (pow a 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow a 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow a 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (- (+ (* -2 (/ (* (pow a 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow a 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow a 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))))))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* (pow a 5) c) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* c (+ (* 1/32 (* (sqrt (/ (pow a 5) (* (pow b 9) c))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* b c) a)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow a 3) (pow (sqrt -4) 6)) (* (pow b 5) (* c (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) (* a c))) (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -4))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -4)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (pow (cbrt 1/2) 3)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -4))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* c (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) (* (pow c 4) (pow (sqrt -4) 2))))) (* b (cbrt 1/2)))) (* (pow (/ 1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* c (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) (* (pow c 4) (pow (sqrt -4) 2))))) (* b (cbrt 1/2)))) (+ (* 1/6 (* (pow (/ 1 (* (pow a 7) (pow c 11))) 1/6) (* (* (pow b 2) (cbrt 1/2)) (cbrt (/ 1 (pow (sqrt -4) 5)))))) (* (pow (/ 1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* c (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) (* (pow c 4) (pow (sqrt -4) 2))))) (* b (cbrt 1/2)))) (+ (* 1/6 (* (pow (/ 1 (* (pow a 7) (pow c 11))) 1/6) (* (* (pow b 2) (cbrt 1/2)) (cbrt (/ 1 (pow (sqrt -4) 5)))))) (+ (* 1/3 (* (cbrt (/ a (* (pow c 13) (pow (sqrt -4) 2)))) (* (cbrt 1/2) (- (* -1/8 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 4) (pow (sqrt -4) 3)))) (* 1/3 (* (pow 1 1/6) (* (sqrt (/ (pow c 5) (pow a 3))) (/ (pow b 2) (sqrt -4))))))))) (* (pow (/ 1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (* (pow c 2) (+ (/ 1 (* b c)) (/ a (pow b 3))))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* (pow c 2) (+ (/ 1 (* b c)) (/ a (pow b 3)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* (pow c 2) (+ (/ 1 c) (/ a (pow b 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (- (* -1 (* (sqrt (/ c a)) (/ (pow b 3) (sqrt -4)))) (* -1 (* (sqrt (/ c a)) (/ (* b (- (* 2 (pow b 2)) (pow b 2))) (sqrt -4))))) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -1)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -1)))) (/ (* b (pow (cbrt 1/2) 3)) (* a c))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (* (pow (cbrt 1/2) 3) (sqrt -1)))))) c)) (* 2 (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -1))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (* (pow (cbrt 1/2) 3) (sqrt -1))))) (* 1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (* (pow (cbrt 1/2) 3) (sqrt -1)))))) c))) c)) (* 2 (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -1))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* (pow (/ (* -1 c) a) 1/6) (* (cbrt 1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 2) (pow c 4)))) (/ (* b (* (cbrt -1) (cbrt 1/2))) (pow (cbrt 2) 2)))) (* (pow (/ -1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (* (cbrt (/ (pow c 5) (pow a 2))) (/ (* b (* (cbrt -1) (cbrt 1/2))) (pow (cbrt 2) 2)))) (* -1/12 (* (pow (/ (* -1 (pow c 7)) (pow a 7)) 1/6) (/ (* (pow b 2) (cbrt 1/2)) (pow (cbrt 2) 2))))) (pow c 3))) (* (pow (/ -1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/12 (* (pow (/ (* -1 (pow c 13)) (pow a 7)) 1/6) (/ (* (pow b 2) (cbrt 1/2)) (pow (cbrt 2) 2)))) (* 1/3 (* (cbrt (/ a c)) (/ (* (cbrt -1) (* (cbrt 1/2) (- (* -1/64 (* (sqrt (/ (pow c 3) (pow a 5))) (* (pow b 4) (sqrt -1)))) (* 1/3 (* (pow 1 1/6) (* (sqrt (/ (pow c 5) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (cbrt 2) 3)))))))) (pow (cbrt 2) 2))))) c)) (* -1/3 (* (cbrt (/ (pow c 5) (pow a 2))) (/ (* b (* (cbrt -1) (cbrt 1/2))) (pow (cbrt 2) 2))))) (pow c 3))) (* (pow (/ -1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #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)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/16 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 3) (pow c 7))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow c 3))) (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) 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)))))))) |
9 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 25.0ms | a | @ | 0 | ((pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ (neg b) a) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (/ (+ (* a (/ (* c c) (* b b))) c) b) (+ (* a (/ (* c c) (* b b))) c) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (* (* -4 c) a) (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (sqrt (+ (* b b) (* c (* a -4)))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (sqrt (* (* -4 a) c)) (/ (* c c) (* b b)) (- (sqrt (+ (* b b) (* c (* a -4)))) b)) |
| 20.0ms | a | @ | -inf | ((pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ (neg b) a) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (/ (+ (* a (/ (* c c) (* b b))) c) b) (+ (* a (/ (* c c) (* b b))) c) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (* (* -4 c) a) (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (sqrt (+ (* b b) (* c (* a -4)))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (sqrt (* (* -4 a) c)) (/ (* c c) (* b b)) (- (sqrt (+ (* b b) (* c (* a -4)))) b)) |
| 17.0ms | b | @ | inf | ((pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ (neg b) a) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (/ (+ (* a (/ (* c c) (* b b))) c) b) (+ (* a (/ (* c c) (* b b))) c) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (* (* -4 c) a) (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (sqrt (+ (* b b) (* c (* a -4)))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (sqrt (* (* -4 a) c)) (/ (* c c) (* b b)) (- (sqrt (+ (* b b) (* c (* a -4)))) b)) |
| 13.0ms | b | @ | -inf | ((pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ (neg b) a) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (/ (+ (* a (/ (* c c) (* b b))) c) b) (+ (* a (/ (* c c) (* b b))) c) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (* (* -4 c) a) (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (sqrt (+ (* b b) (* c (* a -4)))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (sqrt (* (* -4 a) c)) (/ (* c c) (* b b)) (- (sqrt (+ (* b b) (* c (* a -4)))) b)) |
| 12.0ms | c | @ | inf | ((pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/ (neg b) a) (neg b) (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (/ (+ (* a (/ (* c c) (* b b))) c) b) (+ (* a (/ (* c c) (* b b))) c) (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (- (+ (* (* -4 a) c) (* b b)) (* b b)) (* (* -4 c) a) (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (sqrt (+ (* b b) (* c (* a -4)))) (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (sqrt (* (* -4 a) c)) (/ (* c c) (* b b)) (- (sqrt (+ (* b b) (* c (* a -4)))) b)) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 2880 | 47244661827 |
| 0 | 8381 | 21717 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 3))) (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 5)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* a (+ (* -1/2 (/ (* a (* (pow (cbrt 1/2) 3) (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))))) b)) (* 1/16 (/ (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2)))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (pow (/ (* 1 (* (pow c 16) (pow (sqrt -4) 32))) (pow b 25)) 1/9) (* a (cbrt (cbrt 1/2))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* a (+ (* -1/24 (* (pow (/ (* 1 (* (pow c 16) (pow (sqrt -4) 32))) (pow b 25)) 1/9) (cbrt (cbrt 1/2)))) (* 1/3 (* (/ (* a (- (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))) (* 1/192 (* (pow (/ (* 1 (* (pow c 35) (pow (sqrt -4) 70))) (pow b 53)) 1/9) (cbrt (/ 1 (cbrt 1/2))))))) (cbrt 1/2)) (cbrt (/ (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* a (+ (* -1/24 (* (pow (/ (* 1 (* (pow c 16) (pow (sqrt -4) 32))) (pow b 25)) 1/9) (cbrt (cbrt 1/2)))) (* a (+ (* 1/3 (* (cbrt (/ (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))) (/ (- (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))) (* 1/192 (* (pow (/ (* 1 (* (pow c 35) (pow (sqrt -4) 70))) (pow b 53)) 1/9) (cbrt (/ 1 (cbrt 1/2)))))) (cbrt 1/2)))) (* 1/3 (* (/ (* a (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (+ (* -1/12 (* (pow (/ (* 1 (* (pow c 13) (pow (sqrt -4) 26))) (pow b 22)) 1/9) (* (cbrt (/ 1 (pow (cbrt 1/2) 5))) (- (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))) (* 1/192 (* (pow (/ (* 1 (* (pow c 35) (pow (sqrt -4) 70))) (pow b 53)) 1/9) (cbrt (/ 1 (cbrt 1/2))))))))) (* -1/13824 (* (cbrt (/ (* (pow c 16) (pow (sqrt -4) 32)) (pow b 25))) (/ 1 (pow (cbrt 1/2) 2))))))) (cbrt 1/2)) (cbrt (/ (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))))))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (* c (pow (sqrt -4) 2)) b))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/4 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/32 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5)))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#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 b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))) |
#s(approx (/ (neg b) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (- (* -1 (/ (* a (pow c 2)) (pow b 3))) (/ c b)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ c b))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 c)) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (+ c (/ (* a (pow c 2)) (pow b 2))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -4 (/ b (* a (pow (sqrt -4) 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* -1 (/ (* a c) b))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* 2 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* a (+ (* 2 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -8 (/ b (pow (sqrt -4) 2))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* -2 (/ (* a c) b))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* 4 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* a (+ (* 4 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* (* -4 c) a) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/4 (/ (* a (* b (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))))) (* c (* (sqrt -4) (sqrt -1))))) (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b)) (* a (+ (* 1/4 (/ (* a (* b (- (+ (* -2 (/ (* (pow c 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow c 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow c 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* c (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4))))) (* c (* (sqrt -4) (sqrt -1)))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b)) (* a (+ (* 1/4 (/ (* b (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4))))) (* c (* (sqrt -4) (sqrt -1))))) (* a (+ (* 1/4 (/ (* a (* b (- (+ (* -1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6)))))) (pow b 2))) (+ (* -1/8 (/ (* (pow c 5) (pow (sqrt -4) 6)) (pow b 8))) (+ (* 1/2 (/ (* (pow c 5) (pow (sqrt -4) 4)) (pow b 8))) (/ (* c (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (pow b 2))))) (* 1/2 (/ (* (pow b 2) (* (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) (- (+ (* -2 (/ (* (pow c 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow c 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow c 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* c (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (- (+ (* -2 (/ (* (pow c 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow c 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow c 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* c (* (sqrt -4) (sqrt -1)))))))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* a (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* a (+ (* 1/32 (* (sqrt (/ (pow c 5) (* a (pow b 9)))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* a b) c)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow c 3) (pow (sqrt -4) 6)) (* a (* (pow b 5) (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (pow (cbrt 1/2) 3)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (* b (cbrt 1/2)))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (* b (cbrt 1/2)))) (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 5) (* c (pow (sqrt -4) 2))))) (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ a c) 1/18) (* (pow b 2) (pow (/ 1 (sqrt -4)) 1/9))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2))))) (* (cbrt 1/2) (+ (* -2/3 (* (pow 1 1/6) (* (pow (/ (pow a 5) (pow c 5)) 1/18) (* (* b (- (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ a c) 1/18) (* (pow b 2) (pow (/ 1 (sqrt -4)) 1/9))))))) (pow (/ 1 (pow (sqrt -4) 5)) 1/9))))) (* -1/27 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (pow b 3))))))) (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (* b (cbrt 1/2)))) (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 5) (* c (pow (sqrt -4) 2))))) (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ a c) 1/18) (* (pow b 2) (pow (/ 1 (sqrt -4)) 1/9))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (+ (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 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (/ (* a (pow c 2)) (pow b 3))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* a (- (* -1 (/ c (* a b))) (/ (pow c 2) (pow b 3)))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ (* a (pow c 2)) (pow b 3)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (/ (* a (pow c 2)) (pow b 2)))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* a (+ (/ c a) (/ (pow c 2) (pow b 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -2 (/ b (pow (sqrt -4) 2)))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (+ (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 2 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -4 (/ b (pow (sqrt -4) 2)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 3) (sqrt -4)))) (* -1 (* (sqrt (/ a c)) (/ (* b (- (* 2 (pow b 2)) (pow b 2))) (sqrt -4))))) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1)))) (/ (* b (pow (cbrt -1/2) 3)) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b (pow (cbrt -1/2) 3))) (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (* (pow (cbrt -1/2) 3) (sqrt -1)))))) a)) (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b (pow (cbrt -1/2) 3))) (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (* (pow (cbrt -1/2) 3) (sqrt -1))))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (* (pow (cbrt -1/2) 3) (sqrt -1)))))) a))) a)) (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* 1/3 (* (pow (/ -1 (* (pow a 8) c)) 1/9) (* (* b (cbrt -1/2)) (cbrt (/ 1 (pow (cbrt 2) 2)))))) (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1 (/ (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) c))) (/ (* (cbrt -1) (* (cbrt -1/2) (- (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/3 (* (pow (/ (* -1 a) c) 1/18) (* (pow b 2) (cbrt (/ 1 (cbrt 2))))))))) (pow (cbrt 2) 2)))) (* -1/3 (* (pow (/ (* -1 a) c) 1/9) (* (* b (cbrt -1/2)) (cbrt (/ 1 (pow (cbrt 2) 2))))))) a)) (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 2) c))) (/ (* (cbrt -1) (* (cbrt -1/2) (+ (* -2/3 (* (pow (/ (* -1 (pow a 5)) (pow c 5)) 1/18) (* (* b (- (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/3 (* (pow (/ (* -1 a) c) 1/18) (* (pow b 2) (cbrt (/ 1 (cbrt 2)))))))) (cbrt (/ 1 (pow (cbrt 2) 5)))))) (* -1/27 (* (cbrt (/ a c)) (/ (* (pow b 3) (cbrt -1)) (pow (cbrt 2) 2))))))) (pow (cbrt 2) 2)))) (* 1/3 (* (cbrt (/ a c)) (/ (* (cbrt -1) (* (cbrt -1/2) (- (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/3 (* (pow (/ (* -1 a) c) 1/18) (* (pow b 2) (cbrt (/ 1 (cbrt 2))))))))) (pow (cbrt 2) 2))))) a)) (* -1/3 (* (pow (/ (* -1 a) c) 1/9) (* (* b (cbrt -1/2)) (cbrt (/ 1 (pow (cbrt 2) 2))))))) a)) (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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 (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (* a (- (/ c (* a b)) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* -1 (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* -1 (* a (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1/2 b)) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -2 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -2 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a)) (* 2 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ b (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -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 (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (pow (* -1 (* a c)) 1/4) (sqrt 2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 7) (pow c 3))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow a 3))) (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* b (+ (* -1 (/ (pow (cbrt 1/2) 3) a)) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (pow (cbrt 1/2) 3)) (sqrt -4)))))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* b (+ (* -1 (/ (pow (cbrt 1/2) 3) a)) (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow (cbrt 1/2) 3) (sqrt -4)))))))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* b (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (cbrt 1/2))) (* 1/3 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (* b (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 35) c)) 1/18) (pow (/ 1 (sqrt -4)) 1/9))))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* b (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (cbrt 1/2))) (* b (+ (* -1/3 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (* b (* (cbrt 1/2) (+ (* -2/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 13) (pow c 5))) 1/18) (* (pow (/ 1 (pow (sqrt -4) 5)) 1/9) (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 35) c)) 1/18) (pow (/ 1 (sqrt -4)) 1/9))))))))) (* -1/27 (cbrt (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2))))))))))) (* 1/3 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 35) c)) 1/18) (pow (/ 1 (sqrt -4)) 1/9)))))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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) (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/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))))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (/ (- (* -1 (* (pow b 2) c)) (* a (pow c 2))) (pow b 3)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ (+ (* a (pow c 2)) (* (pow b 2) c)) (pow b 3)))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (/ (+ (* a (pow c 2)) (* (pow b 2) c)) (pow b 2)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* 2 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 2 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -4) 4)))))))) (* 2 (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* 4 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* a (* c (pow (sqrt -4) 4)))))))) (* 4 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (sqrt -4)))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* b (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (sqrt (/ 1 (sqrt -4))) (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (/ (* c c) (* b b)) #s(hole binary64 (/ (pow c 2) (pow b 2)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (/ (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 2))) (* 1/2 (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (/ (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 2) (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 4))) (* 1/2 (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (/ (+ (* -1/2 (/ (* (pow (cbrt 1/2) 3) (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))))) (* a (pow b 6)))) (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 2) (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 4))) (* 1/2 (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))))))) b))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (/ a (cbrt 1/2)) (cbrt (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 7))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (/ a (cbrt 1/2)) (cbrt (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 7))))) (+ (* 1/48 (* (/ (pow a 2) (cbrt 1/2)) (cbrt (/ (* (pow c 7) (pow (sqrt -4) 14)) (pow b 13))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (/ a (cbrt 1/2)) (cbrt (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 7))))) (+ (* -1/576 (* (/ (pow a 2) (pow (cbrt 1/2) 4)) (cbrt (/ (* (pow c 7) (pow (sqrt -4) 14)) (pow b 13))))) (+ (* 1/48 (* (/ (pow a 2) (cbrt 1/2)) (cbrt (/ (* (pow c 7) (pow (sqrt -4) 14)) (pow b 13))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/4 (* c (pow (sqrt -4) 2)))) b))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (/ (+ (* -1/4 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (pow b 6)))) (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (/ (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) b))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (* -1 (/ c (pow b 2))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (+ (* 2 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* (pow a 2) (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (* -2 (/ (* a c) (pow b 2))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (+ (* 4 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* 1/4 (/ (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (* (pow a 2) (* (pow b 2) (* c (* (sqrt -4) (sqrt -1))))))) (* 1/2 (* c (* (sqrt -4) (sqrt -1))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* 1/4 (/ (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (* (pow a 2) (* (pow b 2) (* c (* (sqrt -4) (sqrt -1))))))) (+ (* 1/4 (/ (- (+ (* -2 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 2)))) (+ (* -1/8 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 4)))))) (* 1/4 (/ (pow (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) 2) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (pow b 4) (* c (* (sqrt -4) (sqrt -1))))))) (* 1/2 (* c (* (sqrt -4) (sqrt -1)))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* 1/4 (/ (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (* (pow a 2) (* (pow b 2) (* c (* (sqrt -4) (sqrt -1))))))) (+ (* 1/4 (/ (- (+ (* -2 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 2)))) (+ (* -1/8 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 4)))))) (* 1/4 (/ (pow (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) 2) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (pow b 4) (* c (* (sqrt -4) (sqrt -1))))))) (+ (* 1/4 (/ (- (+ (* -1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))))))) (+ (* -1/8 (* (pow a 5) (* (pow c 5) (pow (sqrt -4) 6)))) (+ (* 1/2 (* (pow a 5) (* (pow c 5) (pow (sqrt -4) 4)))) (* a (* c (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))))))))) (* 1/2 (/ (* (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (- (+ (* -2 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 2)))) (+ (* -1/8 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 4)))))) (* 1/4 (/ (pow (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) 2) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (pow b 6) (* c (* (sqrt -4) (sqrt -1))))))) (* 1/2 (* c (* (sqrt -4) (sqrt -1))))))) b))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* -1/512 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (pow (sqrt 1/2) 3)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (/ (+ (* -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) (* c (* a -4)))) b) #s(hole binary64 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -2 (/ (* b (pow (cbrt 1/2) 3)) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* b (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (pow (cbrt 1/2) 3) a))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 4))) (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (pow (cbrt 1/2) 3) a)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 2) (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 6))) (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (pow (cbrt 1/2) 3) a))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* (cbrt (/ b a)) (* (cbrt 1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/6 (* (cbrt (/ (pow a 2) (pow b 8))) (/ (* c (* (cbrt 1/2) (pow (sqrt -4) 2))) (pow (cbrt 2) 2)))) (* (cbrt (/ 1 (* a (pow b 2)))) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/24 (* (cbrt (/ (pow a 5) (pow b 14))) (/ (* (pow c 2) (* (cbrt 1/2) (pow (sqrt -4) 4))) (pow (cbrt 2) 2)))) (+ (* 1/6 (* (cbrt (/ (pow a 2) (pow b 8))) (/ (* c (* (cbrt 1/2) (pow (sqrt -4) 2))) (pow (cbrt 2) 2)))) (* (cbrt (/ 1 (* a (pow b 2)))) (* (cbrt 1/2) (cbrt 2))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/24 (* (cbrt (/ (pow a 5) (pow b 14))) (/ (* (pow c 2) (* (cbrt 1/2) (pow (sqrt -4) 4))) (pow (cbrt 2) 2)))) (+ (* 1/6 (* (cbrt (/ (pow a 2) (pow b 8))) (/ (* c (* (cbrt 1/2) (pow (sqrt -4) 2))) (pow (cbrt 2) 2)))) (+ (* 1/3 (* (cbrt (/ (pow a 2) (pow b 20))) (/ (* (cbrt 1/2) (- (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6)))) (* 1/12 (/ (* a (* (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))) (pow (cbrt 2) 3))))) (pow (cbrt 2) 2)))) (* (cbrt (/ 1 (* a (pow b 2)))) (* (cbrt 1/2) (cbrt 2)))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#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 (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (/ (- (/ (* a (pow c 2)) (pow b 2)) (* -1 c)) b)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ c b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (+ (* 1/128 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 4 (/ (+ (* 1/128 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/8 (/ (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (* a (pow b 2)))) (/ 1 a)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/8 (/ (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (* a (pow b 2)))) (+ (* 1/8 (/ (- (+ (* -4 (* (pow a 2) (pow c 2))) (+ (* -1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* -1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))))) (* 1/16 (pow (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) 2))) (* a (pow b 4)))) (/ 1 a))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/8 (/ (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (* a (pow b 2)))) (+ (* 1/8 (/ (- (+ (* -8 (* (pow a 3) (pow c 3))) (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (+ (* 1/8 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))))) (* 1/8 (* (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (- (+ (* -4 (* (pow a 2) (pow c 2))) (+ (* -1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* -1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))))) (* 1/16 (pow (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) 2)))))) (* a (pow b 6)))) (+ (* 1/8 (/ (- (+ (* -4 (* (pow a 2) (pow c 2))) (+ (* -1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* -1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))))) (* 1/16 (pow (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) 2))) (* a (pow b 4)))) (/ 1 a)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (sqrt b) (* (sqrt -1) (sqrt 2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 5))))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b)))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (+ (* 1/32 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (pow (sqrt 2) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b))))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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 (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1/8 (/ (* a (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 3))) (* 1/2 (/ (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)) b)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* 1/2 (/ (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* a (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* 1/16 (/ (* (pow a 2) (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 5))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* 1/2 (/ (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* a (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* c (+ (* -1/2 (/ (* c (* (pow (cbrt 1/2) 3) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))))) (* a b))) (* 1/16 (/ (* (pow a 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6))) (pow b 5))))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* 1/48 (* (/ (* (pow a 2) (* (pow c 3) (* (cbrt 1/2) (pow (sqrt -4) 6)))) (pow b 5)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))) (* (pow c 3) (+ (* -1/6 (* (/ (* c (* (cbrt 1/2) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))))) (* a b)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* 1/48 (* (/ (* (pow a 2) (* (cbrt 1/2) (pow (sqrt -4) 6))) (pow b 5)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2)))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))) (* (pow c 3) (+ (* 1/48 (* (/ (* (pow a 2) (* (cbrt 1/2) (pow (sqrt -4) 6))) (pow b 5)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* c (+ (* -1/6 (* (/ (* c (* (cbrt 1/2) (+ (* -1/2 (/ (* a (* (pow (sqrt -4) 2) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))))) (pow b 2))) (* -1/64 (/ (* (pow a 5) (pow (sqrt -4) 10)) (pow b 8)))))) (* a b)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* -1/6 (* (/ (* (cbrt 1/2) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2)))))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (/ (* a (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (pow (sqrt -4) 2) b)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* (pow a 2) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/4 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b))) (* 1/32 (/ (* (pow a 2) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* c (+ (/ 1 b) (/ (* a c) (pow b 3)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* c (+ 1 (/ (* a c) (pow b 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* -1 (/ c b))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* 2 (* c (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* c (+ (* 2 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* (pow a 2) (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3))))))) (/ 1 b)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* 4 (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* c (+ (* 4 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/4 (/ (* b (* c (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* 1/2 (/ (* (sqrt -4) (sqrt -1)) b)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/2 (/ (* (sqrt -4) (sqrt -1)) b)) (* c (+ (* 1/4 (/ (* b (* c (- (+ (* -2 (/ (* (pow a 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow a 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow a 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/2 (/ (* (sqrt -4) (sqrt -1)) b)) (* c (+ (* 1/4 (/ (* b (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* c (+ (* 1/4 (/ (* b (* c (- (+ (* -1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6)))))) (pow b 2))) (+ (* -1/8 (/ (* (pow a 5) (pow (sqrt -4) 6)) (pow b 8))) (+ (* 1/2 (/ (* (pow a 5) (pow (sqrt -4) 4)) (pow b 8))) (/ (* a (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (pow b 2))))) (* 1/2 (/ (* (pow b 2) (* (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) (- (+ (* -2 (/ (* (pow a 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow a 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow a 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (- (+ (* -2 (/ (* (pow a 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow a 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow a 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))))))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* (pow a 5) c) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* c (+ (* 1/32 (* (sqrt (/ (pow a 5) (* (pow b 9) c))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* b c) a)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow a 3) (pow (sqrt -4) 6)) (* (pow b 5) (* c (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) (* a c))) (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -4))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -4)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (pow (cbrt 1/2) 3)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -4))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* c (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) (* (pow c 4) (pow (sqrt -4) 2))))) (* b (cbrt 1/2)))) (* (pow (/ 1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* c (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) (* (pow c 4) (pow (sqrt -4) 2))))) (* b (cbrt 1/2)))) (+ (* 1/6 (* (pow (/ 1 (* (pow a 7) (pow c 11))) 1/6) (* (* (pow b 2) (cbrt 1/2)) (cbrt (/ 1 (pow (sqrt -4) 5)))))) (* (pow (/ 1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* c (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) (* (pow c 4) (pow (sqrt -4) 2))))) (* b (cbrt 1/2)))) (+ (* 1/6 (* (pow (/ 1 (* (pow a 7) (pow c 11))) 1/6) (* (* (pow b 2) (cbrt 1/2)) (cbrt (/ 1 (pow (sqrt -4) 5)))))) (+ (* 1/3 (* (cbrt (/ a (* (pow c 13) (pow (sqrt -4) 2)))) (* (cbrt 1/2) (- (* -1/8 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 4) (pow (sqrt -4) 3)))) (* 1/3 (* (pow 1 1/6) (* (sqrt (/ (pow c 5) (pow a 3))) (/ (pow b 2) (sqrt -4))))))))) (* (pow (/ 1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (* (pow c 2) (+ (/ 1 (* b c)) (/ a (pow b 3))))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* (pow c 2) (+ (/ 1 (* b c)) (/ a (pow b 3)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* (pow c 2) (+ (/ 1 c) (/ a (pow b 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (- (* -1 (* (sqrt (/ c a)) (/ (pow b 3) (sqrt -4)))) (* -1 (* (sqrt (/ c a)) (/ (* b (- (* 2 (pow b 2)) (pow b 2))) (sqrt -4))))) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -1)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -1)))) (/ (* b (pow (cbrt 1/2) 3)) (* a c))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (* (pow (cbrt 1/2) 3) (sqrt -1)))))) c)) (* 2 (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -1))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (* (pow (cbrt 1/2) 3) (sqrt -1))))) (* 1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (* (pow (cbrt 1/2) 3) (sqrt -1)))))) c))) c)) (* 2 (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -1))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* (pow (/ (* -1 c) a) 1/6) (* (cbrt 1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 2) (pow c 4)))) (/ (* b (* (cbrt -1) (cbrt 1/2))) (pow (cbrt 2) 2)))) (* (pow (/ -1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (* (cbrt (/ (pow c 5) (pow a 2))) (/ (* b (* (cbrt -1) (cbrt 1/2))) (pow (cbrt 2) 2)))) (* -1/12 (* (pow (/ (* -1 (pow c 7)) (pow a 7)) 1/6) (/ (* (pow b 2) (cbrt 1/2)) (pow (cbrt 2) 2))))) (pow c 3))) (* (pow (/ -1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/12 (* (pow (/ (* -1 (pow c 13)) (pow a 7)) 1/6) (/ (* (pow b 2) (cbrt 1/2)) (pow (cbrt 2) 2)))) (* 1/3 (* (cbrt (/ a c)) (/ (* (cbrt -1) (* (cbrt 1/2) (- (* -1/64 (* (sqrt (/ (pow c 3) (pow a 5))) (* (pow b 4) (sqrt -1)))) (* 1/3 (* (pow 1 1/6) (* (sqrt (/ (pow c 5) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (cbrt 2) 3)))))))) (pow (cbrt 2) 2))))) c)) (* -1/3 (* (cbrt (/ (pow c 5) (pow a 2))) (/ (* b (* (cbrt -1) (cbrt 1/2))) (pow (cbrt 2) 2))))) (pow c 3))) (* (pow (/ -1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #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)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/16 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) #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) (* c (* a -4)))) #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 (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 3) (pow c 7))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow c 3))) (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) 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)))))))) |
| Outputs |
|---|
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 3))) (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) b)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 5)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 a (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 c #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) b)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* a (+ (* -1/2 (/ (* a (* (pow (cbrt 1/2) 3) (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))))) b)) (* 1/16 (/ (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6))) (pow b 5)))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 a #s(literal 1/2 binary64)) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64))) b) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 c c) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) b)))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2)))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (cbrt.f64 (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64)))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (pow (/ (* 1 (* (pow c 16) (pow (sqrt -4) 32))) (pow b 25)) 1/9) (* a (cbrt (cbrt 1/2))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (*.f64 #s(literal -1/24 binary64) (pow.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 16 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 32 binary64))) (pow.f64 b #s(literal 25 binary64))) #s(literal 1/9 binary64))) (*.f64 a (cbrt.f64 (cbrt.f64 #s(literal 1/2 binary64)))) (*.f64 (cbrt.f64 (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* a (+ (* -1/24 (* (pow (/ (* 1 (* (pow c 16) (pow (sqrt -4) 32))) (pow b 25)) 1/9) (cbrt (cbrt 1/2)))) (* 1/3 (* (/ (* a (- (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))) (* 1/192 (* (pow (/ (* 1 (* (pow c 35) (pow (sqrt -4) 70))) (pow b 53)) 1/9) (cbrt (/ 1 (cbrt 1/2))))))) (cbrt 1/2)) (cbrt (/ (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 a (fma.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (-.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal 1/192 binary64) (*.f64 (pow.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 35 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 70 binary64))) (pow.f64 b #s(literal 53 binary64))) #s(literal 1/9 binary64)) (cbrt.f64 (/.f64 #s(literal 1 binary64) (cbrt.f64 #s(literal 1/2 binary64))))))) (cbrt.f64 #s(literal 1/2 binary64))))) (cbrt.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (pow.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 16 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 32 binary64))) (pow.f64 b #s(literal 25 binary64))) #s(literal 1/9 binary64)) (cbrt.f64 (cbrt.f64 #s(literal 1/2 binary64)))))) (*.f64 (cbrt.f64 (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* a (+ (* -1/24 (* (pow (/ (* 1 (* (pow c 16) (pow (sqrt -4) 32))) (pow b 25)) 1/9) (cbrt (cbrt 1/2)))) (* a (+ (* 1/3 (* (cbrt (/ (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))) (/ (- (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))) (* 1/192 (* (pow (/ (* 1 (* (pow c 35) (pow (sqrt -4) 70))) (pow b 53)) 1/9) (cbrt (/ 1 (cbrt 1/2)))))) (cbrt 1/2)))) (* 1/3 (* (/ (* a (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (+ (* -1/12 (* (pow (/ (* 1 (* (pow c 13) (pow (sqrt -4) 26))) (pow b 22)) 1/9) (* (cbrt (/ 1 (pow (cbrt 1/2) 5))) (- (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))) (* 1/192 (* (pow (/ (* 1 (* (pow c 35) (pow (sqrt -4) 70))) (pow b 53)) 1/9) (cbrt (/ 1 (cbrt 1/2))))))))) (* -1/13824 (* (cbrt (/ (* (pow c 16) (pow (sqrt -4) 32)) (pow b 25))) (/ 1 (pow (cbrt 1/2) 2))))))) (cbrt 1/2)) (cbrt (/ (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))))))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 a (fma.f64 a (fma.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 a (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) (fma.f64 (*.f64 #s(literal -1/12 binary64) (pow.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 13 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 26 binary64))) (pow.f64 b #s(literal 22 binary64))) #s(literal 1/9 binary64))) (*.f64 (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64)))) (-.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal 1/192 binary64) (*.f64 (pow.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 35 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 70 binary64))) (pow.f64 b #s(literal 53 binary64))) #s(literal 1/9 binary64)) (cbrt.f64 (/.f64 #s(literal 1 binary64) (cbrt.f64 #s(literal 1/2 binary64)))))))) (*.f64 (*.f64 #s(literal -1/13824 binary64) (cbrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 16 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 32 binary64))) (pow.f64 b #s(literal 25 binary64))))) (/.f64 #s(literal 1 binary64) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64)))))) (cbrt.f64 #s(literal 1/2 binary64))))) (cbrt.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (*.f64 (*.f64 #s(literal 1/3 binary64) (cbrt.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (/.f64 (-.f64 (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal 1/192 binary64) (*.f64 (pow.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 35 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 70 binary64))) (pow.f64 b #s(literal 53 binary64))) #s(literal 1/9 binary64)) (cbrt.f64 (/.f64 #s(literal 1 binary64) (cbrt.f64 #s(literal 1/2 binary64))))))) (cbrt.f64 #s(literal 1/2 binary64))))) (*.f64 #s(literal -1/24 binary64) (*.f64 (pow.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 16 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 32 binary64))) (pow.f64 b #s(literal 25 binary64))) #s(literal 1/9 binary64)) (cbrt.f64 (cbrt.f64 #s(literal 1/2 binary64)))))) (*.f64 (cbrt.f64 (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (* c (pow (sqrt -4) 2)) b))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 a (fma.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/16 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/4 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/32 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5)))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/4 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) (*.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 a (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* a (* (pow c 3) (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 a (fma.f64 a (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 c #s(literal 3 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)) (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 4)) (pow b 3))) (* a (+ (* -1/2 (/ (* a (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 a (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) 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)) (/.f64 (neg.f64 c) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(literal -1 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) (/.f64 (neg.f64 c) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (/ c b)) (* a (+ (* -1 (/ (pow c 2) (pow b 3))) (* a (+ (* -2 (/ (pow c 3) (pow b 5))) (* -1/4 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b))))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/4 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) (/.f64 (*.f64 #s(literal -2 binary64) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))) (/.f64 (neg.f64 c) b))) |
#s(approx (/ (neg b) a) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (/ (neg b) a) (/.f64 (neg.f64 b) a)) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (/ c b)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (/.f64 (neg.f64 c) b)) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (- (* -1 (/ (* a (pow c 2)) (pow b 3))) (/ c b)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (-.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 3 binary64)))) (/.f64 c b))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ c b))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (/.f64 c b)) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (+ (/ c b) (/ (* a (pow c 2)) (pow b 3))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 c)) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) c) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (+ c (/ (* a (pow c 2)) (pow b 2))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) (fma.f64 a (*.f64 (/.f64 c b) (/.f64 c b)) c)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -4 (/ b (* a (pow (sqrt -4) 2)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal -4 binary64) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* -1 (/ (* a c) b))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (neg.f64 (*.f64 a (/.f64 c b)))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* 2 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 a (fma.f64 (*.f64 #s(literal 2 binary64) a) (*.f64 (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64)) (/.f64 (neg.f64 c) b)) (*.f64 #s(literal -4 binary64) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -4 (/ b (pow (sqrt -4) 2))) (* a (+ (* -1 (/ c b)) (* a (+ (* 2 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 a (fma.f64 a (*.f64 #s(literal 2 binary64) (fma.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 b c) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64))) (*.f64 b b)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64)))) (/.f64 (neg.f64 c) b)) (*.f64 #s(literal -4 binary64) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -8 (/ b (pow (sqrt -4) 2))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 #s(literal -8 binary64) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* -2 (/ (* a c) b))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c b)) (*.f64 #s(literal -8 binary64) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* 4 (* a (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 a (fma.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 c b))) (*.f64 #s(literal -8 binary64) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* a (+ (* -2 (/ c b)) (* a (+ (* 4 (* a (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (* c (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow c 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 a (fma.f64 a (*.f64 #s(literal 4 binary64) (fma.f64 a (fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 b c) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64))) (*.f64 b b)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 c b))) (*.f64 #s(literal -8 binary64) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
#s(approx (* (* -4 c) a) #s(hole binary64 (* -4 (* a c)))) |
#s(approx (* (* -4 c) a) (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) b)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/4 (/ (* a (* b (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))))) (* c (* (sqrt -4) (sqrt -1))))) (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (fma.f64 #s(literal 1/4 binary64) (*.f64 a (*.f64 (/.f64 b c) (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b)) (* a (+ (* 1/4 (/ (* a (* b (- (+ (* -2 (/ (* (pow c 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow c 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow c 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* c (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4))))) (* c (* (sqrt -4) (sqrt -1)))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (fma.f64 a (*.f64 #s(literal 1/4 binary64) (fma.f64 (/.f64 a c) (/.f64 (*.f64 b (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) #s(literal 2 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (/.f64 b c) (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (/ (* c (* (sqrt -4) (sqrt -1))) b)) (* a (+ (* 1/4 (/ (* b (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4))))) (* c (* (sqrt -4) (sqrt -1))))) (* a (+ (* 1/4 (/ (* a (* b (- (+ (* -1/4 (/ (* c (* (pow (sqrt -4) 2) (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6)))))) (pow b 2))) (+ (* -1/8 (/ (* (pow c 5) (pow (sqrt -4) 6)) (pow b 8))) (+ (* 1/2 (/ (* (pow c 5) (pow (sqrt -4) 4)) (pow b 8))) (/ (* c (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))))) (pow b 2))))) (* 1/2 (/ (* (pow b 2) (* (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) (- (+ (* -2 (/ (* (pow c 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow c 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow c 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* c (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (- (+ (* -2 (/ (* (pow c 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow c 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow c 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow c 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow c 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* c (* (sqrt -4) (sqrt -1)))))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (fma.f64 a (fma.f64 a (*.f64 #s(literal 1/4 binary64) (fma.f64 (/.f64 a c) (/.f64 (*.f64 b (-.f64 (fma.f64 #s(literal -1/4 binary64) (*.f64 c (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64))) (*.f64 b b))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 8 binary64))) (fma.f64 c (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 8 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) #s(literal 2 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) (*.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (/.f64 b c) (/.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 c c)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) #s(literal 2 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 b c) (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) b))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 b)) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) b) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ b (* -2 (/ (* a c) b))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c b)) b)) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) (fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))) b)) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (+ (* b b) (* c (* a -4)))) (fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 c b))) b)) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (/.f64 c b))) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (/.f64 c b))) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* a (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 a a) (fma.f64 #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 a (pow.f64 c #s(literal 5 binary64))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (/.f64 c b))) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow a 2) (+ (* -1/16 (* (sqrt (/ (pow c 3) (* a (pow b 5)))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* a (+ (* 1/32 (* (sqrt (/ (pow c 5) (* a (pow b 9)))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* a b) c)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow c 3) (pow (sqrt -4) 6)) (* a (* (pow b 5) (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 a a) (fma.f64 a (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (*.f64 a b) c))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b) (*.f64 #s(literal -1/256 binary64) (*.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)) (*.f64 (pow.f64 b #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64))))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) a) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (/.f64 c b))) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (* (* -4 a) c)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -2 (/ (* a c) b)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c b)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 c b))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64)))) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 c b))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -2 (/ c b)) (* a (+ (* -2 (/ (pow c 2) (pow b 3))) (* a (+ (* -4 (/ (pow c 3) (pow b 5))) (* -1/2 (/ (* a (+ (* 4 (/ (pow c 4) (pow b 6))) (* 16 (/ (pow c 4) (pow b 6))))) b)))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 a (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/2 binary64) (*.f64 a (/.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (pow.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 c b))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (neg.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (+.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 (*.f64 b b) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))))) (neg.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 4) (pow (cbrt 1/2) 3)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a) (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 (*.f64 b b) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (pow.f64 (/.f64 c a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (* b (cbrt 1/2)))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 8 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) #s(literal 1/9 binary64))) (*.f64 b (cbrt.f64 #s(literal 1/2 binary64))) (*.f64 (pow.f64 (/.f64 c a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (* b (cbrt 1/2)))) (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 5) (* c (pow (sqrt -4) 2))))) (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ a c) 1/18) (* (pow b 2) (pow (/ 1 (sqrt -4)) 1/9))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 8 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) #s(literal 1/9 binary64))) (*.f64 b (cbrt.f64 #s(literal 1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/3 binary64) (cbrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 a c) #s(literal 1/18 binary64))) (*.f64 (*.f64 b b) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/9 binary64))))))) (*.f64 (pow.f64 (/.f64 c a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2))))) (* (cbrt 1/2) (+ (* -2/3 (* (pow 1 1/6) (* (pow (/ (pow a 5) (pow c 5)) 1/18) (* (* b (- (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ a c) 1/18) (* (pow b 2) (pow (/ 1 (sqrt -4)) 1/9))))))) (pow (/ 1 (pow (sqrt -4) 5)) 1/9))))) (* -1/27 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (pow b 3))))))) (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (* b (cbrt 1/2)))) (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 5) (* c (pow (sqrt -4) 2))))) (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ a c)) (/ (pow b 2) (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ a c) 1/18) (* (pow b 2) (pow (/ 1 (sqrt -4)) 1/9))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (*.f64 #s(literal -1/3 binary64) (cbrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 8 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (fma.f64 #s(literal -2/3 binary64) (*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))) #s(literal 1/18 binary64))) (*.f64 (*.f64 b (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 a c) #s(literal 1/18 binary64))) (*.f64 (*.f64 b b) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/9 binary64))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/9 binary64)))) (*.f64 #s(literal -1/27 binary64) (*.f64 (cbrt.f64 (/.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (pow.f64 b #s(literal 3 binary64)))))) (fma.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 8 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) #s(literal 1/9 binary64))) (*.f64 b (cbrt.f64 #s(literal 1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/3 binary64) (cbrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 a c) #s(literal 1/18 binary64))) (*.f64 (*.f64 b b) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/9 binary64))))))) (*.f64 (pow.f64 (/.f64 c a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a)))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 a (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) a)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 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)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.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)) #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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (/ (* a (pow c 2)) (pow b 3))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (neg.f64 (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 3 binary64))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* a (- (* -1 (/ c (* a b))) (/ (pow c 2) (pow b 3)))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (*.f64 a (-.f64 (/.f64 (neg.f64 c) (*.f64 a b)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ (* a (pow c 2)) (pow b 3)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3)))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (*.f64 a (+.f64 (/.f64 (/.f64 c a) b) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (/ (* a (pow c 2)) (pow b 2)))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* a (+ (/ c a) (/ (pow c 2) (pow b 2)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) (*.f64 a (fma.f64 (/.f64 c b) (/.f64 c b) (/.f64 c a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -2 (/ b (pow (sqrt -4) 2)))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a)))) a)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -2 (/ b (pow (sqrt -4) 2))) (+ (* 2 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 2 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (pow.f64 a #s(literal 3 binary64)))))) a)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* -4 (/ b (pow (sqrt -4) 2)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 #s(literal -4 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow a 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow a 2) (pow b 3)) (* c (pow (sqrt -4) 4)))) (* (sqrt (/ a c)) (/ (* b (+ (* -1 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow a 3) c)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow a 3)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 4 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (*.f64 a a)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (pow.f64 a #s(literal 3 binary64))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 5) c))) (/ (- (* -1 (* (sqrt (/ a c)) (/ (pow b 3) (sqrt -4)))) (* -1 (* (sqrt (/ a c)) (/ (* b (- (* 2 (pow b 2)) (pow b 2))) (sqrt -4))))) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (/.f64 (pow.f64 b #s(literal 3 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))))))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (pow.f64 (*.f64 a c) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 a (fma.f64 (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64)) b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 a (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (*.f64 b (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))) (*.f64 (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* a (+ (* -1/2 (* (pow (/ 1 (* (pow a 5) c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 7) (pow c 3))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 c) (pow a 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 a (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (*.f64 b (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))) (*.f64 (pow.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* (sqrt (* a c)) (sqrt -4)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 a (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) a)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (+ (* b b) (* c (* a -4)))) b) (*.f64 a (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1)))) (/ (* b (pow (cbrt -1/2) 3)) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b (pow (cbrt -1/2) 3))) (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (* (pow (cbrt -1/2) 3) (sqrt -1)))))) a)) (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 (*.f64 (*.f64 b b) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (neg.f64 b) #s(literal -1/2 binary64))) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b (pow (cbrt -1/2) 3))) (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (* (pow (cbrt -1/2) 3) (sqrt -1))))) (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (* (pow (cbrt -1/2) 3) (sqrt -1)))))) a))) a)) (* 2 (* (sqrt (/ c a)) (* (pow (cbrt -1/2) 3) (sqrt -1))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b #s(literal -1/2 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64)))))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 (*.f64 b b) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))))) a))) a)))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (pow.f64 (/.f64 (neg.f64 c) a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal -1/2 binary64)) (cbrt.f64 #s(literal 2 binary64))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* 1/3 (* (pow (/ -1 (* (pow a 8) c)) 1/9) (* (* b (cbrt -1/2)) (cbrt (/ 1 (pow (cbrt 2) 2)))))) (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (*.f64 #s(literal 1/3 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 8 binary64)) c)) #s(literal 1/9 binary64))) (*.f64 (*.f64 b (cbrt.f64 #s(literal -1/2 binary64))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))))) (*.f64 (pow.f64 (/.f64 (neg.f64 c) a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal -1/2 binary64)) (cbrt.f64 #s(literal 2 binary64)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1 (/ (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) c))) (/ (* (cbrt -1) (* (cbrt -1/2) (- (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/3 (* (pow (/ (* -1 a) c) 1/18) (* (pow b 2) (cbrt (/ 1 (cbrt 2))))))))) (pow (cbrt 2) 2)))) (* -1/3 (* (pow (/ (* -1 a) c) 1/9) (* (* b (cbrt -1/2)) (cbrt (/ 1 (pow (cbrt 2) 2))))))) a)) (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (cbrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) c)))) (/.f64 (*.f64 (*.f64 (cbrt.f64 #s(literal -1 binary64)) (cbrt.f64 #s(literal -1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (/.f64 (neg.f64 a) c) #s(literal 1/18 binary64)) (*.f64 (*.f64 b b) (cbrt.f64 (/.f64 #s(literal 1 binary64) (cbrt.f64 #s(literal 2 binary64))))))))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 (neg.f64 a) c) #s(literal 1/9 binary64))) (*.f64 (*.f64 b (cbrt.f64 #s(literal -1/2 binary64))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))))))) a) (*.f64 (pow.f64 (/.f64 (neg.f64 c) a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal -1/2 binary64)) (cbrt.f64 #s(literal 2 binary64)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 2) c))) (/ (* (cbrt -1) (* (cbrt -1/2) (+ (* -2/3 (* (pow (/ (* -1 (pow a 5)) (pow c 5)) 1/18) (* (* b (- (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/3 (* (pow (/ (* -1 a) c) 1/18) (* (pow b 2) (cbrt (/ 1 (cbrt 2)))))))) (cbrt (/ 1 (pow (cbrt 2) 5)))))) (* -1/27 (* (cbrt (/ a c)) (/ (* (pow b 3) (cbrt -1)) (pow (cbrt 2) 2))))))) (pow (cbrt 2) 2)))) (* 1/3 (* (cbrt (/ a c)) (/ (* (cbrt -1) (* (cbrt -1/2) (- (* 1/4 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/3 (* (pow (/ (* -1 a) c) 1/18) (* (pow b 2) (cbrt (/ 1 (cbrt 2))))))))) (pow (cbrt 2) 2))))) a)) (* -1/3 (* (pow (/ (* -1 a) c) 1/9) (* (* b (cbrt -1/2)) (cbrt (/ 1 (pow (cbrt 2) 2))))))) a)) (* (pow (/ (* -1 c) a) 1/6) (* (cbrt -1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 #s(literal -1 binary64) (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (fma.f64 (cbrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) c))) (/.f64 (*.f64 (*.f64 (cbrt.f64 #s(literal -1 binary64)) (cbrt.f64 #s(literal -1/2 binary64))) (fma.f64 (*.f64 #s(literal -2/3 binary64) (pow.f64 (/.f64 (neg.f64 (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64))) #s(literal 1/18 binary64))) (*.f64 (*.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (/.f64 (neg.f64 a) c) #s(literal 1/18 binary64)) (*.f64 (*.f64 b b) (cbrt.f64 (/.f64 #s(literal 1 binary64) (cbrt.f64 #s(literal 2 binary64))))))))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 5 binary64))))) (*.f64 (*.f64 #s(literal -1/27 binary64) (cbrt.f64 (/.f64 a c))) (/.f64 (*.f64 (pow.f64 b #s(literal 3 binary64)) (cbrt.f64 #s(literal -1 binary64))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (*.f64 (cbrt.f64 (/.f64 a c)) (/.f64 (*.f64 (*.f64 (cbrt.f64 #s(literal -1 binary64)) (cbrt.f64 #s(literal -1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 (pow.f64 (/.f64 (neg.f64 a) c) #s(literal 1/18 binary64)) (*.f64 (*.f64 b b) (cbrt.f64 (/.f64 #s(literal 1 binary64) (cbrt.f64 #s(literal 2 binary64))))))))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))))) a) (*.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 (neg.f64 a) c) #s(literal 1/9 binary64))) (*.f64 (*.f64 b (cbrt.f64 #s(literal -1/2 binary64))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))))))) a) (*.f64 (pow.f64 (/.f64 (neg.f64 c) a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal -1/2 binary64)) (cbrt.f64 #s(literal 2 binary64)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/2 binary64) b)) a)))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* -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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) a))) a)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 a) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 b a)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) b) a))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64)))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) a)) b) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/2 binary64) b)) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (+ (* -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)) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) a))) a)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (* a (- (/ c (* a b)) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (*.f64 (neg.f64 a) (-.f64 (/.f64 (/.f64 c a) b) (neg.f64 (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* -1 (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3)))))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (*.f64 (neg.f64 a) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 3 binary64))) (/.f64 (neg.f64 c) (*.f64 a b))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* -1 (* a (+ (* -1 (/ c a)) (* -1 (/ (pow c 2) (pow b 2)))))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) (*.f64 (neg.f64 a) (*.f64 #s(literal -1 binary64) (fma.f64 (/.f64 c b) (/.f64 c b) (/.f64 c a))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* (sqrt (/ c a)) (sqrt -1)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1/2 b)) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) b (neg.f64 (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -2 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) a) (*.f64 #s(literal 1/2 binary64) (*.f64 a b))) a))) a))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 (* (sqrt (* a c)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -2 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a)) (* 2 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))))) a)) (* 1/2 (* a b))) a))) a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) a) b (neg.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64))) (*.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 a a) (/.f64 (pow.f64 b #s(literal 3 binary64)) c)))) a) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)))) a))) a))) a))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ b (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) b)) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1))))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) a) (*.f64 (neg.f64 a) b)) a)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* a b)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow a 2) (pow b 3)) c)) (* 1/2 (* (sqrt (/ a c)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow a 3) c)) (* (pow b 2) (sqrt -1)))))))))) a))) a))) a)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 a b (/.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64))) (*.f64 #s(literal 1/32 binary64) (*.f64 (*.f64 a a) (/.f64 (pow.f64 b #s(literal 3 binary64)) c)))) a) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)))) a))) a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (neg.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/2 binary64) b)) a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* -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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 #s(literal -1 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/2 binary64) b (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) a))) a)))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 (neg.f64 a) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 (neg.f64 a) (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 (neg.f64 a) (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/512 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (pow (* -1 (* a c)) 1/4) (sqrt 2))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (*.f64 (pow.f64 (*.f64 (neg.f64 a) c) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 a) (fma.f64 (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 7) (pow c 3))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* a (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow a 5)) (pow c 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow a 3))) (+ (* -1/2 (* (pow (/ -1 (* (pow a 5) c)) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 c) (pow a 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 a) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 1/8 binary64) (fma.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 3 binary64)))))) (pow.f64 a #s(literal 3 binary64))) (fma.f64 (pow.f64 (/.f64 (neg.f64 c) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64)))))))) |
#s(approx (sqrt (* (* -4 a) c)) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (sqrt (* (* -4 a) c)) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -2 (* (sqrt (* a c)) (sqrt -1))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 (neg.f64 a) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 b a)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) b) a))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (+ (* b b) (* c (* a -4)))) b) (*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 c a))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64)))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) a)) b) a))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* b (+ (* -1 (/ (pow (cbrt 1/2) 3) a)) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (* b (pow (cbrt 1/2) 3)) (sqrt -4)))))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 b (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 b (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (+ (* b (+ (* -1 (/ (pow (cbrt 1/2) 3) a)) (* b (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow (cbrt 1/2) 3) (sqrt -4)))))))) (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -4)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (*.f64 (*.f64 b b) (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* b (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (cbrt 1/2))) (* 1/3 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (* b (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 35) c)) 1/18) (pow (/ 1 (sqrt -4)) 1/9))))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 b (fma.f64 (*.f64 #s(literal 1/3 binary64) (cbrt.f64 (/.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 b (cbrt.f64 #s(literal 1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 35 binary64)) c)) #s(literal 1/18 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/9 binary64)))))) (*.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 8 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) #s(literal 1/9 binary64))) (cbrt.f64 #s(literal 1/2 binary64)))) (*.f64 (pow.f64 (/.f64 c a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* b (+ (* -1/3 (* (pow (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2)))) 1/9) (cbrt 1/2))) (* b (+ (* -1/3 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (* b (* (cbrt 1/2) (+ (* -2/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 13) (pow c 5))) 1/18) (* (pow (/ 1 (pow (sqrt -4) 5)) 1/9) (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 35) c)) 1/18) (pow (/ 1 (sqrt -4)) 1/9))))))))) (* -1/27 (cbrt (/ 1 (* (pow a 8) (* c (pow (sqrt -4) 2))))))))))) (* 1/3 (* (cbrt (/ a (* c (pow (sqrt -4) 2)))) (* (cbrt 1/2) (- (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (sqrt -4)))) (* 1/3 (* (pow 1 1/6) (* (pow (/ 1 (* (pow a 35) c)) 1/18) (pow (/ 1 (sqrt -4)) 1/9)))))))))))) (* (pow (/ (* 1 c) a) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/3 binary64) (cbrt.f64 (/.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (*.f64 (*.f64 b (cbrt.f64 #s(literal 1/2 binary64))) (fma.f64 #s(literal -2/3 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 13 binary64))) (pow.f64 c #s(literal 5 binary64))) #s(literal 1/18 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/9 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 35 binary64)) c)) #s(literal 1/18 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/9 binary64)))))) (*.f64 #s(literal -1/27 binary64) (cbrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 8 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))))) (*.f64 (*.f64 #s(literal 1/3 binary64) (cbrt.f64 (/.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 35 binary64)) c)) #s(literal 1/18 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/9 binary64)))))))) (*.f64 (*.f64 #s(literal -1/3 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 8 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) #s(literal 1/9 binary64))) (cbrt.f64 #s(literal 1/2 binary64)))) (*.f64 (pow.f64 (/.f64 c a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 b (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (fma.f64 b (-.f64 (*.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (fma.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (fma.f64 b (-.f64 (*.f64 b (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) |
#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)) (fma.f64 b (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) |
#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/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))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 b (-.f64 (*.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (neg b) #s(hole binary64 (* -1 b))) |
#s(approx (neg b) (neg.f64 b)) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (/ (- (* -1 (* (pow b 2) c)) (* a (pow c 2))) (pow b 3)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (/.f64 (-.f64 (neg.f64 (*.f64 (*.f64 b b) c)) (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ (+ (* a (pow c 2)) (* (pow b 2) c)) (pow b 3)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (/.f64 (fma.f64 (*.f64 b b) c (*.f64 a (*.f64 c c))) (pow.f64 b #s(literal 3 binary64)))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (/ (+ (* a (pow c 2)) (* (pow b 2) c)) (pow b 2)))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) (/.f64 (fma.f64 (*.f64 b b) c (*.f64 a (*.f64 c c))) (*.f64 b b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal -2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* 2 (* b (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 b (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) b) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 2 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* (pow a 2) (* c (pow (sqrt -4) 4)))))))) (* 2 (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 2 (/ 1 (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 b (-.f64 (*.f64 b (*.f64 #s(literal 2 binary64) (fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64))))) (/.f64 #s(literal 2 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* 4 (* b (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 b (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) b) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 4 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal -4 binary64) (*.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (* b (- (* b (+ (* 4 (* b (+ (* (sqrt (/ 1 (* a c))) (/ (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3))))) (sqrt -4))) (* 1/2 (/ 1 (* a (* c (pow (sqrt -4) 4)))))))) (* 4 (+ (* -1 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (pow (sqrt -4) 3)))))))) (* 4 (/ 1 (pow (sqrt -4) 2)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal -4 binary64) (sqrt.f64 (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 b (-.f64 (*.f64 b (*.f64 #s(literal 4 binary64) (fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64))))) (/.f64 #s(literal 4 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (fma.f64 b (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (fma.f64 b (-.f64 (*.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 3 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (fma.f64 (*.f64 b b) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (+ (* b b) (* c (* a -4)))) (fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))) (*.f64 #s(literal 1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) #s(literal 1/4 binary64))) (*.f64 b (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (pow.f64 (*.f64 a c) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (sqrt -4)))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 b (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) #s(literal 1/4 binary64))) (*.f64 b (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) #s(literal 1/4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) (*.f64 (pow.f64 (*.f64 a c) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* b (+ (* -1/2 (* (pow (/ 1 (* a c)) 1/4) (sqrt (/ 1 (sqrt -4))))) (* b (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 3))) 1/4) (* (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* 1/2 (* (pow (/ 1 (* a c)) 1/4) (* (sqrt (/ 1 (sqrt -4))) (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* 1/4 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))))))))))) (* (pow (* 1 (* a c)) 1/4) (sqrt (sqrt -4)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))) #s(literal 1/4 binary64))) (*.f64 b (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/4 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) #s(literal 1/4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64)))))) (*.f64 (pow.f64 (*.f64 a c) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (/ (* c c) (* b b)) #s(hole binary64 (/ (pow c 2) (pow b 2)))) |
#s(approx (/ (* c c) (* b b)) (*.f64 (/.f64 c b) (/.f64 c b))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (fma.f64 b (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) b) (fma.f64 b (-.f64 (*.f64 b (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (/ (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 2))) (* 1/2 (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (/.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) b)) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (/ (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 2) (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 4))) (* 1/2 (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (/.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (*.f64 b b)) (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) b)) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (/ (+ (* -1/2 (/ (* (pow (cbrt 1/2) 3) (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))))) (* a (pow b 6)))) (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 2) (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 4))) (* 1/2 (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)))) #s(literal 5/64 binary64)) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (*.f64 b b)) (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))))) b)) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (/ a (cbrt 1/2)) (cbrt (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 7))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 a (cbrt.f64 #s(literal 1/2 binary64)))) (cbrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 7 binary64)))) (*.f64 (cbrt.f64 (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (/ a (cbrt 1/2)) (cbrt (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 7))))) (+ (* 1/48 (* (/ (pow a 2) (cbrt 1/2)) (cbrt (/ (* (pow c 7) (pow (sqrt -4) 14)) (pow b 13))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 a (cbrt.f64 #s(literal 1/2 binary64)))) (cbrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 7 binary64)))) (fma.f64 #s(literal 1/48 binary64) (*.f64 (/.f64 (*.f64 a a) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 7 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 14 binary64))) (pow.f64 b #s(literal 13 binary64))))) (*.f64 (cbrt.f64 (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* -1/24 (* (/ a (cbrt 1/2)) (cbrt (/ (* (pow c 4) (pow (sqrt -4) 8)) (pow b 7))))) (+ (* -1/576 (* (/ (pow a 2) (pow (cbrt 1/2) 4)) (cbrt (/ (* (pow c 7) (pow (sqrt -4) 14)) (pow b 13))))) (+ (* 1/48 (* (/ (pow a 2) (cbrt 1/2)) (cbrt (/ (* (pow c 7) (pow (sqrt -4) 14)) (pow b 13))))) (* (cbrt (/ (* c (pow (sqrt -4) 2)) b)) (pow (cbrt 1/2) 2))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (*.f64 #s(literal -1/24 binary64) (/.f64 a (cbrt.f64 #s(literal 1/2 binary64)))) (cbrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 7 binary64)))) (fma.f64 (*.f64 #s(literal -1/576 binary64) (/.f64 (*.f64 a a) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64)))) (cbrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 7 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 14 binary64))) (pow.f64 b #s(literal 13 binary64)))) (fma.f64 #s(literal 1/48 binary64) (*.f64 (/.f64 (*.f64 a a) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 7 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 14 binary64))) (pow.f64 b #s(literal 13 binary64))))) (*.f64 (cbrt.f64 (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)) (pow.f64 (cbrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/4 (* c (pow (sqrt -4) 2)))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (/.f64 (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) (*.f64 #s(literal 1/4 binary64) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) b)) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (/ (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (/.f64 (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) (fma.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) b)) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (/ (+ (* -1/4 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (pow b 6)))) (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/4 (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (/.f64 (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)))) #s(literal 5/64 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 b b)) (fma.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2)))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (*.f64 b b)) (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (/ (+ (* -1/2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (pow b 6))) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 2))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 4))) (* 1/2 (* a (* c (pow (sqrt -4) 2))))))) b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)))) #s(literal 5/64 binary64)) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (*.f64 b b)) (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 a (*.f64 (/.f64 c b) (/.f64 c b)) c) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 #s(literal -1 binary64) (fma.f64 a (*.f64 (/.f64 c b) (/.f64 c b)) c) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (+ (* -1 (/ (* a (pow c 2)) (pow b 2))) (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* a (pow b 6))))))) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal -1 binary64) (fma.f64 a (*.f64 (/.f64 c b) (/.f64 c b)) c) (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 20 binary64)) (*.f64 a (pow.f64 b #s(literal 6 binary64))))))) b)) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (/ (- (* -1 (/ (* a (pow c 2)) (pow b 2))) c) b))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (/.f64 (-.f64 (neg.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) c) b)) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (/.f64 (fma.f64 a (*.f64 (/.f64 c b) (/.f64 c b)) c) b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (* -1 (/ c (pow b 2))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 b (-.f64 (/.f64 (neg.f64 c) (*.f64 b b)) (/.f64 #s(literal 4 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 b (-.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64))) (/.f64 (neg.f64 c) (*.f64 b b))) (/.f64 #s(literal 4 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* b (- (+ (* -1 (/ c (pow b 2))) (+ (* 2 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* (pow a 2) (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 2 (/ (+ (* -1/8 (* a (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* a (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 4 (/ 1 (* a (pow (sqrt -4) 2)))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 b (-.f64 (fma.f64 #s(literal 2 binary64) (+.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)))) #s(literal 5/64 binary64)) (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (fma.f64 (*.f64 #s(literal 1/4 binary64) a) (*.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) #s(literal 1/8 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (neg.f64 c) (*.f64 b b))) (/.f64 #s(literal 4 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (* -2 (/ (* a c) (pow b 2))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 b (-.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b)))) (/.f64 #s(literal 8 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4)))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 b (-.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))))) (/.f64 #s(literal 8 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* b (- (+ (* -2 (/ (* a c) (pow b 2))) (+ (* 4 (/ (+ (* -2 (/ (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8))))) (* a (* c (pow (sqrt -4) 4))))) (+ (* 1/16 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4)))) (* 1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))))))))) (pow b 6))) (* 4 (/ (+ (* -1/8 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))))) (pow b 4))))) (* 8 (/ 1 (pow (sqrt -4) 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 b (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) (-.f64 (*.f64 #s(literal 4 binary64) (+.f64 (/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)))) #s(literal 5/64 binary64)) (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) a) (*.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) #s(literal 1/8 binary64))) (*.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) #s(literal 1/8 binary64)) (pow.f64 b #s(literal 4 binary64))))) (/.f64 #s(literal 8 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* 1/4 (/ (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (* (pow a 2) (* (pow b 2) (* c (* (sqrt -4) (sqrt -1))))))) (* 1/2 (* c (* (sqrt -4) (sqrt -1))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 b b) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) b)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* 1/4 (/ (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (* (pow a 2) (* (pow b 2) (* c (* (sqrt -4) (sqrt -1))))))) (+ (* 1/4 (/ (- (+ (* -2 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 2)))) (+ (* -1/8 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 4)))))) (* 1/4 (/ (pow (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) 2) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (pow b 4) (* c (* (sqrt -4) (sqrt -1))))))) (* 1/2 (* c (* (sqrt -4) (sqrt -1)))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 b b) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) b)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (/ (+ (* 1/4 (/ (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (* (pow a 2) (* (pow b 2) (* c (* (sqrt -4) (sqrt -1))))))) (+ (* 1/4 (/ (- (+ (* -2 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 2)))) (+ (* -1/8 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 4)))))) (* 1/4 (/ (pow (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) 2) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (pow b 4) (* c (* (sqrt -4) (sqrt -1))))))) (+ (* 1/4 (/ (- (+ (* -1/4 (* a (* c (* (pow (sqrt -4) 2) (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))))))) (+ (* -1/8 (* (pow a 5) (* (pow c 5) (pow (sqrt -4) 6)))) (+ (* 1/2 (* (pow a 5) (* (pow c 5) (pow (sqrt -4) 4)))) (* a (* c (+ (* 1/64 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))) (* 1/16 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 8)))))))))) (* 1/2 (/ (* (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) (- (+ (* -2 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 2)))) (+ (* -1/8 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 4)))))) (* 1/4 (/ (pow (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))) 2) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (pow b 6) (* c (* (sqrt -4) (sqrt -1))))))) (* 1/2 (* c (* (sqrt -4) (sqrt -1))))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 b b) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) a) (*.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 20 binary64))) (fma.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 a #s(literal 5 binary64))) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 (*.f64 a c) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64)))) #s(literal 5/64 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (*.f64 a a)) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (*.f64 (*.f64 #s(literal -1/8 binary64) (pow.f64 a #s(literal 4 binary64))) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) #s(literal 2 binary64)) (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) (*.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) (*.f64 (*.f64 a a) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))))) (*.f64 (*.f64 #s(literal 1/2 binary64) c) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) b)) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 b (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 b (+.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (fma.f64 #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (/.f64 c b))) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1/16 (* (sqrt (/ (* (pow a 3) (pow c 3)) (pow b 5))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (+ (* -1/512 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (pow (sqrt 1/2) 3)))) (+ (* 1/32 (* (sqrt (/ (* (pow a 5) (pow c 5)) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (fma.f64 #s(literal -1/512 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 3 binary64)))) (fma.f64 #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))) (pow.f64 b #s(literal 9 binary64)))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (/.f64 c b))) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a c (*.f64 (*.f64 a a) (*.f64 (/.f64 c b) (/.f64 c b))))) b)) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (/ (+ (* -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) (* c (* a -4)))) b) (/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a c (*.f64 (*.f64 a a) (*.f64 (/.f64 c b) (/.f64 c b)))) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))) (pow.f64 b #s(literal 4 binary64)))) b)) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))) (* -1/2 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (pow b 6)))))) b))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal -2 binary64) (fma.f64 a c (*.f64 (*.f64 a a) (*.f64 (/.f64 c b) (/.f64 c b)))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64)))))) b)) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -2 (/ (* b (pow (cbrt 1/2) 3)) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* b (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (pow (cbrt 1/2) 3) a))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 4))) (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (pow (cbrt 1/2) 3) a)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 b) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* b (+ (* -1/8 (/ (* a (* (pow c 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 2) (* (pow c 3) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 6))) (+ (* 1/2 (/ (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (pow (cbrt 1/2) 3) a))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 b) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* (cbrt (/ b a)) (* (cbrt 1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (neg.f64 (*.f64 (*.f64 (cbrt.f64 (/.f64 b a)) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 #s(literal 2 binary64))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/6 (* (cbrt (/ (pow a 2) (pow b 8))) (/ (* c (* (cbrt 1/2) (pow (sqrt -4) 2))) (pow (cbrt 2) 2)))) (* (cbrt (/ 1 (* a (pow b 2)))) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (neg.f64 b) (fma.f64 #s(literal 1/6 binary64) (*.f64 (cbrt.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 8 binary64)))) (/.f64 (*.f64 (*.f64 c (cbrt.f64 #s(literal 1/2 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (cbrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b b)))) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 #s(literal 2 binary64)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/24 (* (cbrt (/ (pow a 5) (pow b 14))) (/ (* (pow c 2) (* (cbrt 1/2) (pow (sqrt -4) 4))) (pow (cbrt 2) 2)))) (+ (* 1/6 (* (cbrt (/ (pow a 2) (pow b 8))) (/ (* c (* (cbrt 1/2) (pow (sqrt -4) 2))) (pow (cbrt 2) 2)))) (* (cbrt (/ 1 (* a (pow b 2)))) (* (cbrt 1/2) (cbrt 2))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (neg.f64 b) (fma.f64 #s(literal -1/24 binary64) (*.f64 (cbrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 b #s(literal 14 binary64)))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))) (fma.f64 #s(literal 1/6 binary64) (*.f64 (cbrt.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 8 binary64)))) (/.f64 (*.f64 (*.f64 c (cbrt.f64 #s(literal 1/2 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (cbrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b b)))) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 #s(literal 2 binary64))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* -1/24 (* (cbrt (/ (pow a 5) (pow b 14))) (/ (* (pow c 2) (* (cbrt 1/2) (pow (sqrt -4) 4))) (pow (cbrt 2) 2)))) (+ (* 1/6 (* (cbrt (/ (pow a 2) (pow b 8))) (/ (* c (* (cbrt 1/2) (pow (sqrt -4) 2))) (pow (cbrt 2) 2)))) (+ (* 1/3 (* (cbrt (/ (pow a 2) (pow b 20))) (/ (* (cbrt 1/2) (- (* 1/16 (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6)))) (* 1/12 (/ (* a (* (pow b 2) (* (pow c 2) (pow (sqrt -4) 4)))) (pow (cbrt 2) 3))))) (pow (cbrt 2) 2)))) (* (cbrt (/ 1 (* a (pow b 2)))) (* (cbrt 1/2) (cbrt 2)))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (neg.f64 b) (fma.f64 (*.f64 #s(literal -1/24 binary64) (cbrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 b #s(literal 14 binary64))))) (/.f64 (*.f64 (*.f64 c c) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 1/6 binary64) (cbrt.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 8 binary64))))) (/.f64 (*.f64 (*.f64 c (cbrt.f64 #s(literal 1/2 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (fma.f64 (*.f64 #s(literal 1/3 binary64) (cbrt.f64 (/.f64 (*.f64 a a) (pow.f64 b #s(literal 20 binary64))))) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (*.f64 #s(literal -1/12 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 b b)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) #s(literal 2 binary64)))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))) (*.f64 (*.f64 (cbrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b b)))) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 #s(literal 2 binary64)))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 b) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 b) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1/16 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/32 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (+ (* 1/4 (/ (* c (pow (sqrt -4) 2)) (pow b 2))) (/ 1 a)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 b) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 b b)) #s(literal 2 binary64)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 b) (+.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (*.f64 b b))) #s(literal 2 binary64)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -1/8 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/16 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6))) (pow b 6))) (* 1/2 (/ (* a (* c (pow (sqrt -4) 2))) (pow b 2)))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 b) (+.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (*.f64 b b)))) #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)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 #s(literal -1 binary64) (/.f64 c (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 #s(literal -1 binary64) (/.f64 c (*.f64 b b)) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 a)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 c #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal -1 binary64) (/.f64 c (*.f64 b b)) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) a)))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (/ (- (/ (* a (pow c 2)) (pow b 2)) (* -1 c)) b)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (/.f64 (fma.f64 a (*.f64 (/.f64 c b) (/.f64 c b)) c) (neg.f64 b))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (neg.f64 (/.f64 (fma.f64 a (*.f64 (/.f64 c b) (/.f64 c b)) c) (neg.f64 b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (/ c b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 b b)) (neg.f64 c)) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) c (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 b b)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))))))) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (* -1 (/ (+ (* -1 c) (+ (* -1/8 (/ (* (pow a 2) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/4 (/ (* a (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 2 (/ (+ (* 1/128 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 3) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) c (fma.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 a a) (/.f64 (*.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 b b)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) #s(literal 5/128 binary64)) (pow.f64 b #s(literal 6 binary64))))))) b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* 2 (/ (* a c) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 #s(literal 2 binary64) (*.f64 a (/.f64 c b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2)))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (/.f64 (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 b b)) (*.f64 #s(literal -2 binary64) (*.f64 a c))) b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 b b))))) b))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (/ (+ (* -2 (* a c)) (+ (* -1/4 (/ (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))) (pow b 4))) (+ (* 1/2 (/ (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2))) (pow b 2))) (* 4 (/ (+ (* 1/128 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6)))) (* 1/32 (* (pow a 4) (* (pow c 4) (pow (sqrt -4) 6))))) (pow b 6)))))) b)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 b b)) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) #s(literal 5/128 binary64)) (pow.f64 b #s(literal 6 binary64))))))) b))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (/ b a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (/.f64 (neg.f64 b) a)) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/8 (/ (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (* a (pow b 2)))) (/ 1 a)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 (neg.f64 b) (fma.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) a) (*.f64 b b)) (/.f64 #s(literal 1 binary64) a)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/8 (/ (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (* a (pow b 2)))) (+ (* 1/8 (/ (- (+ (* -4 (* (pow a 2) (pow c 2))) (+ (* -1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* -1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))))) (* 1/16 (pow (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) 2))) (* a (pow b 4)))) (/ 1 a))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 (neg.f64 b) (fma.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) a) (*.f64 b b)) (fma.f64 #s(literal 1/8 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 c c) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) (*.f64 #s(literal 1/16 binary64) (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) #s(literal 2 binary64)))) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 1 binary64) a))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* b (+ (* 1/8 (/ (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (* a (pow b 2)))) (+ (* 1/8 (/ (- (+ (* -8 (* (pow a 3) (pow c 3))) (+ (* -1 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 2)))) (+ (* 1/8 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 6)))) (* 1/4 (* (pow a 3) (* (pow c 3) (pow (sqrt -4) 4))))))) (* 1/8 (* (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) (- (+ (* -4 (* (pow a 2) (pow c 2))) (+ (* -1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* -1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))))) (* 1/16 (pow (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) 2)))))) (* a (pow b 6)))) (+ (* 1/8 (/ (- (+ (* -4 (* (pow a 2) (pow c 2))) (+ (* -1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 2)))) (* -1/4 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))))) (* 1/16 (pow (+ (* -4 (* a c)) (* a (* c (pow (sqrt -4) 2)))) 2))) (* a (pow b 4)))) (/ 1 a)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 (neg.f64 b) (fma.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) a) (*.f64 b b)) (fma.f64 #s(literal 1/8 binary64) (/.f64 (-.f64 (fma.f64 #s(literal -8 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (fma.f64 #s(literal -1 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (fma.f64 #s(literal 1/8 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (*.f64 a c) #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))))) (*.f64 (*.f64 #s(literal 1/8 binary64) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 c c) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) (*.f64 #s(literal 1/16 binary64) (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) #s(literal 2 binary64)))))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (fma.f64 #s(literal 1/8 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a a)) (*.f64 c c) (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a a)) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) (*.f64 #s(literal 1/16 binary64) (pow.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) #s(literal 2 binary64)))) (*.f64 a (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal 1 binary64) a)))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* -1 b))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) (neg.f64 b)) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 (neg.f64 b) (+.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64)))) #s(literal 1 binary64)))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* (sqrt b) (* (sqrt -1) (sqrt 2)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (neg.f64 (*.f64 (sqrt.f64 b) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal 2 binary64)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 5))))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 a c) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 5 binary64)))) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64)))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b)))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 b)))) (pow.f64 b #s(literal 3 binary64))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* b (+ (* -1 (/ (+ (* -1/16 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (sqrt 2)) (sqrt (/ 1 (pow b 3))))) (+ (* 1/32 (* (/ (* (pow a 2) (* (pow c 2) (* (pow (sqrt -4) 4) (sqrt -1)))) (pow (sqrt 2) 3)) (sqrt (/ 1 (pow b 3))))) (* 1/4 (* (/ (* a (* c (* (pow (sqrt -4) 2) (sqrt -1)))) (sqrt 2)) (sqrt b))))) (pow b 3))) (* (sqrt (/ 1 b)) (* (sqrt -1) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 b) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal 2 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (sqrt.f64 #s(literal -1 binary64)))) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 3 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 a c) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal 2 binary64))) (sqrt.f64 b))))) (pow.f64 b #s(literal 3 binary64))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -2 b))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 #s(literal -2 binary64) b)) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 c (*.f64 b b))) #s(literal 2 binary64)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 (neg.f64 b) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* b (+ 2 (+ (* -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 (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 (neg.f64 b) (+.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))) (pow.f64 b #s(literal 6 binary64)))) #s(literal 2 binary64)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1/8 (/ (* a (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4)))) (pow b 3))) (* 1/2 (/ (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)) b)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* 1/2 (/ (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* a (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* 1/16 (/ (* (pow a 2) (* c (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6)))) (pow b 5))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 c (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) c) (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (pow.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* 1/2 (/ (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* a (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 4))) (pow b 3))) (* c (+ (* -1/2 (/ (* c (* (pow (cbrt 1/2) 3) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))))) (* a b))) (* 1/16 (/ (* (pow a 2) (* (pow (cbrt 1/2) 3) (pow (sqrt -4) 6))) (pow b 5))))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 c #s(literal 1/2 binary64)) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64))) (*.f64 a b)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 a (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (pow.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* 1/48 (* (/ (* (pow a 2) (* (pow c 3) (* (cbrt 1/2) (pow (sqrt -4) 6)))) (pow b 5)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (*.f64 #s(literal 1/48 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (pow.f64 c #s(literal 3 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))))) (pow.f64 b #s(literal 5 binary64)))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))) #s(literal 2 binary64)))) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))) (* (pow c 3) (+ (* -1/6 (* (/ (* c (* (cbrt 1/2) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))))) (* a b)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* 1/48 (* (/ (* (pow a 2) (* (cbrt 1/2) (pow (sqrt -4) 6))) (pow b 5)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2)))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (pow.f64 c #s(literal 3 binary64)) (fma.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 (*.f64 c (cbrt.f64 #s(literal 1/2 binary64))) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64))) (*.f64 a b))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))) #s(literal 2 binary64)))) (*.f64 (*.f64 #s(literal 1/48 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 5 binary64)))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))) #s(literal 2 binary64)))))) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (+ (* (cbrt 1/2) (cbrt (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))))) (* (pow c 3) (+ (* 1/48 (* (/ (* (pow a 2) (* (cbrt 1/2) (pow (sqrt -4) 6))) (pow b 5)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* c (+ (* -1/6 (* (/ (* c (* (cbrt 1/2) (+ (* -1/2 (/ (* a (* (pow (sqrt -4) 2) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))))) (pow b 2))) (* -1/64 (/ (* (pow a 5) (pow (sqrt -4) 10)) (pow b 8)))))) (* a b)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2))))) (* -1/6 (* (/ (* (cbrt 1/2) (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b)) (cbrt (/ 1 (pow (+ (* -1/8 (/ (* a (* (pow c 2) (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* c (pow (sqrt -4) 2)) b))) 2)))))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (fma.f64 (pow.f64 c #s(literal 3 binary64)) (fma.f64 c (*.f64 #s(literal -1/6 binary64) (fma.f64 (/.f64 (*.f64 (*.f64 c (cbrt.f64 #s(literal 1/2 binary64))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64))) (*.f64 b b)) (*.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 10 binary64))) (pow.f64 b #s(literal 8 binary64)))))) (*.f64 a b)) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))) #s(literal 2 binary64)))) (*.f64 (*.f64 (/.f64 (cbrt.f64 #s(literal 1/2 binary64)) a) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))) #s(literal 2 binary64))))))) (*.f64 (*.f64 #s(literal 1/48 binary64) (/.f64 (*.f64 (*.f64 a a) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64)))) (pow.f64 b #s(literal 5 binary64)))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))) #s(literal 2 binary64)))))) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) b))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* -1/16 (/ (* a (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/4 (/ (pow (sqrt -4) 2) b)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 a (*.f64 c (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) b))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* 1/32 (/ (* (pow a 2) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 c (fma.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) b))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* 1/4 (/ (pow (sqrt -4) 2) b)) (* c (+ (* -1/16 (/ (* a (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/4 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a b))) (* 1/32 (/ (* (pow a 2) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (*.f64 (/.f64 c a) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) (*.f64 #s(literal 1/32 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (pow.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal 1/4 binary64) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) b))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1/8 (/ (* (pow a 2) (* c (pow (sqrt -4) 4))) (pow b 3))) (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 c (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a a) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* 1/16 (/ (* (pow a 3) (* c (pow (sqrt -4) 6))) (pow b 5))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 c (fma.f64 c (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) b)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* 1/2 (/ (* a (pow (sqrt -4) 2)) b)) (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 3))) (* c (+ (* -1/2 (/ (* c (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) b)) (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 6)) (pow b 5))))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/2 binary64) (*.f64 c (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 3 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 a (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 (*.f64 (neg.f64 a) c) (pow.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (*.f64 c (fma.f64 #s(literal -2 binary64) (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 5 binary64)))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (- (* c (+ (* -1 (/ a (pow b 3))) (* c (+ (* -2 (/ (pow a 2) (pow b 5))) (* -1/4 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) (* a b))))))) (/ 1 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (*.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (*.f64 (/.f64 c a) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) b)))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (*.f64 c (-.f64 (/.f64 (*.f64 (neg.f64 a) c) (pow.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b)))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* c (+ (/ 1 b) (/ (* a c) (pow b 3)))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (*.f64 c (fma.f64 a (/.f64 c (pow.f64 b #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) b)))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* c (+ 1 (/ (* a c) (pow b 2)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) (*.f64 c (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* -1 (/ c b))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 #s(literal -4 binary64) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (/.f64 (neg.f64 c) b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* 2 (* c (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 c (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) c) (*.f64 (/.f64 (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64))) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal -4 binary64) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -4 (/ b (* a (pow (sqrt -4) 2)))) (* c (- (* c (+ (* 2 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* (pow a 2) (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 2) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 2 (+ (* -1/8 (/ (* a (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* a (pow (sqrt -4) 2)) (pow b 3))))))) (/ 1 b)))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 c (-.f64 (*.f64 c (*.f64 #s(literal 2 binary64) (fma.f64 c (fma.f64 #s(literal -2 binary64) (*.f64 b (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 a (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64))) (*.f64 b b))) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64))))) (/.f64 #s(literal 1 binary64) b)) (*.f64 #s(literal -4 binary64) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* 4 (* c (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 c (fma.f64 (*.f64 #s(literal 4 binary64) c) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64)) (*.f64 #s(literal -2 binary64) (/.f64 a b))) (*.f64 #s(literal -8 binary64) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -8 (/ b (pow (sqrt -4) 2))) (* c (+ (* -2 (/ a b)) (* c (+ (* 4 (* c (+ (* -2 (/ (* b (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (* a (pow (sqrt -4) 4)))) (+ (* 1/16 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 5))) (* 1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))) (pow b 2))))))) (* 4 (+ (* -1/8 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3))) (* 1/4 (/ (* (pow a 2) (pow (sqrt -4) 2)) (pow b 3)))))))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 c (fma.f64 c (*.f64 #s(literal 4 binary64) (fma.f64 c (fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 b a) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64))) (*.f64 b b)) (*.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 3 binary64))) #s(literal 1/8 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a b))) (*.f64 #s(literal -8 binary64) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/4 (/ (* b (* c (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* 1/2 (/ (* (sqrt -4) (sqrt -1)) b)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 c (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 b c) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (*.f64 (*.f64 a a) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) b)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/2 (/ (* (sqrt -4) (sqrt -1)) b)) (* c (+ (* 1/4 (/ (* b (* c (- (+ (* -2 (/ (* (pow a 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow a 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow a 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 c (fma.f64 c (*.f64 #s(literal 1/4 binary64) (fma.f64 (/.f64 b (*.f64 a a)) (/.f64 (*.f64 c (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) #s(literal 2 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (/.f64 b (*.f64 a a)) (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) b)))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* 1/2 (/ (* (sqrt -4) (sqrt -1)) b)) (* c (+ (* 1/4 (/ (* b (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* c (+ (* 1/4 (/ (* b (* c (- (+ (* -1/4 (/ (* a (* (pow (sqrt -4) 2) (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6)))))) (pow b 2))) (+ (* -1/8 (/ (* (pow a 5) (pow (sqrt -4) 6)) (pow b 8))) (+ (* 1/2 (/ (* (pow a 5) (pow (sqrt -4) 4)) (pow b 8))) (/ (* a (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))))) (pow b 2))))) (* 1/2 (/ (* (pow b 2) (* (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) (- (+ (* -2 (/ (* (pow a 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow a 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow a 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2)))))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))) (* 1/4 (/ (* b (- (+ (* -2 (/ (* (pow a 4) (pow (sqrt -4) 2)) (pow b 6))) (+ (* -1/8 (/ (* (pow a 4) (pow (sqrt -4) 6)) (pow b 6))) (* 1/4 (/ (* (pow a 4) (pow (sqrt -4) 4)) (pow b 6))))) (* 1/4 (/ (* (pow b 2) (pow (+ (* -1 (/ (* (pow a 3) (pow (sqrt -4) 2)) (pow b 4))) (* 1/4 (/ (* (pow a 3) (pow (sqrt -4) 4)) (pow b 4)))) 2)) (* (pow a 2) (* (pow (sqrt -4) 2) (pow (sqrt -1) 2))))))) (* (pow a 2) (* (sqrt -4) (sqrt -1))))))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 c (fma.f64 c (fma.f64 c (*.f64 #s(literal 1/4 binary64) (fma.f64 (/.f64 b (*.f64 a a)) (/.f64 (*.f64 c (-.f64 (fma.f64 #s(literal -1/4 binary64) (*.f64 a (/.f64 (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64))) (*.f64 b b))) (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 8 binary64))) (fma.f64 a (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 8 binary64))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 (*.f64 b b) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64)))))) (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) #s(literal 2 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))))) (*.f64 (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (/.f64 b (*.f64 a a)) (/.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 6 binary64)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 a a)) (/.f64 (pow.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) #s(literal 2 binary64)) (*.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)) (pow.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 b (*.f64 a a)) (/.f64 (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))) (pow.f64 b #s(literal 4 binary64))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal -1 binary64))))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) b)))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #s(hole binary64 (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) (fma.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))))) b)) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (+ (* b b) (* c (* a -4)))) (fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a b))) b)) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* 1/32 (* (sqrt (/ (* (pow a 5) c) (pow b 9))) (/ (pow (sqrt -4) 5) (sqrt 1/2))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 c c) (fma.f64 #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (*.f64 (pow.f64 a #s(literal 5 binary64)) (/.f64 c (pow.f64 b #s(literal 9 binary64))))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (/.f64 c b))) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* (sqrt (/ (* a c) b)) (* (sqrt -4) (sqrt 1/2))) (* (pow c 2) (+ (* -1/16 (* (sqrt (/ (pow a 3) (* (pow b 5) c))) (/ (pow (sqrt -4) 3) (sqrt 1/2)))) (* c (+ (* 1/32 (* (sqrt (/ (pow a 5) (* (pow b 9) c))) (/ (pow (sqrt -4) 5) (sqrt 1/2)))) (* 1/2 (* (sqrt (/ (* b c) a)) (/ (- (* -1/2 (/ (+ (* 1/64 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6))) (* 1/16 (/ (* (pow a 4) (pow (sqrt -4) 8)) (pow b 6)))) b)) (* 1/256 (/ (* (pow a 3) (pow (sqrt -4) 6)) (* (pow b 5) (* c (pow (sqrt 1/2) 2)))))) (* (sqrt -4) (sqrt 1/2)))))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 c c) (fma.f64 c (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 b (/.f64 c a)))) (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 8 binary64))) (pow.f64 b #s(literal 6 binary64))) #s(literal 5/64 binary64)) b) (*.f64 #s(literal -1/256 binary64) (/.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 3 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 6 binary64))) (pow.f64 b #s(literal 5 binary64))) (*.f64 c (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 2 binary64)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 5 binary64)) (*.f64 (pow.f64 b #s(literal 9 binary64)) c))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 a #s(literal 3 binary64)) (*.f64 (pow.f64 b #s(literal 5 binary64)) c))) (/.f64 (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))))) (*.f64 (*.f64 (sqrt.f64 (*.f64 a (/.f64 c b))) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 c (*.f64 #s(literal -2 binary64) (+.f64 (/.f64 a b) (*.f64 (*.f64 a a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)) (pow.f64 b #s(literal 5 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a b))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -2 (/ a b)) (* c (+ (* -2 (/ (pow a 2) (pow b 3))) (* c (+ (* -4 (/ (pow a 3) (pow b 5))) (* -1/2 (/ (* c (+ (* 4 (/ (pow a 4) (pow b 6))) (* 16 (/ (pow a 4) (pow b 6))))) b)))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/2 binary64) (*.f64 c (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) b)) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 3 binary64)))) (*.f64 #s(literal -2 binary64) (/.f64 a b))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) (* a c))) (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -4))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a) c))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) (* a c))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -4)))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (+.f64 (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64)))) (*.f64 (*.f64 b b) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))))) (neg.f64 (/.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a) c))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* c (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) (* a c))) (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 5) (pow c 5)))) (/ (* (pow b 4) (pow (cbrt 1/2) 3)) (pow (sqrt -4) 3)))) (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (* (pow b 2) (pow (cbrt 1/2) 3)) (sqrt -4)))) (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -4))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a) c) (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (/.f64 #s(literal 1/2 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64)))) (*.f64 (*.f64 b b) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* c (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) (* (pow c 4) (pow (sqrt -4) 2))))) (* b (cbrt 1/2)))) (* (pow (/ 1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 c (fma.f64 (*.f64 #s(literal -1/3 binary64) (cbrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (*.f64 b (cbrt.f64 #s(literal 1/2 binary64))) (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* c (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) (* (pow c 4) (pow (sqrt -4) 2))))) (* b (cbrt 1/2)))) (+ (* 1/6 (* (pow (/ 1 (* (pow a 7) (pow c 11))) 1/6) (* (* (pow b 2) (cbrt 1/2)) (cbrt (/ 1 (pow (sqrt -4) 5)))))) (* (pow (/ 1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 c (fma.f64 (*.f64 #s(literal -1/3 binary64) (cbrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (*.f64 b (cbrt.f64 #s(literal 1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 11 binary64))) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 b b) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))))) (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* c (+ (* -1/3 (* (cbrt (/ 1 (* (pow a 2) (* (pow c 4) (pow (sqrt -4) 2))))) (* b (cbrt 1/2)))) (+ (* 1/6 (* (pow (/ 1 (* (pow a 7) (pow c 11))) 1/6) (* (* (pow b 2) (cbrt 1/2)) (cbrt (/ 1 (pow (sqrt -4) 5)))))) (+ (* 1/3 (* (cbrt (/ a (* (pow c 13) (pow (sqrt -4) 2)))) (* (cbrt 1/2) (- (* -1/8 (* (sqrt (/ (pow c 3) (pow a 5))) (/ (pow b 4) (pow (sqrt -4) 3)))) (* 1/3 (* (pow 1 1/6) (* (sqrt (/ (pow c 5) (pow a 3))) (/ (pow b 2) (sqrt -4))))))))) (* (pow (/ 1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt (sqrt -4)))))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 c (fma.f64 (*.f64 #s(literal -1/3 binary64) (cbrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))))) (*.f64 b (cbrt.f64 #s(literal 1/2 binary64))) (fma.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 7 binary64))) (pow.f64 c #s(literal 11 binary64))) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 b b) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))))) (fma.f64 #s(literal 1/3 binary64) (*.f64 (*.f64 (cbrt.f64 (/.f64 (/.f64 a (pow.f64 c #s(literal 13 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (cbrt.f64 #s(literal 1/2 binary64))) (-.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 a #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 3 binary64)))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))) (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 (sqrt.f64 #s(literal -4 binary64)))))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 b a) c))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 b a) c) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 b a) c) (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 c (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) c)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 c (fma.f64 #s(literal -1/8 binary64) (*.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 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 b a) c))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 b a) c) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 b a) c) (fma.f64 #s(literal -1/16 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 5 binary64))) (pow.f64 c #s(literal 5 binary64)))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) #s(hole binary64 (* -1 (* (pow c 2) (+ (/ 1 (* b c)) (/ a (pow b 3))))))) |
#s(approx (neg (/ (+ (* a (/ (* c c) (* b b))) c) b)) (neg.f64 (*.f64 (*.f64 c c) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) c) (/.f64 a (pow.f64 b #s(literal 3 binary64))))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) #s(hole binary64 (* (pow c 2) (+ (/ 1 (* b c)) (/ a (pow b 3)))))) |
#s(approx (/ (+ (* a (/ (* c c) (* b b))) c) b) (*.f64 (*.f64 c c) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) b) c) (/.f64 a (pow.f64 b #s(literal 3 binary64)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) #s(hole binary64 (* (pow c 2) (+ (/ 1 c) (/ a (pow b 2)))))) |
#s(approx (+ (* a (/ (* c c) (* b b))) c) (*.f64 (*.f64 c c) (+.f64 (/.f64 a (*.f64 b b)) (/.f64 #s(literal 1 binary64) c)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (neg.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal 1 binary64)) (*.f64 c c)))) (*.f64 #s(literal 2 binary64) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (- (+ (* -2 (* (sqrt (/ c a)) (/ 1 (sqrt -4)))) (* -1 (/ (+ (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))) (+ (* -1 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 2 (/ b (* a (pow (sqrt -4) 2))))))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 (/.f64 c a))) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (neg.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (/.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal 1 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (neg.f64 (*.f64 (/.f64 (pow.f64 b #s(literal 3 binary64)) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (pow.f64 c #s(literal 3 binary64))))) (fma.f64 #s(literal 2 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64))) (/.f64 b (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64))))) (neg.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (*.f64 c c))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -4 (* (sqrt (* a c)) (/ 1 (sqrt -4)))) (+ (* -4 (/ b (pow (sqrt -4) 2))) (+ (* 4 (/ (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3))))) (pow c 2))) (* 4 (/ (+ (* 1/2 (/ (* (pow b 3) (pow c 2)) (* a (pow (sqrt -4) 4)))) (* (sqrt (/ c a)) (/ (* b (+ (* -1 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))) (* 1/2 (* (sqrt (/ (pow c 3) a)) (/ (pow b 2) (pow (sqrt -4) 3)))))) (sqrt -4)))) (pow c 3)))))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 #s(literal -4 binary64) (fma.f64 (sqrt.f64 (*.f64 a c)) (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal 4 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (*.f64 c c)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (/.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) #s(literal -1/2 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 b #s(literal 3 binary64)) (*.f64 c c)) (*.f64 a (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (pow.f64 c #s(literal 3 binary64))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 b a) c))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 b a) c) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* c (+ (* -1/2 (/ b (* a c))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (- (* 2 (pow b 2)) (pow b 2)) (sqrt -4)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 5)))) (/ (- (* -1 (* (sqrt (/ c a)) (/ (pow b 3) (sqrt -4)))) (* -1 (* (sqrt (/ c a)) (/ (* b (- (* 2 (pow b 2)) (pow b 2))) (sqrt -4))))) (sqrt -4)))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 b a) c) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 a c) #s(literal 3 binary64))))) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 5 binary64))))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (pow.f64 b #s(literal 3 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 b b)) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))))))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 c (fma.f64 #s(literal -1/8 binary64) (*.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 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 c (fma.f64 #s(literal -1/8 binary64) (*.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 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 #s(literal 1/16 binary64) (*.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 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 c (fma.f64 (pow.f64 (/.f64 a (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/4 binary64)) b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 c (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/4 binary64))) (*.f64 b (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))) (*.f64 (pow.f64 (/.f64 a (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* c (+ (* -1/2 (* (pow (/ 1 (* a (pow c 5))) 1/4) (* b (sqrt (/ 1 (sqrt -4)))))) (+ (* -1/8 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (+ (* 1/4 (* (pow (/ 1 (* (pow a 3) (pow c 7))) 1/4) (* (pow b 2) (sqrt (/ 1 (pow (sqrt -4) 3)))))) (* (pow (/ (* 1 a) (pow c 3)) 1/4) (sqrt (sqrt -4))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 c (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/4 binary64))) (*.f64 b (sqrt.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 #s(literal -4 binary64))))) (fma.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))))) (*.f64 (pow.f64 (/.f64 a (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 (sqrt.f64 #s(literal -4 binary64))))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 c (fma.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 (neg.f64 b) c)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (+ (* b b) (* c (* a -4)))) b) (*.f64 c (fma.f64 #s(literal -1/8 binary64) (*.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 (sqrt.f64 #s(literal -4 binary64)) #s(literal 3 binary64)))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b c)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -2 (* (sqrt (/ c a)) (* (pow (cbrt 1/2) 3) (sqrt -1)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 #s(literal -2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64)))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -1)))) (/ (* b (pow (cbrt 1/2) 3)) (* a c))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a) c)))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (* -1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (* (pow (cbrt 1/2) 3) (sqrt -1)))))) c)) (* 2 (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -1))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (/.f64 (fma.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c))) (*.f64 b b)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a))) c))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (* b (pow (cbrt 1/2) 3)) a)) (* -1 (/ (+ (* -1/64 (* (sqrt (/ 1 (* (pow a 5) c))) (* (pow b 4) (* (pow (cbrt 1/2) 3) (sqrt -1))))) (* 1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (* (pow (cbrt 1/2) 3) (sqrt -1)))))) c))) c)) (* 2 (* (sqrt (/ 1 (* a c))) (* (pow (cbrt 1/2) 3) (sqrt -1))))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b (/.f64 #s(literal 1/2 binary64) a) (/.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64))))) (*.f64 (*.f64 (*.f64 b b) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) #s(literal 1/2 binary64)) (sqrt.f64 #s(literal -1 binary64))))) c))) c))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* (pow (/ (* -1 c) a) 1/6) (* (cbrt 1/2) (cbrt 2)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (neg.f64 (*.f64 (pow.f64 (/.f64 (neg.f64 c) a) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 #s(literal 2 binary64)))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* 1/3 (* (cbrt (/ 1 (* (pow a 2) (pow c 4)))) (/ (* b (* (cbrt -1) (cbrt 1/2))) (pow (cbrt 2) 2)))) (* (pow (/ -1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 #s(literal 1/3 binary64) (*.f64 (cbrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 c #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 b (cbrt.f64 #s(literal -1 binary64))) (cbrt.f64 #s(literal 1/2 binary64))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))) (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/6 binary64)) (*.f64 (cbrt.f64 #s(literal 1/2 binary64)) (cbrt.f64 #s(literal 2 binary64))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1/3 (* (cbrt (/ (pow c 5) (pow a 2))) (/ (* b (* (cbrt -1) (cbrt 1/2))) (pow (cbrt 2) 2)))) (* -1/12 (* (pow (/ (* -1 (pow c 7)) (pow a 7)) 1/6) (/ (* (pow b 2) (cbrt 1/2)) (pow (cbrt 2) 2))))) (pow c 3))) (* (pow (/ -1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/6 binary64)) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 #s(literal 2 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/3 binary64) (*.f64 (cbrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) (*.f64 a a))) (/.f64 (*.f64 (*.f64 b (cbrt.f64 #s(literal -1 binary64))) (cbrt.f64 #s(literal 1/2 binary64))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))) (*.f64 #s(literal -1/12 binary64) (*.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 c #s(literal 7 binary64))) (pow.f64 a #s(literal 7 binary64))) #s(literal 1/6 binary64)) (/.f64 (*.f64 (*.f64 b b) (cbrt.f64 #s(literal 1/2 binary64))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))))) (pow.f64 c #s(literal 3 binary64))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* -1 (/ (+ (* 1/12 (* (pow (/ (* -1 (pow c 13)) (pow a 7)) 1/6) (/ (* (pow b 2) (cbrt 1/2)) (pow (cbrt 2) 2)))) (* 1/3 (* (cbrt (/ a c)) (/ (* (cbrt -1) (* (cbrt 1/2) (- (* -1/64 (* (sqrt (/ (pow c 3) (pow a 5))) (* (pow b 4) (sqrt -1)))) (* 1/3 (* (pow 1 1/6) (* (sqrt (/ (pow c 5) (pow a 3))) (/ (* (pow b 2) (sqrt -1)) (pow (cbrt 2) 3)))))))) (pow (cbrt 2) 2))))) c)) (* -1/3 (* (cbrt (/ (pow c 5) (pow a 2))) (/ (* b (* (cbrt -1) (cbrt 1/2))) (pow (cbrt 2) 2))))) (pow c 3))) (* (pow (/ -1 (* a (pow c 5))) 1/6) (* (cbrt 1/2) (cbrt 2)))))))) |
#s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/6 binary64)) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 #s(literal 2 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/3 binary64) (cbrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) (*.f64 a a)))) (/.f64 (*.f64 (*.f64 b (cbrt.f64 #s(literal -1 binary64))) (cbrt.f64 #s(literal 1/2 binary64))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal 1/3 binary64) (cbrt.f64 (/.f64 a c))) (/.f64 (*.f64 (*.f64 (cbrt.f64 #s(literal -1 binary64)) (cbrt.f64 #s(literal 1/2 binary64))) (-.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) (pow.f64 a #s(literal 5 binary64)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))))) (*.f64 #s(literal 1/3 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 3 binary64)))) (*.f64 (*.f64 b b) (/.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 1/12 binary64) (*.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 c #s(literal 13 binary64))) (pow.f64 a #s(literal 7 binary64))) #s(literal 1/6 binary64)) (/.f64 (*.f64 (*.f64 b b) (cbrt.f64 #s(literal 1/2 binary64))) (pow.f64 (cbrt.f64 #s(literal 2 binary64)) #s(literal 2 binary64)))))) c))) (pow.f64 c #s(literal 3 binary64))))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a)) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 b a) c))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) c))))) |
#s(approx (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) c))) c))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 b c)))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) b) c))))) |
#s(approx (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b 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 (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) c)) b) c))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) #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)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 b a) c))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) c))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 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 (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) c))) c))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* 1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 b a)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ c (pow a 3))) (* (pow b 2) (sqrt -1))))) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 c (pow.f64 a #s(literal 3 binary64)))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/8 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 b (/.f64 c a)))) c)))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) #s(hole binary64 (+ (* -1 (/ (- (* -1 (/ (- (+ (* 1/16 (/ (* (pow b 3) c) (pow a 2))) (* 1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))))))) (+ (* -1/4 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow c 3) (pow a 3))) (* (pow b 2) (sqrt -1)))))) c)) (* 1/2 (/ (* b c) a))) c)) (* (sqrt (/ c a)) (sqrt -1))))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/8 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 (pow.f64 b #s(literal 3 binary64)) c)) (*.f64 a a))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (pow.f64 (/.f64 c a) #s(literal 3 binary64))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/8 binary64))) c) (*.f64 #s(literal -1/2 binary64) (*.f64 b (/.f64 c a)))) c)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* 4 (/ (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1))))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)) c) (*.f64 (neg.f64 b) c)) c)))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (+ (* -1 (/ (+ (* -1 (* b c)) (* -1 (/ (+ (* -4 (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))) (* 4 (/ (+ (* 1/32 (/ (* (pow b 3) (pow c 2)) a)) (* 1/2 (* (sqrt (/ c a)) (* b (* (sqrt -1) (+ (* -1/8 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))) (* 1/16 (* (sqrt (/ (pow c 3) a)) (* (pow b 2) (sqrt -1)))))))))) c))) c))) c)) (* 2 (* (sqrt (* a c)) (sqrt -1)))))) |
#s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b c (/.f64 (fma.f64 #s(literal 4 binary64) (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64))) (*.f64 #s(literal 1/32 binary64) (*.f64 (pow.f64 b #s(literal 3 binary64)) (/.f64 (*.f64 c c) a)))) c) (*.f64 #s(literal -4 binary64) (*.f64 (*.f64 (*.f64 (sqrt.f64 (/.f64 (pow.f64 c #s(literal 3 binary64)) a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/16 binary64)))) c))) c)))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) #s(hole binary64 (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 b a) c))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) c))))) |
#s(approx (* (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (/ (sqrt (- (sqrt (+ (* b b) (* c (* a -4)))) b)) (* 2 a))) (*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) c)))) (*.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 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) c))) c))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 (neg.f64 c) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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) (* c (* a -4)))) (*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.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)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64)))))))) |
#s(approx (sqrt (+ (* b b) (* c (* a -4)))) #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 (sqrt (+ (* b b) (* c (* a -4)))) (*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.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)))) (fma.f64 #s(literal 1/512 binary64) (*.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)))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (pow.f64 c #s(literal 3 binary64))))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 c) (fma.f64 (pow.f64 (/.f64 (neg.f64 a) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (+ (* -1/8 (* (pow (/ -1 (* (pow a 3) (pow c 7))) 1/4) (/ (pow b 2) (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64))) (fma.f64 (pow.f64 (/.f64 (neg.f64 a) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 #s(literal -1/8 binary64) (*.f64 (pow.f64 (/.f64 (/.f64 #s(literal -1 binary64) (pow.f64 a #s(literal 3 binary64))) (pow.f64 c #s(literal 7 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) #s(hole binary64 (* -1 (* c (+ (* -1 (/ (+ (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (sqrt 2)))) (* 1/8 (* (pow (/ (* -1 (pow c 5)) (pow a 3)) 1/4) (/ (pow b 2) (pow (sqrt 2) 3))))) (pow c 3))) (+ (* -1/2 (* (pow (/ -1 (* a (pow c 5))) 1/4) (/ b (sqrt 2)))) (* (pow (/ (* -1 a) (pow c 3)) 1/4) (sqrt 2)))))))) |
#s(approx (sqrt (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (neg.f64 c) (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 1/8 binary64) (fma.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 c #s(literal 5 binary64))) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal 2 binary64))) (*.f64 (pow.f64 (/.f64 (neg.f64 (pow.f64 c #s(literal 5 binary64))) (pow.f64 a #s(literal 3 binary64))) #s(literal 1/4 binary64)) (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal 2 binary64)) #s(literal 3 binary64)))))) (pow.f64 c #s(literal 3 binary64))) (fma.f64 (pow.f64 (/.f64 (neg.f64 a) (pow.f64 c #s(literal 3 binary64))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal 2 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a (pow.f64 c #s(literal 5 binary64)))) #s(literal 1/4 binary64))) (/.f64 b (sqrt.f64 #s(literal 2 binary64)))))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) #s(hole binary64 (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 b c)))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (- (sqrt (+ (* b b) (* c (* a -4)))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) b) c))))) |
#s(approx (- (sqrt (+ (* b b) (* c (* a -4)))) 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 (+ (* b b) (* c (* a -4)))) b) (*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 (/.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 3 binary64)) c)))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 c a))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))))) c)) b) c))))) |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 53 | 310 |
| 0 | 86 | 288 |
| 0 | 962 | 288 |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a)) |
(-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(/.f64 (neg.f64 b) a) |
(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))) |
(neg.f64 (/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b)) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b) |
(fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) |
(/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) |
(*.f64 (*.f64 #s(literal -4 binary64) c) a) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) |
(sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) |
(sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) |
(sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) |
(/.f64 (*.f64 c c) (*.f64 b b)) |
(-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) |
| Outputs |
|---|
(*.f64 (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3/2 binary64)) (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3/2 binary64))) |
(*.f64 (sqrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))))) |
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(-.f64 (/.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (*.f64 #s(literal 2 binary64) a)) (/.f64 b (*.f64 #s(literal 2 binary64) a))) |
(exp.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(exp.f64 (*.f64 (log.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) #s(literal 3 binary64))) |
(log.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (sqrt.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) (sqrt.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))))) |
(*.f64 (*.f64 (cbrt.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))))) (cbrt.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))))) |
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 1/3 binary64)) |
(/.f64 (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (cbrt.f64 (*.f64 #s(literal 2 binary64) a))) |
(cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) |
(exp.f64 (log.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))))) |
(log.f64 (exp.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3/2 binary64)) (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3/2 binary64))) |
(*.f64 (sqrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))))) |
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(-.f64 (/.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (*.f64 #s(literal 2 binary64) a)) (/.f64 b (*.f64 #s(literal 2 binary64) a))) |
(exp.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(exp.f64 (*.f64 (log.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) #s(literal 3 binary64))) |
(log.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (*.f64 (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) #s(literal 1 binary64)) |
(/.f64 (-.f64 (pow.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64))) (+.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) (fma.f64 b b (*.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(/.f64 (-.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) |
(cbrt.f64 (*.f64 (*.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) |
(exp.f64 (log.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(log.f64 (exp.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(*.f64 (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a))) (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)))) |
(*.f64 (*.f64 (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a))) (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)))) (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)))) |
(pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) #s(literal 1 binary64)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(cbrt.f64 (*.f64 (*.f64 #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 (neg.f64 b) a))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)))) |
(exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)))) |
(log.f64 (exp.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)))) |
(*.f64 (sqrt.f64 (/.f64 (neg.f64 b) a)) (sqrt.f64 (/.f64 (neg.f64 b) a))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (neg.f64 b) a)) (cbrt.f64 (/.f64 (neg.f64 b) a))) (cbrt.f64 (/.f64 (neg.f64 b) a))) |
(pow.f64 (/.f64 (neg.f64 b) a) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (neg.f64 b)) (neg.f64 a)) |
(/.f64 (neg.f64 b) a) |
(neg.f64 (/.f64 b a)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (neg.f64 b) a) (/.f64 (neg.f64 b) a)) (/.f64 (neg.f64 b) a))) |
(exp.f64 (log.f64 (/.f64 (neg.f64 b) a))) |
(log.f64 (exp.f64 (/.f64 (neg.f64 b) a))) |
(*.f64 (sqrt.f64 (neg.f64 b)) (sqrt.f64 (neg.f64 b))) |
(*.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b))) |
(pow.f64 (neg.f64 b) #s(literal 1 binary64)) |
(neg.f64 b) |
(cbrt.f64 (*.f64 (*.f64 b b) (neg.f64 b))) |
(exp.f64 (log.f64 (neg.f64 b))) |
(log.f64 (exp.f64 (neg.f64 b))) |
(*.f64 (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)))) (sqrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))))) |
(*.f64 (*.f64 (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)))) (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))))) (cbrt.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))))) |
(pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))) #s(literal 1 binary64)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))) |
(cbrt.f64 (*.f64 (*.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))))) |
(exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))))) |
(log.f64 (exp.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))))) |
(*.f64 (sqrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))) (sqrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))) (cbrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)))) (cbrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c)) b) |
(/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)) |
(neg.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)))) |
(exp.f64 (log.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)))) |
(log.f64 (exp.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b)))) |
(*.f64 (sqrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b)) (sqrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b)) (cbrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b))) (cbrt.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c)) (neg.f64 b)) |
(/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b))) |
(exp.f64 (log.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b))) |
(+.f64 (/.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) b) (/.f64 c b)) |
(log.f64 (exp.f64 (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) b))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c)) (sqrt.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c))) |
(*.f64 (*.f64 (cbrt.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c)) (cbrt.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c))) (cbrt.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c))) |
(pow.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) #s(literal 1 binary64)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) (*.f64 c c)) (-.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) c)) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) #s(literal 3 binary64)) (pow.f64 c #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (-.f64 (*.f64 c c) (*.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) c)))) |
(fma.f64 (sqrt.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) c) |
(fma.f64 (*.f64 (cbrt.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) (cbrt.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)))) (cbrt.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) c) |
(fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) |
(fma.f64 a (*.f64 (/.f64 c b) (/.f64 c b)) c) |
(cbrt.f64 (*.f64 (*.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c)) (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c))) |
(exp.f64 (log.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c))) |
(+.f64 (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) c) |
(+.f64 c (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b))) |
(log.f64 (exp.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c))) |
(*.f64 (sqrt.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)))) |
(pow.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (*.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a))) (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)))) |
(exp.f64 (log.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)))) |
(log.f64 (exp.f64 (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (sqrt.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) (sqrt.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) (cbrt.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) (cbrt.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(pow.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) #s(literal 1 binary64)) |
(/.f64 (neg.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a))) (neg.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(exp.f64 (log.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(log.f64 (exp.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(*.f64 (sqrt.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a))) (sqrt.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)))) |
(*.f64 (*.f64 (cbrt.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a))) (cbrt.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)))) (cbrt.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)))) |
(pow.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) #s(literal 1 binary64)) |
#s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) |
(cbrt.f64 (*.f64 (*.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a))) #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)))) |
(exp.f64 (log.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)))) |
(log.f64 (exp.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)))) |
(*.f64 (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (sqrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) a))) |
(*.f64 (*.f64 (cbrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (cbrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) a))) (cbrt.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) a))) |
(*.f64 (*.f64 c #s(literal -4 binary64)) a) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(*.f64 #s(literal -4 binary64) (*.f64 c a)) |
(pow.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) a) #s(literal 1 binary64)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) a) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (*.f64 (*.f64 c #s(literal -4 binary64)) a))) |
(exp.f64 (log.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) a))) |
(log.f64 (exp.f64 (*.f64 (*.f64 c #s(literal -4 binary64)) a))) |
(*.f64 (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3/2 binary64)) (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3/2 binary64))) |
(*.f64 (sqrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a)) (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (*.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))))) |
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) #s(literal 2 binary64)) a) |
(/.f64 (neg.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (neg.f64 (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) |
(cbrt.f64 (*.f64 (*.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)) (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(-.f64 (/.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (*.f64 #s(literal 2 binary64) a)) (/.f64 b (*.f64 #s(literal 2 binary64) a))) |
(exp.f64 (log.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(exp.f64 (*.f64 (log.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) #s(literal 3 binary64))) |
(log.f64 (exp.f64 (/.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a)))) |
(*.f64 (sqrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) (sqrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) |
(*.f64 (*.f64 (cbrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) (cbrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) (cbrt.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) |
(pow.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) #s(literal 1/2 binary64)) |
(cbrt.f64 (*.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) |
(sqrt.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b))) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (fabs.f64 b)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (neg.f64 b)) |
(hypot.f64 (neg.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (fabs.f64 b)) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (neg.f64 b)) |
(hypot.f64 (fabs.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) |
(hypot.f64 (fabs.f64 b) (neg.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(hypot.f64 (fabs.f64 b) (fabs.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(hypot.f64 (fabs.f64 b) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (neg.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (fabs.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(hypot.f64 (sqrt.f64 (*.f64 b b)) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(hypot.f64 (neg.f64 b) (neg.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(hypot.f64 (neg.f64 b) (fabs.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(hypot.f64 (neg.f64 b) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(hypot.f64 b (neg.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(hypot.f64 b (fabs.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) (fabs.f64 b)) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) (sqrt.f64 (*.f64 b b))) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) (neg.f64 b)) |
(hypot.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) b) |
(exp.f64 (log.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) |
(log.f64 (exp.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))))) |
(*.f64 (sqrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) (sqrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(*.f64 (*.f64 (cbrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) (cbrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) (cbrt.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(pow.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) #s(literal 1/2 binary64)) |
(cbrt.f64 (*.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) |
(exp.f64 (log.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(log.f64 (exp.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(*.f64 (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) |
(*.f64 (*.f64 (cbrt.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (cbrt.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) (cbrt.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(pow.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) #s(literal 1/2 binary64)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)) (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))) |
(exp.f64 (log.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(log.f64 (exp.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) |
(*.f64 (/.f64 c b) (/.f64 c b)) |
(*.f64 (sqrt.f64 (*.f64 (/.f64 c b) (/.f64 c b))) (sqrt.f64 (*.f64 (/.f64 c b) (/.f64 c b)))) |
(*.f64 (*.f64 (cbrt.f64 (*.f64 (/.f64 c b) (/.f64 c b))) (cbrt.f64 (*.f64 (/.f64 c b) (/.f64 c b)))) (cbrt.f64 (*.f64 (/.f64 c b) (/.f64 c b)))) |
(*.f64 c (/.f64 c (*.f64 b b))) |
(pow.f64 (*.f64 (/.f64 c b) (/.f64 c b)) #s(literal 1 binary64)) |
(/.f64 (/.f64 (*.f64 c c) b) b) |
(/.f64 (neg.f64 (*.f64 c c)) (neg.f64 (*.f64 b b))) |
(/.f64 (*.f64 c c) (*.f64 b b)) |
(cbrt.f64 (*.f64 (*.f64 (*.f64 (/.f64 c b) (/.f64 c b)) (*.f64 (/.f64 c b) (/.f64 c b))) (*.f64 (/.f64 c b) (/.f64 c b)))) |
(exp.f64 (log.f64 (*.f64 (/.f64 c b) (/.f64 c b)))) |
(log.f64 (exp.f64 (*.f64 (/.f64 c b) (/.f64 c b)))) |
(*.f64 (*.f64 (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) (cbrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (sqrt.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) #s(literal 1 binary64)) |
(/.f64 (-.f64 (pow.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) #s(literal 3 binary64)) (pow.f64 b #s(literal 3 binary64))) (+.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) (fma.f64 b b (*.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)))) |
(/.f64 (-.f64 (fma.f64 (*.f64 c a) #s(literal -4 binary64) (*.f64 b b)) (*.f64 b b)) (+.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) |
(cbrt.f64 (*.f64 (*.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b)) (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) |
(exp.f64 (log.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
(log.f64 (exp.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b))) |
Compiled 40 185 to 3 931 computations (90.2% saved)
38 alts after pruning (30 fresh and 8 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 644 | 12 | 656 |
| Fresh | 5 | 18 | 23 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 4 | 4 |
| Total | 650 | 38 | 688 |
| Status | Accuracy | Program |
|---|---|---|
| 9.9% | (pow.f64 (pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) | |
| 27.8% | (pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) | |
| 37.6% | (pow.f64 (cbrt.f64 #s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (/.f64 (neg.f64 b) a))) #s(literal 3 binary64)) | |
| 37.1% | (pow.f64 #s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (neg.f64 (*.f64 (*.f64 (cbrt.f64 (/.f64 b a)) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 #s(literal 2 binary64))))) #s(literal 3 binary64)) | |
| 17.7% | (/.f64 (fma.f64 b (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (*.f64 (*.f64 a a) #s(literal 4 binary64))) | |
| 23.5% | (/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) | |
| 24.3% | (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) b) b)) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 24.4% | (/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
| 26.2% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (sqrt.f64 c)) (sqrt.f64 c) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 49.6% | (/.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)) |
| 32.0% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)))) (*.f64 #s(literal 2 binary64) a)) | |
| 24.9% | (/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b)))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 8.6% | (/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
| 21.1% | (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (*.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) | |
| 26.5% | (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (*.f64 (/.f64 a b) #s(literal -2 binary64)) c)) (*.f64 #s(literal 2 binary64) a)) | |
| 24.8% | (/.f64 #s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) a)) | |
| 42.3% | (*.f64 (pow.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) | |
| 19.0% | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) | |
| 22.4% | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) b)) (*.f64 #s(literal 2 binary64) a))) | |
| ✓ | 38.0% | (*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) |
| 18.1% | (exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)))) | |
| 12.7% | (exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)))) | |
| ✓ | 8.7% | #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
| 2.5% | #s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal 1 binary64) (/.f64 b a))) | |
| 32.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))) | |
| 37.6% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b))) a)) | |
| 36.4% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (sqrt.f64 (neg.f64 b)) (sqrt.f64 (neg.f64 b))) a)) | |
| ✓ | 38.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
| 34.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (exp.f64 (log.f64 (neg.f64 b))) a)) | |
| 32.0% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (*.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b))))) | |
| ✓ | 32.6% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
| 11.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 #s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) c (*.f64 (neg.f64 a) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) | |
| 37.7% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)))) | |
| 17.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 a) c) (*.f64 b b)) #s(literal 1 binary64))) b)) c)) | |
| 32.4% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 #s(literal -1 binary64) b)) c)) | |
| 37.8% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) | |
| ✓ | 28.2% | #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))) |
| 31.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 #s(approx (+ (* a (/ (* c c) (* b b))) c) (*.f64 c (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) b))) |
Compiled 3 177 to 1 215 computations (61.8% saved)
| Inputs |
|---|
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c 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)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 #s(literal -1 binary64) b)) c)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) b)) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) |
(/.f64 #s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (*.f64 (/.f64 a b) #s(literal -2 binary64)) c)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 #s(approx (+ (* a (/ (* c c) (* b b))) c) (*.f64 c (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) 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)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (neg.f64 (/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) b))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (sqrt.f64 (neg.f64 b)) (sqrt.f64 (neg.f64 b))) a)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)))) (*.f64 #s(literal 2 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 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 c c) b) (/.f64 a b) c)) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))) |
(/.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)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (/.f64 (fma.f64 (neg.f64 a) (*.f64 (/.f64 c b) (/.f64 c b)) (neg.f64 c)) b)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) (sqrt.f64 c)) (sqrt.f64 c) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (neg.f64 a) (/.f64 c (pow.f64 b #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) b)) c)) |
(/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 c #s(literal -4 binary64)) a)) (*.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) b) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 b (*.f64 #s(literal 2 binary64) a) (*.f64 (*.f64 #s(literal 2 binary64) a) (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b))) (*.f64 (*.f64 a a) #s(literal 4 binary64))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 #s(approx (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) (/.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) c (*.f64 (neg.f64 a) (*.f64 b b))) (pow.f64 b #s(literal 5 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (*.f64 (-.f64 b (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 b b)) (*.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))) b) b) (*.f64 #s(literal 2 binary64) a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 (fma.f64 (/.f64 (*.f64 (*.f64 a a) (*.f64 c c)) (pow.f64 b #s(literal 4 binary64))) #s(literal -2 binary64) (-.f64 (/.f64 (*.f64 (neg.f64 a) c) (*.f64 b b)) #s(literal 1 binary64))) b)) c)) |
(/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) (sqrt.f64 (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 c (*.f64 a #s(literal -4 binary64))))) b)) (*.f64 #s(literal 2 binary64) a))) |
(/.f64 (/.f64 #s(approx (- (+ (* (* -4 a) c) (* b b)) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)) (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64)))) (sqrt.f64 (sqrt.f64 (*.f64 (*.f64 c a) #s(literal -4 binary64))))) b) b)) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (exp.f64 (log.f64 (neg.f64 b))) a)) |
(exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)))) |
(pow.f64 (cbrt.f64 #s(approx (pow (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) 3) (/.f64 (neg.f64 b) a))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (-.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b)) (*.f64 b b)) (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) (sqrt.f64 (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64)))))) b) b)) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (/.f64 #s(literal 1 binary64) b)) c)) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (sqrt.f64 (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) b)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (*.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (*.f64 (cbrt.f64 (neg.f64 b)) (cbrt.f64 (neg.f64 b))) (cbrt.f64 (neg.f64 b))) a)) |
(/.f64 (exp.f64 (log.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b))) (*.f64 #s(literal 2 binary64) a)) |
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)))) (*.f64 #s(literal 2 binary64) a)) |
(pow.f64 (cbrt.f64 (/.f64 (-.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b) b) (*.f64 #s(literal 2 binary64) a))) #s(literal 3 binary64)) |
(/.f64 (+.f64 (neg.f64 b) (exp.f64 (log.f64 (hypot.f64 (*.f64 (sqrt.f64 (*.f64 a #s(literal -4 binary64))) (sqrt.f64 c)) b)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (fma.f64 (fma.f64 (*.f64 #s(literal -4 binary64) (pow.f64 a #s(literal 3 binary64))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 a a) #s(literal -2 binary64)) (pow.f64 b #s(literal 3 binary64)))) c (*.f64 (/.f64 a b) #s(literal -2 binary64))) c)) (*.f64 #s(literal 2 binary64) a)) |
(pow.f64 #s(approx (cbrt (/ (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b) (* 2 a))) (neg.f64 (*.f64 (*.f64 (cbrt.f64 (/.f64 b a)) (cbrt.f64 #s(literal 1/2 binary64))) (cbrt.f64 #s(literal 2 binary64))))) #s(literal 3 binary64)) |
(/.f64 (/.f64 (/.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b) #s(literal 2 binary64)) (pow.f64 (cbrt.f64 a) #s(literal 2 binary64))) (cbrt.f64 a)) |
(*.f64 (pow.f64 (pow.f64 (-.f64 (hypot.f64 b (sqrt.f64 (*.f64 c (*.f64 a #s(literal -4 binary64))))) b) #s(literal 3/2 binary64)) #s(literal 1/3 binary64)) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(exp.f64 (log.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)))) |
(pow.f64 (pow.f64 #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (-.f64 (*.f64 (fma.f64 (/.f64 c (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) a) a) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3 binary64)))) c) (pow.f64 b #s(literal -1 binary64))) c)) #s(literal 3 binary64)) #s(literal 1/3 binary64)) |
(*.f64 (pow.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) #s(literal 2 binary64)) (/.f64 (cbrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (*.f64 #s(literal 2 binary64) a))) |
(*.f64 (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (/.f64 (sqrt.f64 (-.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b) b)) (cbrt.f64 (*.f64 #s(literal 2 binary64) a)))) |
(fma.f64 (/.f64 (cbrt.f64 (fma.f64 (*.f64 #s(literal -4 binary64) a) c (*.f64 b b))) (pow.f64 (cbrt.f64 (*.f64 #s(literal 2 binary64) a)) #s(literal 2 binary64))) (/.f64 (cbrt.f64 (hypot.f64 (sqrt.f64 (*.f64 (*.f64 #s(literal -4 binary64) a) c)) b)) (cbrt.f64 (*.f64 #s(literal 2 binary64) a))) (/.f64 b (*.f64 #s(literal -2 binary64) a))) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) 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)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
4 calls:
| 41.0ms | c |
| 29.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 15.0ms | a |
| 15.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.5% | 5 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 58.5% | 3 | a |
| 84.1% | 3 | b |
| 56.6% | 3 | c |
Compiled 20 to 23 computations (-15% saved)
| Inputs |
|---|
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c 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)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 #s(literal -1 binary64) b)) c)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) b)) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) |
(/.f64 #s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (*.f64 (/.f64 a b) #s(literal -2 binary64)) c)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 #s(approx (+ (* a (/ (* c c) (* b b))) c) (*.f64 c (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) 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)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (neg.f64 (/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) b))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (sqrt.f64 (neg.f64 b)) (sqrt.f64 (neg.f64 b))) a)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)))) (*.f64 #s(literal 2 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 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 c b) b))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 c c) b) (/.f64 a b) c)) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (fma.f64 (*.f64 (/.f64 c b) (/.f64 c b)) a c) (neg.f64 b))) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
1 calls:
| 6.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.8% | 3 | b |
Compiled 1 to 3 computations (-200% saved)
| Inputs |
|---|
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c 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)) (/.f64 (neg.f64 b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (/.f64 #s(literal -1 binary64) b)) c)) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (*.f64 #s(literal 1 binary64) (/.f64 b a))) |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) b)) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) |
(/.f64 #s(approx (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (*.f64 (/.f64 (*.f64 c a) b) #s(literal -2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 (*.f64 (/.f64 a b) #s(literal -2 binary64)) c)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (*.f64 (/.f64 (*.f64 c a) b) #s(literal 2 binary64))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (+ (* (* -4 a) c) (* b b)))) (* 2 a)) (*.f64 (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)) (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 #s(approx (+ (* a (/ (* c c) (* b b))) c) (*.f64 c (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) 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)) (*.f64 #s(approx (- (* (+ (* (* (* -2 a) a) (/ c (pow b 5))) (/ (neg a) (pow b 3))) c) (/ 1 b)) (neg.f64 (/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) b))) c)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (neg.f64 b) (fma.f64 (/.f64 c (*.f64 b b)) #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (sqrt.f64 (neg.f64 b)) (sqrt.f64 (neg.f64 b))) a)) |
| Outputs |
|---|
#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 c (neg.f64 b))) |
2 calls:
| 5.0ms | b |
| 4.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 52.0% | 3 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 68.0% | 2 | b |
Compiled 18 to 17 computations (5.6% saved)
| Inputs |
|---|
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
4 calls:
| 2.0ms | a |
| 1.0ms | c |
| 1.0ms | b |
| 1.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 32.6% | 1 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 32.6% | 1 | c |
| 32.6% | 1 | a |
| 32.6% | 1 | b |
Compiled 20 to 23 computations (-15% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
| Outputs |
|---|
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
4 calls:
| 1.0ms | b |
| 1.0ms | a |
| 1.0ms | c |
| 1.0ms | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 8.7% | 1 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (*.f64 #s(literal 2 binary64) a)) |
| 8.7% | 1 | c |
| 8.7% | 1 | a |
| 8.7% | 1 | b |
Compiled 20 to 23 computations (-15% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 31.0ms | 7.13567738808769e-46 | 2.3814916996012924e-37 |
| 36.0ms | -9.682951983464428e+83 | -1.115513305084798e+79 |
| 21.0ms | 223× | 0 | valid |
| 7.0ms | 30× | 2 | valid |
| 5.0ms | 35× | 1 | valid |
| 4.0ms | 45× | 0 | invalid |
Compiled 704 to 596 computations (15.3% saved)
ival-mult: 9.0ms (37.4% of total)adjust: 3.0ms (12.5% of total)ival-div: 3.0ms (12.5% of total)ival-sqrt: 3.0ms (12.5% of total)ival-sub: 2.0ms (8.3% of total)ival-add: 2.0ms (8.3% of total)ival-neg: 2.0ms (8.3% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 1.0ms | 7.13567738808769e-46 | 2.3814916996012924e-37 |
| 22.0ms | -3.0481040236171585e-26 | -1.53381591399929e-33 |
| 14.0ms | 144× | 0 | valid |
| 2.0ms | 29× | 0 | invalid |
Compiled 902 to 722 computations (20% saved)
ival-mult: 4.0ms (35.6% of total)ival-neg: 3.0ms (26.7% of total)ival-div: 1.0ms (8.9% of total)ival-add: 1.0ms (8.9% of total)ival-sub: 1.0ms (8.9% of total)ival-sqrt: 1.0ms (8.9% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 21.0ms | 3.3650192476557466e-298 | 1.8145866503755054e-296 |
| 9.0ms | 112× | 0 | valid |
| 4.0ms | 47× | 0 | invalid |
Compiled 328 to 272 computations (17.1% saved)
ival-mult: 4.0ms (46.3% of total)ival-div: 1.0ms (11.6% of total)ival-add: 1.0ms (11.6% of total)ival-sub: 1.0ms (11.6% of total)ival-sqrt: 1.0ms (11.6% of total)ival-neg: 1.0ms (11.6% of total)adjust: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 65 | 255 |
| 1 | 250 | 249 |
| 2 | 496 | 247 |
| 3 | 1776 | 245 |
| 1× | node limit |
| Inputs |
|---|
(if (<=.f64 b #s(literal -930000000000000029998194138155220913959685151622064654700491840972578687264562872320 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) (if (<=.f64 b #s(literal 1968499104217263/401734511064747568885490523085290650630550748445698208825344 binary64)) (/.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)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal -8563486156235759/713623846352979940529142984724747568191373312 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) (if (<=.f64 b #s(literal 1968499104217263/401734511064747568885490523085290650630550748445698208825344 binary64)) (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)))) (*.f64 #s(literal 2 binary64) a)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal 4005662987735449/11781361728633673532894774498354952494238773929196300355071513798753168641589311119865182769801300280680127783231251635087526446289021607771691249214388576215221396663491984443067742263787264024212477244347842938066577043117995647400274369612403653814737339068225047641453182709824206687753689912418253153056587776 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 c (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
| Outputs |
|---|
(if (<=.f64 b #s(literal -930000000000000029998194138155220913959685151622064654700491840972578687264562872320 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) (if (<=.f64 b #s(literal 1968499104217263/401734511064747568885490523085290650630550748445698208825344 binary64)) (/.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)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal -8563486156235759/713623846352979940529142984724747568191373312 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) b (/.f64 b a)))) (if (<=.f64 b #s(literal 1968499104217263/401734511064747568885490523085290650630550748445698208825344 binary64)) (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* (* -4 a) c) (* b b)) (*.f64 (*.f64 #s(literal -4 binary64) c) a)))) (*.f64 #s(literal 2 binary64) a)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal 4005662987735449/11781361728633673532894774498354952494238773929196300355071513798753168641589311119865182769801300280680127783231251635087526446289021607771691249214388576215221396663491984443067742263787264024212477244347842938066577043117995647400274369612403653814737339068225047641453182709824206687753689912418253153056587776 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 c (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (/ (- (+ (* (* -4 a) c) (* b b)) (* b b)) (- (sqrt (+ (* (sqrt (* (* -4 a) c)) (sqrt (* (* -4 a) c))) (* b b))) b)) (* 2 a)) (/.f64 c b)) |
| 1× | fuel |
Compiled 263 to 67 computations (74.5% saved)
Compiled 644 to 204 computations (68.3% saved)
Loading profile data...