
Time bar (total: 10.7s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 3 |
| 25% | 25% | 74.9% | 0.1% | 0% | 0% | 0% | 4 |
| 37.5% | 37.4% | 62.4% | 0.1% | 0% | 0% | 0% | 5 |
| 37.5% | 37.4% | 62.4% | 0.1% | 0% | 0% | 0% | 6 |
| 40% | 37.4% | 56.2% | 0.1% | 0% | 6.2% | 0% | 7 |
| 48.3% | 45.2% | 48.4% | 0.1% | 0% | 6.2% | 0% | 8 |
| 53% | 48.4% | 42.9% | 0.1% | 0% | 8.6% | 0% | 9 |
| 58.1% | 50.3% | 36.3% | 0.1% | 0% | 13.3% | 0% | 10 |
| 66.1% | 56.8% | 29.1% | 0.1% | 0% | 14% | 0% | 11 |
| 70.4% | 58.8% | 24.7% | 0.1% | 0% | 16.4% | 0% | 12 |
Compiled 19 to 16 computations (15.8% saved)
| 587.0ms | 5 513× | 0 | valid |
| 349.0ms | 1 207× | 2 | valid |
| 287.0ms | 1 366× | 1 | valid |
| 81.0ms | 955× | 0 | invalid |
| 74.0ms | 170× | 3 | valid |
ival-mult: 458.0ms (43.4% of total)ival-div: 122.0ms (11.6% of total)ival-add: 114.0ms (10.8% of total)ival-sqrt: 104.0ms (9.9% of total)ival-sub: 93.0ms (8.8% of total)adjust: 80.0ms (7.6% of total)ival-neg: 64.0ms (6.1% of total)exact: 10.0ms (0.9% of total)ival-true: 7.0ms (0.7% of total)ival-assert: 4.0ms (0.4% of total)| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 93 | 0 | - | 0 | - | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| 58 | 0 | - | 0 | - | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
| 19 | 0 | - | 3 | (-1.3746333497258098e-226 2.472564202972088e-149 -1.776030103272029e-243) | (/.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)) |
| 3 | 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 | 89 | 0 |
| ↳ | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | overflow | 89 | |
| ↳ | (*.f64 (*.f64 #s(literal 4 binary64) a) c) | overflow | 12 | |
| ↳ | (*.f64 b b) | overflow | 82 | |
+.f64 | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) | cancellation | 58 | 1 |
/.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 | 16 | 0 |
| ↳ | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | underflow | 4 | |
| ↳ | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) | underflow | 30 | |
| ↳ | (*.f64 (*.f64 #s(literal 4 binary64) a) c) | underflow | 40 | |
| ↳ | (*.f64 b b) | underflow | 43 | |
sqrt.f64 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) | uflow-rescue | 4 | 0 |
| ↳ | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | underflow | 4 | |
| ↳ | (*.f64 (*.f64 #s(literal 4 binary64) a) c) | underflow | 40 | |
| ↳ | (*.f64 b b) | underflow | 43 | |
-.f64 | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | nan-rescue | 3 | 0 |
| ↳ | (*.f64 b b) | overflow | 82 | |
| ↳ | (*.f64 (*.f64 #s(literal 4 binary64) a) c) | overflow | 12 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 121 | 0 |
| - | 19 | 116 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 121 | 0 | 0 |
| - | 19 | 1 | 115 |
| number | freq |
|---|---|
| 0 | 116 |
| 1 | 112 |
| 2 | 26 |
| 3 | 2 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 48.0ms | 340× | 0 | valid |
| 18.0ms | 80× | 2 | valid |
| 13.0ms | 80× | 1 | valid |
| 4.0ms | 12× | 3 | valid |
Compiled 164 to 46 computations (72% saved)
ival-mult: 28.0ms (50.4% of total)ival-sqrt: 6.0ms (10.8% of total)ival-div: 5.0ms (9% of total)adjust: 5.0ms (9% of total)ival-sub: 4.0ms (7.2% of total)ival-add: 4.0ms (7.2% of total)ival-neg: 2.0ms (3.6% of total)exact: 1.0ms (1.8% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 1× | egg-herbie |
| 1 548× | div-sub |
| 1 120× | lower-fma.f64 |
| 1 120× | lower-fma.f32 |
| 1 004× | sub-neg |
| 744× | lower-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 54 | 158 |
| 1 | 162 | 144 |
| 2 | 463 | 144 |
| 3 | 1233 | 144 |
| 4 | 3210 | 144 |
| 5 | 6057 | 144 |
| 0 | 14 | 17 |
| 0 | 23 | 17 |
| 1 | 40 | 16 |
| 2 | 77 | 16 |
| 3 | 160 | 16 |
| 4 | 240 | 16 |
| 5 | 381 | 16 |
| 6 | 662 | 16 |
| 7 | 1129 | 16 |
| 8 | 2243 | 16 |
| 9 | 2519 | 16 |
| 10 | 2629 | 16 |
| 11 | 2684 | 16 |
| 12 | 2685 | 16 |
| 13 | 2685 | 16 |
| 14 | 2691 | 16 |
| 0 | 2691 | 15 |
| 1× | iter limit |
| 1× | saturated |
| 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 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
Compiled 20 to 14 computations (30% saved)
Compiled 3 to 3 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 55.7% | (/.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 20 to 14 computations (30% saved)
| 1× | egg-herbie |
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 | 128 | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | |
| cost-diff | 128 | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
| 1 120× | lower-fma.f64 |
| 1 120× | lower-fma.f32 |
| 744× | lower-*.f32 |
| 736× | lower-*.f64 |
| 440× | div-sub |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 70 |
| 0 | 23 | 70 |
| 1 | 40 | 68 |
| 2 | 77 | 68 |
| 3 | 160 | 68 |
| 4 | 240 | 68 |
| 5 | 381 | 68 |
| 6 | 662 | 68 |
| 7 | 1129 | 68 |
| 8 | 2243 | 68 |
| 9 | 2519 | 68 |
| 10 | 2629 | 68 |
| 11 | 2684 | 68 |
| 12 | 2685 | 68 |
| 13 | 2685 | 68 |
| 14 | 2691 | 68 |
| 0 | 2691 | 64 |
| 1× | iter limit |
| 1× | saturated |
| 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 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) |
(-.f64 (sqrt.f64 (fma.f64 a (*.f64 c #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 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b))) |
(-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(*.f64 b b) |
(*.f64 (*.f64 #s(literal 4 binary64) a) c) |
(*.f64 #s(literal 4 binary64) (*.f64 a c)) |
(*.f64 #s(literal 4 binary64) a) |
#s(literal 4 binary64) |
a |
c |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 a #s(literal 2 binary64)) |
#s(literal 2 binary64) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.6132812500000001 | (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) | |
| accuracy | 4.178763852322274 | (/.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.683922561029524 | (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) | |
| accuracy | 21.72701588700146 | (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) |
| 21.0ms | 40× | 1 | valid |
| 18.0ms | 170× | 0 | valid |
| 9.0ms | 40× | 2 | valid |
| 2.0ms | 6× | 3 | valid |
Compiled 72 to 16 computations (77.8% saved)
ival-mult: 22.0ms (62.5% of total)ival-div: 3.0ms (8.5% of total)ival-sqrt: 3.0ms (8.5% of total)ival-sub: 2.0ms (5.7% of total)adjust: 2.0ms (5.7% of total)ival-add: 2.0ms (5.7% of total)ival-neg: 1.0ms (2.8% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ()) |
#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ()) |
#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ()) |
#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ()) |
| Outputs |
|---|
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 b) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor 0 b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow b 2) (* 4 (* a c))) (taylor 0 b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow b 2) (* 4 (* a c))) (taylor 0 b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (- (pow b 2) (* 4 (* a c))) (taylor 0 b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor inf b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor -inf b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow b 2) a) (* 4 c))) (taylor inf a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow b 2) a) (* 4 c))) (taylor inf a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow b 2) a) (* 4 c))) (taylor inf a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) (taylor -inf a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) (taylor -inf a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) (taylor -inf a) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (/ (pow b 2) c) (* 4 a))) (taylor inf c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (/ (pow b 2) c) (* 4 a))) (taylor inf c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (/ (pow b 2) c) (* 4 a))) (taylor inf c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) (taylor -inf c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) (taylor -inf c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) (taylor -inf c) (#s(alt (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) (patch (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.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)) (patch (/.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)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor inf b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf a) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf c) (#s(alt (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) (patch (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 (*.f64 #s(literal 4 binary64) a) c))) #<representation binary64>) () ())) ()) |
39 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | b | @ | inf | (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
| 1.0ms | c | @ | inf | (sqrt (- (* b b) (* (* 4 a) c))) |
| 1.0ms | c | @ | 0 | (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
| 1.0ms | b | @ | 0 | (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) |
| 1.0ms | a | @ | inf | (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) |
| 1× | egg-herbie |
| 11 458× | lower-fma.f64 |
| 11 458× | lower-fma.f32 |
| 7 766× | lower-*.f64 |
| 7 766× | lower-*.f32 |
| 2 546× | lower-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 545 | 3273 |
| 1 | 1738 | 3232 |
| 2 | 6083 | 3204 |
| 0 | 8243 | 3047 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* 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))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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)))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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)))))) |
(* -4 (* a c)) |
(- (pow b 2) (* 4 (* a c))) |
(- (pow b 2) (* 4 (* a c))) |
(- (pow b 2) (* 4 (* a c))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(* -4 (* a c)) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(* -4 (* a c)) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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))))))) |
(* -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 |
|---|
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 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))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/32 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(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(* -2 (/ (* a c) b)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 a (*.f64 c c)) (*.f64 b b)) (*.f64 a c)) (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (pow.f64 b #s(literal 6 binary64))))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 b (neg.f64 (fma.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) (*.f64 b b)) #s(literal 2 binary64)))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 2 binary64)) (neg.f64 b)) |
(* -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)))))))) |
(*.f64 b (neg.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) #s(literal 2 binary64))))) |
(* -2 (/ (* a c) b)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* 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)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b (neg.f64 a)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (neg.f64 a))))) |
(* 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))) |
(*.f64 a (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (neg.f64 a)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/4 binary64)) (neg.f64 b)) a)) (neg.f64 a)) |
(* -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)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 (fma.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)))) a) b) a)) (neg.f64 a)) |
(* -2 (/ (* a c) b)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 c (*.f64 a (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 a b))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(* 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)))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) (/.f64 b (neg.f64 c))))) |
(* 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))) |
(*.f64 c (-.f64 (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))) (/.f64 b c))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/4 binary64)) (neg.f64 b)) c)) (neg.f64 c)) |
(* -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)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal -1/64 binary64)))) c) b) c)) (neg.f64 c)) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(- (pow b 2) (* 4 (* a c))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(- (pow b 2) (* 4 (* a c))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(- (pow b 2) (* 4 (* a c))) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a c) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/4 binary64)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 a (*.f64 a (*.f64 c c)))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 c #s(literal 4 binary64))) (/.f64 #s(literal 20 binary64) (*.f64 a (pow.f64 b #s(literal 6 binary64)))))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 b)) |
(* -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)))))) |
(*.f64 (-.f64 (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(+ (* -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))))))) |
(+.f64 (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) (*.f64 (*.f64 a a) (fma.f64 (*.f64 (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 a b)) #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) #s(literal -2 binary64)) (pow.f64 b #s(literal 5 binary64)))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a)))) |
(+ (* -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)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 c a))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 b #s(literal 1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64)))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 b #s(literal 1/2 binary64) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)))) (neg.f64 a))) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 a c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 a (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) c) (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64)))) (*.f64 a b))) (neg.f64 (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c)))) |
(* 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)))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c))))) |
(* 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))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 b (/.f64 #s(literal 1/2 binary64) (*.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)) (*.f64 #s(literal -1/2 binary64) (/.f64 b a))) c))) |
(* -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))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 b a)) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal -1/128 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/8 binary64)))) c)) c)))) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b b)) (sqrt.f64 #s(literal -4 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))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) #s(literal 1/32 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 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))))))))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (*.f64 (*.f64 b b) (fma.f64 b (*.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)) (*.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a (*.f64 a (*.f64 c c))))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(fma.f64 b (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) (*.f64 b b)) b) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(* 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))))))) |
(fma.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(fma.f64 #s(literal 2 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) b) (neg.f64 b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (neg.f64 b)) |
(* -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)))))))) |
(*.f64 b (neg.f64 (fma.f64 #s(literal -4 binary64) (*.f64 (*.f64 a (*.f64 a a)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a (*.f64 c c))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 c b))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))))) (sqrt.f64 #s(literal -4 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))))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 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)))))) |
(*.f64 a (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64)))))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 b b) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (neg.f64 a)) |
(* -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))))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64))))) (neg.f64 a)) |
(* -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)))))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)))))) (neg.f64 a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (/.f64 c b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 c (*.f64 a (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 #s(literal -2 binary64) (*.f64 a (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 a (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 a #s(literal -2 binary64)) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.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 a c))))) |
(* 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))))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 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)))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (/.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))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 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))))))) |
(neg.f64 (*.f64 c (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 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)))))))) |
(neg.f64 (*.f64 c (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)))))))) |
| 4 850× | lower-fma.f64 |
| 4 850× | lower-fma.f32 |
| 3 904× | lower-*.f32 |
| 3 896× | lower-*.f64 |
| 2 332× | lower-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 51 |
| 0 | 23 | 51 |
| 1 | 76 | 49 |
| 2 | 536 | 48 |
| 3 | 6864 | 48 |
| 0 | 8158 | 44 |
| 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 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(+.f64 b (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(+.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) b) |
(+.f64 #s(literal 0 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(+.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(+.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 0 binary64)) b) |
(+.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) b) |
(-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) b) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(-.f64 (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(-.f64 (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 0 binary64)) b) |
(fma.f64 b #s(literal 1 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(fma.f64 b #s(literal 1 binary64) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(fma.f64 b #s(literal -1 binary64) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(fma.f64 b (/.f64 b (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(fma.f64 (*.f64 b b) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(fma.f64 (*.f64 b b) (/.f64 #s(literal 1 binary64) b) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(fma.f64 (*.f64 b b) (/.f64 #s(literal 1 binary64) b) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(fma.f64 #s(literal 1 binary64) b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(fma.f64 #s(literal 1 binary64) b (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(fma.f64 #s(literal -1 binary64) b (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) b) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) b) |
(fma.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64)) b) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) b) |
(fma.f64 (pow.f64 b #s(literal 1/2 binary64)) (pow.f64 b #s(literal 1/2 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(fma.f64 (pow.f64 b #s(literal 1/2 binary64)) (pow.f64 b #s(literal 1/2 binary64)) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(fma.f64 (/.f64 (*.f64 b b) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(fma.f64 (/.f64 (*.f64 b b) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (fma.f64 b (-.f64 b (sqrt.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))) (neg.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(neg.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (neg.f64 (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (fma.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) (*.f64 (fma.f64 b (-.f64 b (sqrt.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 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (*.f64 (fma.f64 b (-.f64 b (sqrt.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 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (fma.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 (*.f64 b b) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (*.f64 (*.f64 b b) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(/.f64 (fma.f64 (*.f64 b (*.f64 b b)) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 (*.f64 b b) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 b b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(/.f64 (fma.f64 (*.f64 b b) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 b (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) (*.f64 b (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(/.f64 (fma.f64 (*.f64 b b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 b (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 b (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 b b) (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 b b))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) b (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) b)) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b b) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 b b))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) b (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) b)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 b b)) (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) b) (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) b)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b b)) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 b (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) b) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 (-.f64 b (sqrt.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 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) (fma.f64 b (-.f64 b (sqrt.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 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (fma.f64 b (-.f64 b (sqrt.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 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 1 binary64)) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (fma.f64 b (-.f64 b (sqrt.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 (neg.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (neg.f64 (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 #s(literal 0 binary64) (pow.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (fma.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) (fma.f64 b (/.f64 b (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1 binary64)) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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)))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 b (-.f64 b (sqrt.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 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b (-.f64 b (sqrt.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 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(*.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) |
(*.f64 (/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (fma.f64 b (*.f64 b (*.f64 b b)) (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))))))) |
(*.f64 (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (fma.f64 b (-.f64 b (sqrt.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 a (*.f64 #s(literal -4 binary64) c))) |
(+.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) |
(+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(+.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(exp.f64 (log.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) #s(literal 1/2 binary64))) |
(hypot.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 4 binary64) c))) |
(hypot.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(hypot.f64 (*.f64 b b) (pow.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) #s(literal 1 binary64))) |
(hypot.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (*.f64 b b)) |
(hypot.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) |
(hypot.f64 (pow.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) #s(literal 1 binary64)) (*.f64 b b)) |
(fabs.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 4 binary64) c))) |
(-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) |
(-.f64 #s(literal 0 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) |
(sqrt.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 b (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 b b) #s(literal -1 binary64) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 b b) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(fma.f64 (*.f64 b b) (/.f64 (*.f64 b b) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(fma.f64 #s(literal 4 binary64) (*.f64 a (neg.f64 c)) (*.f64 b b)) |
(fma.f64 a (neg.f64 (*.f64 #s(literal 4 binary64) c)) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal 4 binary64) (neg.f64 c)) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal 4 binary64) a) (neg.f64 c) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) #s(literal -1 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(fma.f64 (*.f64 b (*.f64 b b)) (/.f64 b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(fma.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(fma.f64 (*.f64 b (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(fma.f64 (*.f64 b (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b b) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (*.f64 #s(literal 4 binary64) c)) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (*.f64 b b)) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 (neg.f64 a) (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 (neg.f64 c) (*.f64 #s(literal 4 binary64) a) (*.f64 b b)) |
(fma.f64 (*.f64 a (neg.f64 c)) #s(literal 4 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal 4 binary64) c) (neg.f64 a) (*.f64 b b)) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (neg.f64 (*.f64 #s(literal 4 binary64) c)) a (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -1 binary64)) (*.f64 #s(literal 4 binary64) a) (*.f64 b b)) |
(fma.f64 (*.f64 c #s(literal -4 binary64)) a (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 4 binary64) c)) a (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) |
(fma.f64 (*.f64 (neg.f64 c) #s(literal 4 binary64)) a (*.f64 b b)) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (*.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (fma.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (neg.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(neg.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) |
(/.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) |
(/.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (fma.f64 c (*.f64 c (*.f64 #s(literal 16 binary64) (*.f64 a a))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 a (*.f64 #s(literal 4 binary64) c))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) |
(/.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(/.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (*.f64 #s(literal 4096 binary64) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (*.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) |
(/.f64 (*.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (*.f64 #s(literal 4096 binary64) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) |
(/.f64 (*.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal 1 binary64)) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (neg.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (fma.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (fma.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (/.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (*.f64 (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) (fma.f64 (*.f64 b b) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (/.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) (fma.f64 (*.f64 b b) (/.f64 (*.f64 b b) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (/.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (*.f64 #s(literal 4096 binary64) (*.f64 (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))) (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(/.f64 (*.f64 (*.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) |
(pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 2 binary64)) |
(pow.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(*.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(*.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(*.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(*.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(*.f64 #s(literal -1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) |
(*.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) |
(*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) |
(*.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))))) (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))))) |
(*.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) |
(*.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 (pow.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64))) (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(*.f64 (/.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (fma.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (*.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (*.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (fma.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) a) (*.f64 c (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(*.f64 (/.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (-.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))) (*.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(*.f64 (/.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) b) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) b)) |
(+.f64 (*.f64 b (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 2 binary64))) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (*.f64 a (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))))) |
(fma.f64 b (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a) (*.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) b (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) b)) |
(neg.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 a (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) a)) |
(/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 a #s(literal -2 binary64)))) |
(/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1 binary64) (/.f64 a (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) a))) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 a (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64)) (neg.f64 (neg.f64 a))) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal -1/2 binary64)) (neg.f64 a)) |
(/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 a #s(literal -2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (neg.f64 (*.f64 a (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))))) |
(/.f64 (fma.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.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 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (*.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.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 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) (*.f64 (*.f64 a (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (*.f64 (*.f64 a (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 a #s(literal 2 binary64))) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) a) #s(literal 2 binary64)) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 1/2 binary64)) (*.f64 (fma.f64 b (-.f64 b (sqrt.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))) a)) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal -1 binary64)) (*.f64 (fma.f64 b (-.f64 b (sqrt.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 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 2 binary64) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) #s(literal 1/2 binary64)) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) a)) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) #s(literal -1 binary64)) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (/.f64 #s(literal 1 binary64) a)) (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 1/2 binary64)) (*.f64 (neg.f64 (fma.f64 b (-.f64 b (sqrt.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)))) a)) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (-.f64 b (sqrt.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 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal -1 binary64)) (*.f64 (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (neg.f64 (fma.f64 b (-.f64 b (sqrt.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)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) a)) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal -1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 a (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1/2 binary64) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (*.f64 a (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 a (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1/2 binary64) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1 binary64) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 #s(literal -1 binary64) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal -2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) (fma.f64 b (-.f64 b (sqrt.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 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (/.f64 #s(literal 1 binary64) a) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (neg.f64 (/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 a #s(literal 2 binary64)))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) a)) #s(literal -2 binary64)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal -1/2 binary64))) (neg.f64 a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1 binary64) (/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 a #s(literal 2 binary64)))) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) a)) #s(literal 2 binary64)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) a) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) a)) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (/.f64 #s(literal -1/2 binary64) a)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) a)) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (/.f64 #s(literal -1/2 binary64) a)) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 2 binary64)) |
(/.f64 (*.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a)) #s(literal -2 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) a) #s(literal -2 binary64)) |
(/.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal -1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))))) (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(pow.f64 (/.f64 a (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal -1 binary64))) |
(*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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 a #s(literal 2 binary64)))) |
(*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1/2 binary64) a))) |
(*.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b (-.f64 b (sqrt.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 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (-.f64 b (sqrt.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 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (/.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))))) |
(*.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(*.f64 (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 a #s(literal 2 binary64))) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (neg.f64 a))) |
(*.f64 (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) a) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (-.f64 b (sqrt.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)))) a)) |
(*.f64 (/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) a) (/.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (fma.f64 b (-.f64 b (sqrt.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 a #s(literal 2 binary64))) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (fma.f64 b (-.f64 b (sqrt.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 (pow.f64 (/.f64 a (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 a (*.f64 (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 1/2 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 #s(literal -1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (fma.f64 b (*.f64 b (*.f64 b b)) (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))))))) |
(*.f64 (/.f64 (/.f64 (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (-.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (neg.f64 (fma.f64 b (-.f64 b (sqrt.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 (/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 (/.f64 (/.f64 (fma.f64 b b (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 a #s(literal 2 binary64))) (fma.f64 b (*.f64 b b) (*.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (fma.f64 b (-.f64 b (sqrt.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)))) |
b |
(+.f64 b #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) b) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) b) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b b)) b) |
(-.f64 (/.f64 #s(literal 0 binary64) b) b) |
(fma.f64 b #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 b #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 (*.f64 b b) (/.f64 #s(literal 1 binary64) b) #s(literal 0 binary64)) |
(fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 b b)) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) b #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) b #s(literal 0 binary64)) |
(fma.f64 (pow.f64 b #s(literal 1/2 binary64)) (pow.f64 b #s(literal 1/2 binary64)) #s(literal 0 binary64)) |
(neg.f64 b) |
(/.f64 (*.f64 b b) b) |
(/.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) |
(/.f64 (*.f64 b (*.f64 b b)) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) #s(literal 0 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 b b))) |
(pow.f64 b #s(literal 1 binary64)) |
(*.f64 b #s(literal 1 binary64)) |
(*.f64 b #s(literal -1 binary64)) |
(*.f64 (*.f64 b b) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 #s(literal 1 binary64) b) |
(*.f64 #s(literal -1 binary64) b) |
(*.f64 (pow.f64 b #s(literal 1/2 binary64)) (pow.f64 b #s(literal 1/2 binary64))) |
(+.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(fabs.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) #s(literal 1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) #s(literal 1/2 binary64)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 0 binary64)) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #s(literal 0 binary64)) |
(/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))))) |
(/.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))) |
(/.f64 (sqrt.f64 (fma.f64 b (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))))))) (sqrt.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b)))))))) (neg.f64 (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(/.f64 (fma.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 0 binary64)) (+.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 0 binary64)) (-.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 0 binary64))) |
(pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -64 binary64) (*.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b (*.f64 b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 a c)) (*.f64 a c)))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))))) |
(*.f64 (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
Compiled 22 484 to 2 093 computations (90.7% saved)
19 alts after pruning (19 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 574 | 19 | 593 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 575 | 19 | 594 |
| Status | Accuracy | Program |
|---|---|---|
| 28.2% | (/.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) | |
| 11.4% | (/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) b) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) b)) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 34.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
| 30.7% | (/.f64 (-.f64 (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) | |
| 47.8% | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) | |
| 55.4% | (/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 55.8% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) |
| 28.9% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) | |
| 36.1% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) | |
| 11.6% | (/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 a (*.f64 #s(literal -2 binary64) (/.f64 c b)) b))) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 27.9% | (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
| 34.6% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) | |
| 34.6% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) a)) | |
| 55.6% | (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) | |
| 36.0% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a)))) | |
| 35.9% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) | |
| ▶ | 36.4% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
| ▶ | 32.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) |
| 31.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
Compiled 808 to 462 computations (42.8% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) | |
| cost-diff | 0 | (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) | |
| cost-diff | 0 | (/.f64 #s(literal 1 binary64) a) | |
| cost-diff | 1088 | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) | |
| cost-diff | 0 | (/.f64 #s(literal -1 binary64) b) | |
| cost-diff | 0 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) | |
| cost-diff | 128 | (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) | |
| cost-diff | 192 | (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) | |
| cost-diff | 0 | (/.f64 (*.f64 a #s(literal -2 binary64)) b) | |
| cost-diff | 0 | (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) | |
| cost-diff | 0 | #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) | |
| cost-diff | 0 | (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 0 | (neg.f64 a) | |
| cost-diff | 0 | (/.f64 b (neg.f64 a)) | |
| cost-diff | 0 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) | |
| cost-diff | 0 | (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) | |
| cost-diff | 0 | (neg.f64 b) | |
| cost-diff | 0 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 128 | (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
| 25 464× | lower-fma.f32 |
| 25 460× | lower-fma.f64 |
| 3 104× | lower-*.f32 |
| 3 084× | lower-*.f64 |
| 2 432× | lower-+.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 49 | 323 |
| 0 | 78 | 313 |
| 1 | 139 | 303 |
| 2 | 258 | 301 |
| 3 | 553 | 301 |
| 4 | 1112 | 301 |
| 5 | 2365 | 301 |
| 6 | 3326 | 301 |
| 7 | 4383 | 301 |
| 8 | 5341 | 301 |
| 9 | 5963 | 301 |
| 10 | 6300 | 301 |
| 11 | 6338 | 301 |
| 12 | 6361 | 301 |
| 13 | 6595 | 301 |
| 14 | 6726 | 301 |
| 15 | 6787 | 301 |
| 16 | 6787 | 301 |
| 17 | 7771 | 301 |
| 0 | 8219 | 301 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(neg.f64 b) |
b |
(sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(*.f64 a (*.f64 #s(literal -4 binary64) c)) |
a |
(*.f64 #s(literal -4 binary64) c) |
#s(literal -4 binary64) |
c |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(/.f64 b (neg.f64 a)) |
b |
(neg.f64 a) |
a |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
c |
(/.f64 (*.f64 a #s(literal -2 binary64)) b) |
(*.f64 a #s(literal -2 binary64)) |
a |
#s(literal -2 binary64) |
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 (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
c |
(-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) b) |
#s(literal -1 binary64) |
b |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(*.f64 a c) |
a |
(*.f64 b (*.f64 b b)) |
(*.f64 b b) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) a) |
#s(literal 1 binary64) |
a |
(/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
#s(literal 2 binary64) |
(+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
b |
(sqrt.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)) |
c |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -4 binary64) |
(*.f64 b b) |
| Outputs |
|---|
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(-.f64 (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b))) b) |
(neg.f64 b) |
b |
(sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
(sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b))) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)) |
(*.f64 a (*.f64 #s(literal -4 binary64) c)) |
(*.f64 #s(literal -4 binary64) (*.f64 a c)) |
a |
(*.f64 #s(literal -4 binary64) c) |
#s(literal -4 binary64) |
c |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 a #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(/.f64 b (neg.f64 a)) |
b |
(neg.f64 a) |
a |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b)) (*.f64 a #s(literal 2 binary64))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(/.f64 (*.f64 a (*.f64 c #s(literal -2 binary64))) b) |
c |
(/.f64 (*.f64 a #s(literal -2 binary64)) b) |
(*.f64 a #s(literal -2 binary64)) |
a |
#s(literal -2 binary64) |
b |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 a #s(literal 2 binary64)) |
#s(literal 2 binary64) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 c b) (-.f64 #s(literal -1 binary64) (*.f64 c (/.f64 a (*.f64 b b)))))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 c b) (-.f64 #s(literal -1 binary64) (*.f64 c (/.f64 a (*.f64 b b))))) |
c |
(-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (fma.f64 c (/.f64 a (*.f64 b b)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) b) |
#s(literal -1 binary64) |
b |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(*.f64 a c) |
a |
(*.f64 b (*.f64 b b)) |
(*.f64 b b) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (+.f64 b (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) a) |
#s(literal 1 binary64) |
a |
(/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b))))) |
#s(literal 2 binary64) |
(+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(+.f64 b (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)))) |
b |
(sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)) |
c |
(*.f64 a #s(literal -4 binary64)) |
#s(literal -4 binary64) |
(*.f64 b b) |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.1484375 | (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) | |
| accuracy | 4.184872068809483 | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) | |
| accuracy | 12.301700464149379 | (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) | |
| accuracy | 21.72701588700146 | (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) | |
| accuracy | 0.05078125 | (*.f64 b (*.f64 b b)) | |
| accuracy | 2.2505569234144476 | (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) | |
| accuracy | 9.527181379888322 | (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) | |
| accuracy | 41.04707169503875 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) | |
| accuracy | 0 | (*.f64 #s(literal 2 binary64) a) | |
| accuracy | 4.178763852322274 | (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 4.193224623507717 | (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) | |
| accuracy | 40.95973207735191 | #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) | |
| accuracy | 0 | (/.f64 b (neg.f64 a)) | |
| accuracy | 0 | (neg.f64 a) | |
| accuracy | 40.70986831407262 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) | |
| accuracy | 0.7538979928166806 | (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) | |
| accuracy | 4.178763852322274 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 12.683922561029524 | (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) | |
| accuracy | 21.72701588700146 | (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
| 50.0ms | 81× | 2 | valid |
| 36.0ms | 74× | 1 | valid |
| 23.0ms | 83× | 0 | valid |
| 13.0ms | 18× | 3 | valid |
Compiled 297 to 45 computations (84.8% saved)
ival-mult: 20.0ms (25.1% of total)ival-div: 18.0ms (22.6% of total)adjust: 14.0ms (17.6% of total)ival-add: 10.0ms (12.6% of total)ival-sqrt: 10.0ms (12.6% of total)ival-sub: 4.0ms (5% of total)ival-neg: 2.0ms (2.5% of total)exact: 1.0ms (1.3% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ()) |
#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ()) |
#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ()) |
#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ()) |
#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ()) |
#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ()) |
#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ()) |
#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ()) |
#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ()) |
#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ()) |
#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ()) |
#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ()) |
#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ()) |
#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ()) |
#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ()) |
#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ()) |
#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ()) |
#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ()) |
#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ()) |
#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ()) |
#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ()) |
#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ()) |
| Outputs |
|---|
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 b) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 b (neg.f64 a)) (patch (/.f64 b (neg.f64 a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor 0 a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor 0 a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor 0 a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor 0 a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor -inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor -inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor -inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 a) (taylor -inf a) (#s(alt (neg.f64 a) (patch (neg.f64 a) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))) (taylor 0 b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 b) (taylor -inf b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) (taylor 0 a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) (taylor 0 a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) (taylor inf a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) (taylor -inf a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) (taylor 0 c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) (taylor 0 c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) (taylor inf c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) (taylor -inf c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf c) (#s(alt #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (patch #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf c) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf a) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor -inf b) (#s(alt (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) (patch (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor 0 a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor 0 a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor 0 a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor 0 a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor inf a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor inf a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor inf a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor inf a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor -inf a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor -inf a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor -inf a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor -inf a) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor 0 b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor 0 b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor 0 b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor 0 b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor inf b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor inf b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor inf b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor inf b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor -inf b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor -inf b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor -inf b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ a b)) (taylor -inf b) (#s(alt (/.f64 (*.f64 a #s(literal -2 binary64)) b) (patch (/.f64 (*.f64 a #s(literal -2 binary64)) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor inf c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor inf c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor inf c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor inf c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor -inf c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor -inf c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor -inf c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor -inf c) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor 0 b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) (taylor 0 b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) (taylor 0 b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) (taylor 0 b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor -inf b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) (taylor -inf b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) (taylor -inf b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) (taylor -inf b) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor inf a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) (taylor inf a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) (taylor inf a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) (taylor inf a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor -inf a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) (taylor -inf a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) (taylor -inf a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) (taylor -inf a) (#s(alt (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) (patch (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor 0 b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) (taylor 0 b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) (taylor 0 b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) (taylor 0 b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor inf b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) (taylor inf b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) (taylor inf b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) (taylor inf b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor -inf b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) (taylor -inf b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) (taylor -inf b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) (taylor -inf b) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor inf a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) (taylor inf a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) (taylor inf a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) (taylor inf a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor -inf a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) (taylor -inf a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) (taylor -inf a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) (taylor -inf a) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor inf c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) (taylor inf c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) (taylor inf c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) (taylor inf c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor -inf c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) (taylor -inf c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) (taylor -inf c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) (taylor -inf c) (#s(alt (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) (patch (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor inf b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor inf b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor inf b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor inf b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor -inf b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor -inf b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor -inf b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor -inf b) (#s(alt (/.f64 #s(literal -1 binary64) b) (patch (/.f64 #s(literal -1 binary64) b) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ b (* -1 (/ (* a c) b))) a) (taylor 0 a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ b (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) (taylor 0 a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ b (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a) (taylor 0 a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) (taylor inf a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a)))) (taylor inf a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (* 1/2 (/ b a))))) (taylor inf a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))) (taylor -inf a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))) (taylor -inf a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) (taylor 0 b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))) (taylor inf b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) (taylor inf b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)) (taylor -inf b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)) (taylor -inf b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -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)) (taylor -inf b) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (/ b a)) (taylor 0 c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (/ b a)) (taylor 0 c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (/ b a)) (taylor 0 c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c))))) (taylor inf c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c)))))) (taylor inf c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (* 1/2 (/ b (* a c))))))) (taylor inf c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (patch (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1 binary64) a) (patch (/.f64 #s(literal 1 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (taylor 0 b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -2 (/ b (* a (* c (pow (sqrt -4) 2))))) (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))) (taylor 0 b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* b (- (* -1 (* b (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))))) (* 2 (/ 1 (* a (* c (pow (sqrt -4) 2)))))))) (taylor 0 b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* b (- (* b (- (* b (- (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (sqrt -4)))))) (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))))) (* 2 (/ 1 (* a (* c (pow (sqrt -4) 2)))))))) (taylor 0 b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 b) (taylor inf b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ 1 (/ (* a c) (pow b 2))) b) (taylor inf b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (+ 1 (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -1 (/ (* a c) (pow b 2)))) b) (taylor inf b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (+ 1 (* -1 (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -1 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1 (/ (* a c) (pow b 2))))) b) (taylor inf b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ b (* a c)) (taylor -inf b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (- (/ 1 (pow b 2)) (/ 1 (* a c))))) (taylor -inf b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (- (+ (* -1 (/ (+ (* -2 (* a c)) (* a c)) (pow b 4))) (/ 1 (pow b 2))) (/ 1 (* a c))))) (taylor -inf b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (- (+ (* -1 (/ (+ (* -1 (* a (* c (+ (* -2 (* a c)) (* a c))))) (+ (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 2 (* (pow a 2) (pow c 2))))) (pow b 6))) (/ 1 (pow b 2))) (+ (* -2 (/ (* a c) (pow b 4))) (+ (/ 1 (* a c)) (/ (* a c) (pow b 4))))))) (taylor -inf b) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 b) (taylor 0 c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (/ 1 b) (/ (* a c) (pow b 3))) (taylor 0 c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* c (- (* 2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)) (taylor 0 c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* c (- (* c (- (* -1 (* c (+ (* -4 (/ (pow a 3) (pow b 7))) (* -1 (/ (pow a 3) (pow b 7)))))) (* -2 (/ (pow a 2) (pow b 5))))) (* -1 (/ a (pow b 3))))) (/ 1 b)) (taylor 0 c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (taylor inf c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ b (* a (pow (sqrt -4) 2)))) (* 2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))) c) (taylor inf c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (+ (* -1 (/ (+ (* -2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (pow c 2))) (* 2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))) (* 2 (/ b (* a (pow (sqrt -4) 2))))) c) (taylor inf c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (sqrt -4)))) (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4))))) (pow c 3))) (* 2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))) (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (/ b (* a (pow (sqrt -4) 2)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))))) c) (taylor inf c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (taylor -inf c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))) c)) (taylor -inf c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -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))) c)) (taylor -inf c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -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/16 (/ (* (pow b 3) c) (pow a 2)))) (+ (* -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))) c)) (taylor -inf c) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ 1 b) (taylor 0 a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (/ 1 b) (/ (* a c) (pow b 3))) (taylor 0 a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a (- (* 2 (/ (* a (pow c 2)) (pow b 5))) (* -1 (/ c (pow b 3))))) (/ 1 b)) (taylor 0 a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a (- (* a (- (* -1 (* a (+ (* -4 (/ (pow c 3) (pow b 7))) (* -1 (/ (pow c 3) (pow b 7)))))) (* -2 (/ (pow c 2) (pow b 5))))) (* -1 (/ c (pow b 3))))) (/ 1 b)) (taylor 0 a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (taylor inf a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ b (* c (pow (sqrt -4) 2)))) (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))) a) (taylor inf a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (+ (* -1 (/ (+ (* -2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (pow a 2))) (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))) (* 2 (/ b (* c (pow (sqrt -4) 2))))) a) (taylor inf a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (sqrt -4)))) (* -1 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4))))) (pow a 3))) (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))) (+ (* -2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (/ b (* c (pow (sqrt -4) 2)))) (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) a) (taylor inf a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -1/2 (/ b c)) (* (sqrt (/ a c)) (sqrt -1))) a)) (taylor -inf a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/2 (/ (* a b) c))) a)) (* (sqrt (/ a c)) (sqrt -1))) a)) (taylor -inf a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1))))))))) (* -1/16 (/ (* a (pow b 3)) (pow c 2)))) (+ (* -1/4 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))))) a)) (* -1/2 (/ (* a b) c))) a)) (* (sqrt (/ a c)) (sqrt -1))) a)) (taylor -inf a) (#s(alt (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* b (+ 1 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* b (+ 1 (* 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)))))))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 2 b) (taylor inf b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 2 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 2 (/ (* a c) b)) (taylor -inf b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) (taylor -inf b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)) (taylor -inf b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -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)) (taylor -inf b) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 2 b) (taylor 0 c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -2 (/ (* a c) b)) (* 2 b)) (taylor 0 c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 2 b) (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 2 b) (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))) (taylor inf c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))) (taylor inf c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ b c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (+ b (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (+ b (* -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))) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 2 b) (taylor 0 a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -2 (/ (* a c) b)) (* 2 b)) (taylor 0 a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 2 b) (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 2 b) (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))) (taylor inf a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))) (taylor inf a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ b a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (+ b (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (+ b (* -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))) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor 0 a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor 0 a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor 0 a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor 0 a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor inf a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor inf a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor inf a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor inf a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor -inf a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor -inf a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor -inf a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* 2 a) (taylor -inf a) (#s(alt (*.f64 #s(literal 2 binary64) a) (patch (*.f64 #s(literal 2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf a) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf c) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor 0 b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor inf b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (* a c) (pow b 3)) (taylor -inf b) (#s(alt (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (patch (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor 0 b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor 0 b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor 0 b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor 0 b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor inf b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor inf b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor inf b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor inf b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor -inf b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor -inf b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor -inf b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 3) (taylor -inf b) (#s(alt (*.f64 b (*.f64 b b)) (patch (*.f64 b (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
174 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 7.0ms | c | @ | inf | (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) |
| 6.0ms | c | @ | -inf | (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) |
| 6.0ms | a | @ | 0 | (* c (/ (* a -2) b)) |
| 2.0ms | c | @ | 0 | (* c (/ (* a -2) b)) |
| 1.0ms | c | @ | 0 | (* c (- (/ -1 b) (/ (* a c) (* b (* b b))))) |
| 1× | egg-herbie |
| 10 608× | lower-fma.f64 |
| 10 608× | lower-fma.f32 |
| 7 690× | lower-*.f64 |
| 7 690× | lower-*.f32 |
| 5 328× | lower-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 954 | 12791 |
| 1 | 3123 | 12504 |
| 0 | 8571 | 12002 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* 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))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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)))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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)))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* -1 a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* 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))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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)))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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)))))) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ (* a c) b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -2 (/ a b)) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (/ (* a c) (pow b 3))) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/ -1 b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/ -1 b) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/ -1 b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(/ -1 b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ -1 b) |
(/ b a) |
(/ (+ b (* -1 (/ (* a c) b))) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))) (* 1/2 (/ b a))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(/ b a) |
(* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))) |
(* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(* 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))))) |
(/ c b) |
(* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)) |
(* -1 (/ (+ (* -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)) |
(/ b a) |
(+ (* -1 (/ c b)) (/ b a)) |
(+ (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (/ b a)) |
(+ (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (/ b a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c))))) |
(* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c)))))) |
(* 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))) (* 1/2 (/ b (* a c))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(/ 1 a) |
(* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(+ (* -2 (/ b (* a (* c (pow (sqrt -4) 2))))) (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))) |
(+ (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* b (- (* -1 (* b (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))))) (* 2 (/ 1 (* a (* c (pow (sqrt -4) 2)))))))) |
(+ (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* b (- (* b (- (* b (- (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (sqrt -4)))))) (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))))) (* 2 (/ 1 (* a (* c (pow (sqrt -4) 2)))))))) |
(/ 1 b) |
(/ (+ 1 (/ (* a c) (pow b 2))) b) |
(/ (- (+ 1 (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -1 (/ (* a c) (pow b 2)))) b) |
(/ (- (+ 1 (* -1 (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -1 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1 (/ (* a c) (pow b 2))))) b) |
(/ b (* a c)) |
(* -1 (* b (- (/ 1 (pow b 2)) (/ 1 (* a c))))) |
(* -1 (* b (- (+ (* -1 (/ (+ (* -2 (* a c)) (* a c)) (pow b 4))) (/ 1 (pow b 2))) (/ 1 (* a c))))) |
(* -1 (* b (- (+ (* -1 (/ (+ (* -1 (* a (* c (+ (* -2 (* a c)) (* a c))))) (+ (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 2 (* (pow a 2) (pow c 2))))) (pow b 6))) (/ 1 (pow b 2))) (+ (* -2 (/ (* a c) (pow b 4))) (+ (/ 1 (* a c)) (/ (* a c) (pow b 4))))))) |
(/ 1 b) |
(+ (/ 1 b) (/ (* a c) (pow b 3))) |
(+ (* c (- (* 2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)) |
(+ (* c (- (* c (- (* -1 (* c (+ (* -4 (/ (pow a 3) (pow b 7))) (* -1 (/ (pow a 3) (pow b 7)))))) (* -2 (/ (pow a 2) (pow b 5))))) (* -1 (/ a (pow b 3))))) (/ 1 b)) |
(* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(/ (+ (* -2 (/ b (* a (pow (sqrt -4) 2)))) (* 2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))) c) |
(/ (- (+ (* -1 (/ (+ (* -2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (pow c 2))) (* 2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))) (* 2 (/ b (* a (pow (sqrt -4) 2))))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (sqrt -4)))) (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4))))) (pow c 3))) (* 2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))) (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (/ b (* a (pow (sqrt -4) 2)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))))) c) |
(* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) |
(* -1 (/ (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))) c)) |
(* -1 (/ (+ (* -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))) c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -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/16 (/ (* (pow b 3) c) (pow a 2)))) (+ (* -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))) c)) |
(/ 1 b) |
(+ (/ 1 b) (/ (* a c) (pow b 3))) |
(+ (* a (- (* 2 (/ (* a (pow c 2)) (pow b 5))) (* -1 (/ c (pow b 3))))) (/ 1 b)) |
(+ (* a (- (* a (- (* -1 (* a (+ (* -4 (/ (pow c 3) (pow b 7))) (* -1 (/ (pow c 3) (pow b 7)))))) (* -2 (/ (pow c 2) (pow b 5))))) (* -1 (/ c (pow b 3))))) (/ 1 b)) |
(* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(/ (+ (* -2 (/ b (* c (pow (sqrt -4) 2)))) (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))) a) |
(/ (- (+ (* -1 (/ (+ (* -2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (pow a 2))) (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))) (* 2 (/ b (* c (pow (sqrt -4) 2))))) a) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (sqrt -4)))) (* -1 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4))))) (pow a 3))) (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))) (+ (* -2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (/ b (* c (pow (sqrt -4) 2)))) (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) a) |
(* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) |
(* -1 (/ (+ (* -1/2 (/ b c)) (* (sqrt (/ a c)) (sqrt -1))) a)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/2 (/ (* a b) c))) a)) (* (sqrt (/ a c)) (sqrt -1))) a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1))))))))) (* -1/16 (/ (* a (pow b 3)) (pow c 2)))) (+ (* -1/4 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))))) a)) (* -1/2 (/ (* a b) c))) a)) (* (sqrt (/ a c)) (sqrt -1))) a)) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ b (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (+ 1 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (+ 1 (* 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)))))))) (* (sqrt (* a c)) (sqrt -4))) |
(* 2 b) |
(* b (+ 2 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* 2 (/ (* a c) b)) |
(* -1 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)) |
(* -1 (/ (+ (* -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)) |
(* 2 b) |
(+ (* -2 (/ (* a c) b)) (* 2 b)) |
(+ (* 2 b) (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ (* 2 b) (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))) |
(* 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))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* -1 (/ b c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1 (/ (+ b (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -1 (* c (+ (* -1 (/ (+ b (* -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))) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* 2 b) |
(+ (* -2 (/ (* a c) b)) (* 2 b)) |
(+ (* 2 b) (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ (* 2 b) (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))) |
(* 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))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* -1 (/ b a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1 (/ (+ b (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -1 (* a (+ (* -1 (/ (+ b (* -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))) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -4 (* a c)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* -4 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* -4 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(* 2 a) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(/ (* a c) (pow b 3)) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
(pow b 3) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
| Outputs |
|---|
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/2 binary64) (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)))) |
(+ (* 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))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a c))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.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))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a c))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c (*.f64 b b)) #s(literal 2 binary64)) (neg.f64 b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64))) (neg.f64 b)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b))) |
(* 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)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 (*.f64 #s(literal -1/2 binary64) 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) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b (neg.f64 a)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (neg.f64 a))))) |
(* 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))) |
(*.f64 a (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (neg.f64 a)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (neg.f64 b)) a)) (neg.f64 a)) |
(* -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)))))) |
(neg.f64 (*.f64 a (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a))) (/.f64 (-.f64 (/.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 a)) b) a)))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 a b)))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b))) |
(* 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)))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -1/2 binary64) 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) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c))))) |
(* 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))) |
(*.f64 c (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (neg.f64 b)) c)) (neg.f64 c)) |
(* -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)))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 c)) b) c)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.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)))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -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)))))) |
(neg.f64 (*.f64 b (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))) (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b)))))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 c (neg.f64 b))) |
(+ (* -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))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) b)) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 c (neg.f64 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/128 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a)) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -1/4 binary64) c) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) (*.f64 a b)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c)))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c))))) |
(* 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))))))) |
(*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 a c)) (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 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 5 binary64)) (pow.f64 c #s(literal 5 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) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 a c)))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) c))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) c)) c))) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (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)))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 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))))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (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))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c (*.f64 b b)) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) b) |
(* 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))))))) |
(fma.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(neg.f64 (*.f64 b (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) c) b) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))) |
(* 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))))) |
(*.f64 a (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))))) |
(* 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)))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 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 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)))) (neg.f64 a)) |
(* -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))))))) |
(neg.f64 (*.f64 a (fma.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a))))))) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)))))) (neg.f64 a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) c) b) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 a b))) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* 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))))) |
(*.f64 c (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) |
(* -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))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 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)))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.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)))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -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)))))) |
(neg.f64 (*.f64 b (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))) (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b)))))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 c (neg.f64 b))) |
(+ (* -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))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) b)) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 c (neg.f64 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/128 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a)) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -1/4 binary64) c) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) (*.f64 a b)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c)))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c))))) |
(* 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))))))) |
(*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 a c)) (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 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 5 binary64)) (pow.f64 c #s(literal 5 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) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 a c)))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) c))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) c)) c))) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* -1 a) |
(neg.f64 a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.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)))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -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)))))) |
(neg.f64 (*.f64 b (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))) (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b)))))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 c (neg.f64 b))) |
(+ (* -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))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) b)) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 c (neg.f64 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/128 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a)) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -1/4 binary64) c) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) (*.f64 a b)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c)))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c))))) |
(* 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))))))) |
(*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 a c)) (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 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 5 binary64)) (pow.f64 c #s(literal 5 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) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 a c)))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) c))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) c)) c))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) (neg.f64 b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/2 binary64) (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)))) |
(+ (* 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))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a c))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.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))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a c))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c (*.f64 b b)) #s(literal 2 binary64)) (neg.f64 b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64))) (neg.f64 b)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b))) |
(* 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)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 (*.f64 #s(literal -1/2 binary64) 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) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b (neg.f64 a)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (neg.f64 a))))) |
(* 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))) |
(*.f64 a (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b (neg.f64 a)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (neg.f64 b)) a)) (neg.f64 a)) |
(* -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)))))) |
(neg.f64 (*.f64 a (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a))) (/.f64 (-.f64 (/.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 a)) b) a)))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 a b)))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b))) |
(* 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)))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -1/2 binary64) 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) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c))))) |
(* 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))) |
(*.f64 c (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)) (/.f64 b c)) (neg.f64 c)) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (neg.f64 b)) c)) (neg.f64 c)) |
(* -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)))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) (neg.f64 c)) b) c)))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 (*.f64 a c) #s(literal -2 binary64)) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -2 (/ a b)) |
(/.f64 (*.f64 #s(literal -2 binary64) a) b) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) (*.f64 c b)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) (*.f64 c b)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (+.f64 (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) (*.f64 c b)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (neg.f64 (*.f64 b (*.f64 b b)))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c (*.f64 b b) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c (*.f64 b b) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c (*.f64 b b) (*.f64 a (*.f64 c c)))) (*.f64 b (*.f64 b b))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b)))) (/.f64 c (*.f64 a b)))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b)))) (/.f64 c (*.f64 a b)))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b)))) (/.f64 c (*.f64 a b)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 a (*.f64 c c)) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b)))) (/.f64 c (*.f64 a b)))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b)))) (/.f64 c (*.f64 a b)))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 a (-.f64 (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b)))) (/.f64 c (*.f64 a b)))) |
(* -1 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b (*.f64 b b)))) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 b)) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 b)) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 b)) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 b)) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 b)) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 b)) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(* -1 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) |
(* -1 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(*.f64 (neg.f64 a) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (/.f64 c (*.f64 b (*.f64 b b))))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(* -1 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(*.f64 (neg.f64 c) (+.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(*.f64 (neg.f64 c) (+.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(*.f64 (neg.f64 c) (+.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* -1 (/ (* a c) (pow b 3))) |
(/.f64 (*.f64 a c) (neg.f64 (*.f64 b (*.f64 b b)))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(*.f64 (neg.f64 c) (+.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(*.f64 (neg.f64 c) (+.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(*.f64 (neg.f64 c) (+.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 c b)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.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)))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(neg.f64 (*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -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)))))) |
(neg.f64 (*.f64 b (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))) (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b)))))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 c (neg.f64 b))) |
(+ (* -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))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 a (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)))) b)) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 c (neg.f64 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))))) |
(+ (* -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)))))) |
(fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64) (fma.f64 #s(literal -1/2 binary64) (/.f64 b a) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/128 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a)) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -1/4 binary64) c) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) #s(literal 20 binary64)) (*.f64 a b)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c)))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c))))) |
(* 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))))))) |
(*.f64 c (fma.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 a c)) (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (pow.f64 b #s(literal 4 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 5 binary64)) (pow.f64 c #s(literal 5 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) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 a c)))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/8 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) c))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) c)) c))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ b a) |
(/.f64 b a) |
(/ (+ b (* -1 (/ (* a c) b))) a) |
(/.f64 (fma.f64 a (/.f64 c (neg.f64 b)) b) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (fma.f64 a (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) b) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a) |
(/.f64 (fma.f64 a (fma.f64 a (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 c (neg.f64 b))) b) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) |
(+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a)))) |
(fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))))) |
(+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))))) |
(fma.f64 (*.f64 #s(literal -1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64)))))) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)) (*.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))) |
(-.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))) |
(neg.f64 (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 b #s(literal -1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/128 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a)) a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(+ (* 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a)))) |
(/ b a) |
(/.f64 b a) |
(* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))) |
(*.f64 b (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b)))) |
(* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b)))) |
(* 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))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 6 binary64))) (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a (*.f64 c c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 c (*.f64 b b))))) |
(/ c b) |
(/.f64 c b) |
(* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c) b) |
(* -1 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c))) (neg.f64 b)) |
(* -1 (/ (+ (* -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)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 a a)) (pow.f64 b #s(literal 4 binary64))) (fma.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)))) (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)))) (neg.f64 b)) |
(/ b a) |
(/.f64 b a) |
(+ (* -1 (/ c b)) (/ b a)) |
(-.f64 (/.f64 b a) (/.f64 c b)) |
(+ (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (/ b a)) |
(fma.f64 c (fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) (/.f64 b a)) |
(+ (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (/ b a)) |
(fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 a) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b)) (/.f64 b a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c))))) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 b (*.f64 a c)))) |
(* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c)))))) |
(*.f64 c (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 b (*.f64 a c)))))) |
(* 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))) (* 1/2 (/ b (* a c))))))) |
(*.f64 c (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 b (*.f64 a c))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 a c)))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)) c))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 #s(literal -1/128 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))))) c)) c))) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(/ 1 a) |
(/.f64 #s(literal 1 binary64) a) |
(* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64)))) |
(+ (* -2 (/ b (* a (* c (pow (sqrt -4) 2))))) (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 b (*.f64 a c)) (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) |
(+ (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* b (- (* -1 (* b (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))))) (* 2 (/ 1 (* a (* c (pow (sqrt -4) 2)))))))) |
(fma.f64 b (fma.f64 b (neg.f64 (neg.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))))) (/.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) |
(+ (* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) (* b (- (* b (- (* b (- (/ 1 (* (pow a 2) (* (pow c 2) (pow (sqrt -4) 4)))) (* -1 (* (sqrt (/ 1 (* a c))) (/ (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (sqrt -4)))))) (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))) (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ 1 (pow (sqrt -4) 3)))))) (* 2 (/ 1 (* a (* c (pow (sqrt -4) 2)))))))) |
(fma.f64 b (fma.f64 b (fma.f64 b (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (/.f64 (neg.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 #s(literal -4 binary64))))) (neg.f64 (neg.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))))) (/.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(/ (+ 1 (/ (* a c) (pow b 2))) b) |
(/.f64 (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)) b) |
(/ (- (+ 1 (* 2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))) (* -1 (/ (* a c) (pow b 2)))) b) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64))) b) |
(/ (- (+ 1 (* -1 (/ (+ (* -4 (* (pow a 3) (pow c 3))) (* -1 (* (pow a 3) (pow c 3)))) (pow b 6)))) (+ (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))) (* -1 (/ (* a c) (pow b 2))))) b) |
(/.f64 (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) #s(literal -5 binary64)) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 4 binary64))) (/.f64 (*.f64 a c) (*.f64 b (neg.f64 b))))) b) |
(/ b (* a c)) |
(/.f64 b (*.f64 a c)) |
(* -1 (* b (- (/ 1 (pow b 2)) (/ 1 (* a c))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -1 binary64) (*.f64 a c))) (neg.f64 b)) |
(* -1 (* b (- (+ (* -1 (/ (+ (* -2 (* a c)) (* a c)) (pow b 4))) (/ 1 (pow b 2))) (/ 1 (* a c))))) |
(*.f64 (+.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (*.f64 a (neg.f64 c)) (pow.f64 b #s(literal 4 binary64)))) (/.f64 #s(literal -1 binary64) (*.f64 a c))) (neg.f64 b)) |
(* -1 (* b (- (+ (* -1 (/ (+ (* -1 (* a (* c (+ (* -2 (* a c)) (* a c))))) (+ (* -1/4 (/ (+ (* 4 (* (pow a 4) (pow c 4))) (* 16 (* (pow a 4) (pow c 4)))) (* (pow a 2) (pow c 2)))) (* 2 (* (pow a 2) (pow c 2))))) (pow b 6))) (/ 1 (pow b 2))) (+ (* -2 (/ (* a c) (pow b 4))) (+ (/ 1 (* a c)) (/ (* a c) (pow b 4))))))) |
(neg.f64 (*.f64 b (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (*.f64 a (*.f64 c c)) a) (fma.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 (*.f64 a (*.f64 c c)) a)) (neg.f64 (*.f64 (*.f64 a (*.f64 a (neg.f64 c))) c)))) (pow.f64 b #s(literal 6 binary64)))) (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c (pow.f64 b #s(literal 4 binary64))) (fma.f64 a (/.f64 c (pow.f64 b #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 a c))))))) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(+ (/ 1 b) (/ (* a c) (pow b 3))) |
(fma.f64 a (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) b)) |
(+ (* c (- (* 2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b)) |
(fma.f64 c (fma.f64 (*.f64 #s(literal 2 binary64) (*.f64 a a)) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) b)) |
(+ (* c (- (* c (- (* -1 (* c (+ (* -4 (/ (pow a 3) (pow b 7))) (* -1 (/ (pow a 3) (pow b 7)))))) (* -2 (/ (pow a 2) (pow b 5))))) (* -1 (/ a (pow b 3))))) (/ 1 b)) |
(fma.f64 c (fma.f64 c (fma.f64 (neg.f64 c) (*.f64 (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 7 binary64))) #s(literal -5 binary64)) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 a a) (pow.f64 b #s(literal 5 binary64))))) (/.f64 a (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) b)) |
(* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64)))) |
(/ (+ (* -2 (/ b (* a (pow (sqrt -4) 2)))) (* 2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))) c) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)) c) |
(/ (- (+ (* -1 (/ (+ (* -2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (pow c 2))) (* 2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))) (* 2 (/ b (* a (pow (sqrt -4) 2))))) c) |
(/.f64 (+.f64 (/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))) (*.f64 (neg.f64 c) c)) (fma.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a))) c) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ c a)) (/ (* b (+ (* -2 (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow c 3) (pow a 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (sqrt -4)))) (* -1 (/ (* (pow b 3) (pow c 2)) (* (pow a 2) (pow (sqrt -4) 4))))) (pow c 3))) (* 2 (* (sqrt (/ c a)) (/ 1 (sqrt -4))))) (+ (* -2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (/ b (* a (pow (sqrt -4) 2)))) (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (pow (sqrt -4) 3)))))) c) |
(/.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 (neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (/.f64 (*.f64 (neg.f64 b) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a a) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (*.f64 c (*.f64 c c)))) (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 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 c (*.f64 a (*.f64 a a))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)))) c) |
(* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (/ (+ (* -1/2 (/ b a)) (* (sqrt (/ c a)) (sqrt -1))) c)) |
(/.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) (neg.f64 c)) |
(* -1 (/ (+ (* -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))) c)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) #s(literal -1/8 binary64) (*.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 c a))) c)) (neg.f64 c)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -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/16 (/ (* (pow b 3) c) (pow a 2)))) (+ (* -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))) c)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (+.f64 (neg.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a))))) #s(literal -1/8 binary64))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 c (*.f64 b (*.f64 b b))) (*.f64 a a)) (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (*.f64 c (*.f64 c c)) (*.f64 a (*.f64 a a)))))))) c)) (*.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 c a))) c)) (neg.f64 c)) |
(/ 1 b) |
(/.f64 #s(literal 1 binary64) b) |
(+ (/ 1 b) (/ (* a c) (pow b 3))) |
(fma.f64 a (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) b)) |
(+ (* a (- (* 2 (/ (* a (pow c 2)) (pow b 5))) (* -1 (/ c (pow b 3))))) (/ 1 b)) |
(fma.f64 a (fma.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) b)) |
(+ (* a (- (* a (- (* -1 (* a (+ (* -4 (/ (pow c 3) (pow b 7))) (* -1 (/ (pow c 3) (pow b 7)))))) (* -2 (/ (pow c 2) (pow b 5))))) (* -1 (/ c (pow b 3))))) (/ 1 b)) |
(fma.f64 a (fma.f64 a (fma.f64 a (neg.f64 (*.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 7 binary64))) #s(literal -5 binary64))) (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 c c) (pow.f64 b #s(literal 5 binary64))))) (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) b)) |
(* 2 (* (sqrt (/ 1 (* a c))) (/ 1 (sqrt -4)))) |
(*.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64)))) |
(/ (+ (* -2 (/ b (* c (pow (sqrt -4) 2)))) (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))) a) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 b c))) a) |
(/ (- (+ (* -1 (/ (+ (* -2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (pow a 2))) (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))) (* 2 (/ b (* c (pow (sqrt -4) 2))))) a) |
(/.f64 (+.f64 (/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (neg.f64 (*.f64 a a))) (fma.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 b c)))) a) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (sqrt (/ a c)) (/ (* b (+ (* -2 (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3)))) (* (sqrt (/ (pow a 3) (pow c 3))) (/ (pow b 2) (pow (sqrt -4) 3))))) (sqrt -4)))) (* -1 (/ (* (pow a 2) (pow b 3)) (* (pow c 2) (pow (sqrt -4) 4))))) (pow a 3))) (* 2 (* (sqrt (/ a c)) (/ 1 (sqrt -4))))) (+ (* -2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))) (+ (* 2 (/ b (* c (pow (sqrt -4) 2)))) (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (pow (sqrt -4) 3)))))) a) |
(/.f64 (fma.f64 #s(literal 2 binary64) (/.f64 (sqrt.f64 (/.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) (-.f64 (/.f64 (neg.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 a c)) b) (/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c)))))) (sqrt.f64 #s(literal -4 binary64))) (/.f64 (*.f64 (*.f64 a (*.f64 b (*.f64 b b))) a) (*.f64 (*.f64 c c) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 4 binary64)))))) (neg.f64 (*.f64 a (*.f64 a a)))) (fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (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 a (*.f64 c (*.f64 c c))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) c))))) a) |
(* -1 (* (sqrt (/ 1 (* a c))) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (/ (+ (* -1/2 (/ b c)) (* (sqrt (/ a c)) (sqrt -1))) a)) |
(/.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) c)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1/4 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ a (pow c 3))) (* (pow b 2) (sqrt -1))))) (* -1/2 (/ (* a b) c))) a)) (* (sqrt (/ a c)) (sqrt -1))) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a (*.f64 c (*.f64 c c))))) #s(literal -1/8 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 a b) c))) a)) (neg.f64 a)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (* (sqrt (/ 1 (* a c))) (* b (* (sqrt -1) (+ (* -1/4 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1))))))))) (* -1/16 (/ (* a (pow b 3)) (pow c 2)))) (+ (* -1/4 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))) (* 1/8 (* (sqrt (/ (pow a 3) (pow c 3))) (* (pow b 2) (sqrt -1)))))) a)) (* -1/2 (/ (* a b) c))) a)) (* (sqrt (/ a c)) (sqrt -1))) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (+.f64 (/.f64 (fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) #s(literal -1/8 binary64))) (fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 a (*.f64 b (*.f64 b b))) (*.f64 c c)) (*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))))) (neg.f64 a)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 a b) c))) a)) (neg.f64 a)) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ b (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)) b) |
(+ (* b (+ 1 (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.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)))) |
(+ (* b (+ 1 (* 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)))))))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 b (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
(* 2 b) |
(*.f64 b #s(literal 2 binary64)) |
(* b (+ 2 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c (*.f64 b b)) #s(literal 2 binary64))) |
(* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) #s(literal 2 binary64))) |
(* 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))))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64)))) |
(* 2 (/ (* a c) b)) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 c b)) |
(* -1 (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b)) |
(/.f64 (*.f64 #s(literal 2 binary64) (fma.f64 a c (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (*.f64 b b)))) b) |
(* -1 (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a c)) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64)))) (neg.f64 b)) |
(* -1 (/ (+ (* -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)) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 4 binary64))) (fma.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))) (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 (*.f64 c c) (*.f64 b b)) (*.f64 a c))))) (neg.f64 b)) |
(* 2 b) |
(*.f64 b #s(literal 2 binary64)) |
(+ (* -2 (/ (* a c) b)) (* 2 b)) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) c) b) (*.f64 b #s(literal 2 binary64))) |
(+ (* 2 b) (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 a b))) (*.f64 b #s(literal 2 binary64))) |
(+ (* 2 b) (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b)) (*.f64 b #s(literal 2 binary64))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b c))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ a c)) (sqrt -4)) (/ b c)))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b c)))) |
(* 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))))) |
(*.f64 c (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b c))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* c (+ (* -1 (/ b c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c)))) |
(* -1 (* c (+ (* -1 (/ (+ b (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (fma.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)))) |
(* -1 (* c (+ (* -1 (/ (+ b (* -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))) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 a c))) (/.f64 (-.f64 b (/.f64 (fma.f64 (*.f64 #s(literal -1/64 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) c)) c)))) |
(* 2 b) |
(*.f64 b #s(literal 2 binary64)) |
(+ (* -2 (/ (* a c) b)) (* 2 b)) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) c) b) (*.f64 b #s(literal 2 binary64))) |
(+ (* 2 b) (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) (*.f64 b #s(literal 2 binary64))) |
(+ (* 2 b) (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b)) (*.f64 b #s(literal 2 binary64))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a))) |
(*.f64 a (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* (sqrt (/ c a)) (sqrt -4)) (/ b a)))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a)))) |
(* a (+ (* -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))))) |
(*.f64 a (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)) (/.f64 b a))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* a (+ (* -1 (/ b a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (neg.f64 a) (fma.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)) (/.f64 b (neg.f64 a)))) |
(* -1 (* a (+ (* -1 (/ (+ b (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (neg.f64 a) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (fma.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) (neg.f64 a)))) |
(* -1 (* a (+ (* -1 (/ (+ b (* -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))) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (neg.f64 a) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a))) (/.f64 (-.f64 b (/.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a)) a))) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (neg.f64 a) (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (neg.f64 a) (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (neg.f64 a) (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 a (*.f64 c #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 a #s(literal -4 binary64) (/.f64 (*.f64 b b) c))) |
(* -4 (* a c)) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 a #s(literal 4 binary64)) (/.f64 (*.f64 b b) c))) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(* 2 a) |
(*.f64 a #s(literal 2 binary64)) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/ (* a c) (pow b 3)) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
(pow b 3) |
(*.f64 b (*.f64 b b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) c) b) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (fma.f64 (*.f64 a a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 a b))) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 c (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* 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))))) |
(*.f64 c (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (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 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))) |
(* -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))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 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)))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (*.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) c) b) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 a (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))) |
(* 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))))) |
(*.f64 a (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (pow.f64 b #s(literal 4 binary64)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a)))))) |
(* 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)))))) |
(*.f64 a (fma.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (pow.f64 b #s(literal 4 binary64))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 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 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 c a))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (*.f64 #s(literal -2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (*.f64 a c))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)))) (neg.f64 a)) |
(* -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))))))) |
(neg.f64 (*.f64 a (fma.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a))))))) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -1/64 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c (*.f64 c c)) (pow.f64 a #s(literal 5 binary64))))) (*.f64 (pow.f64 b #s(literal 4 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (fma.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (fma.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a)))))) (*.f64 (*.f64 b b) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 c a)))))) (neg.f64 a)) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (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)))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 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))))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 #s(literal -1/8 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 c (*.f64 c c))))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (*.f64 #s(literal 1/16 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (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))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 (*.f64 a c)) (sqrt.f64 #s(literal -4 binary64)))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(*.f64 b (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c (*.f64 b b)) #s(literal 1 binary64))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) b) |
(* 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))))))) |
(fma.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(neg.f64 (*.f64 b (fma.f64 (*.f64 #s(literal -2 binary64) a) (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 c (*.f64 b b)) (/.f64 (*.f64 (*.f64 a (*.f64 c c)) a) (pow.f64 b #s(literal 4 binary64)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 b)) |
| 5 334× | lower-*.f32 |
| 5 314× | lower-*.f64 |
| 4 850× | lower-/.f32 |
| 4 832× | lower-/.f64 |
| 2 846× | lower-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 49 | 267 |
| 0 | 78 | 257 |
| 1 | 296 | 245 |
| 2 | 2226 | 245 |
| 0 | 10052 | 242 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 b) |
(sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(/.f64 b (neg.f64 a)) |
(neg.f64 a) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(/.f64 (*.f64 a #s(literal -2 binary64)) b) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) b) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) a) |
(/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(*.f64 #s(literal 2 binary64) a) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(*.f64 b (*.f64 b b)) |
(sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
| Outputs |
|---|
(+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)) |
(-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 0 binary64)) b) |
(-.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)))) (neg.f64 b)) |
(fma.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)))) |
(pow.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1 binary64)) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 0 binary64)) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1/2 binary64))) (neg.f64 a)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1/2 binary64)))) a) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a)) #s(literal -2 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal -1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal -1 binary64))) |
(*.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (neg.f64 a))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (neg.f64 a)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal -2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (neg.f64 a))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a)) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 a)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal -2 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 a))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (neg.f64 a))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (neg.f64 a)) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(+.f64 #s(literal 0 binary64) (neg.f64 b)) |
(-.f64 #s(literal 0 binary64) b) |
(-.f64 #s(literal 0 binary64) (/.f64 b #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 b b (*.f64 #s(literal 0 binary64) b)))) (neg.f64 b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 b b) (+.f64 #s(literal 0 binary64) b))) |
(neg.f64 b) |
(/.f64 b #s(literal -1 binary64)) |
(/.f64 (neg.f64 b) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal -1 binary64) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 (*.f64 b (*.f64 b b)) (+.f64 #s(literal 0 binary64) (fma.f64 b b (*.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 b (*.f64 b b)) (neg.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b (*.f64 #s(literal 0 binary64) b))))) |
(/.f64 (neg.f64 (neg.f64 b)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))) (neg.f64 (+.f64 #s(literal 0 binary64) b))) |
(pow.f64 (neg.f64 b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) |
(*.f64 b #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) b) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(fabs.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) (sqrt.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (neg.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))))) |
(*.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a (neg.f64 b))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 b a)) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 b a)) |
(neg.f64 (/.f64 b a)) |
(/.f64 b (neg.f64 a)) |
(/.f64 (neg.f64 b) a) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (neg.f64 b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a (neg.f64 b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a (neg.f64 b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a (neg.f64 b))))) |
(/.f64 (*.f64 b #s(literal 1 binary64)) (neg.f64 a)) |
(/.f64 (neg.f64 (neg.f64 b)) (neg.f64 a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 a)) (*.f64 a (neg.f64 b))) (*.f64 a (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 a b)) a) (*.f64 a (/.f64 a b))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 b))) a) |
(/.f64 (neg.f64 (*.f64 b #s(literal 1 binary64))) a) |
(pow.f64 (/.f64 a (neg.f64 b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a (neg.f64 b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 b a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (neg.f64 b) a)) |
(*.f64 (/.f64 #s(literal -1 binary64) a) b) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 b #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(*.f64 (/.f64 b a) #s(literal -1 binary64)) |
(*.f64 (/.f64 b #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 #s(literal 0 binary64) (neg.f64 a)) |
(-.f64 #s(literal 0 binary64) a) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 a a (*.f64 #s(literal 0 binary64) a)))) (/.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 0 binary64) (fma.f64 a a (*.f64 #s(literal 0 binary64) a))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) a)) (/.f64 (*.f64 a a) (+.f64 #s(literal 0 binary64) a))) |
(neg.f64 a) |
(/.f64 a #s(literal -1 binary64)) |
(/.f64 (neg.f64 a) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a))) (+.f64 #s(literal 0 binary64) (fma.f64 a a (*.f64 #s(literal 0 binary64) a)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a)) (+.f64 #s(literal 0 binary64) a)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a (*.f64 a a)))) (neg.f64 (+.f64 #s(literal 0 binary64) (fma.f64 a a (*.f64 #s(literal 0 binary64) a))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 a a))) (neg.f64 (+.f64 #s(literal 0 binary64) a))) |
(*.f64 a #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)))))) |
(/.f64 (neg.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) a) |
(/.f64 (neg.f64 (neg.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)))) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64))) (neg.f64 a)) |
(/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) a) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)))) a) |
(/.f64 (neg.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) a)) #s(literal -2 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal -2 binary64))) |
(*.f64 (neg.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))) (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) (neg.f64 a))) |
(*.f64 (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal -2 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) (neg.f64 a)) #s(literal -1/2 binary64)) |
(*.f64 (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (neg.f64 a))) |
(*.f64 (/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
#s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) |
(/.f64 c (/.f64 b (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 c (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) |
(/.f64 (neg.f64 c) (neg.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -2 binary64)))) (neg.f64 b)) |
(/.f64 (*.f64 c #s(literal 1 binary64)) (/.f64 b (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 c (*.f64 a #s(literal 2 binary64))) (neg.f64 b)) |
(/.f64 (*.f64 #s(literal 1 binary64) c) (/.f64 b (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) c) (neg.f64 b)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))))) (neg.f64 (neg.f64 b))) |
(/.f64 (neg.f64 (*.f64 c #s(literal 1 binary64))) (neg.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (*.f64 c (*.f64 a #s(literal 2 binary64)))) (neg.f64 (neg.f64 b))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) c)) (neg.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) c)) (neg.f64 (neg.f64 b))) |
(pow.f64 (/.f64 b (*.f64 c (*.f64 a #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (/.f64 #s(literal -2 binary64) b) c)) |
(*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(*.f64 (/.f64 (*.f64 a #s(literal -2 binary64)) b) c) |
(*.f64 (*.f64 a c) (/.f64 #s(literal -2 binary64) b)) |
(*.f64 (*.f64 a #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 c (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 c b) (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 c b) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 2 binary64))))) |
(*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) b) (/.f64 c #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal -1 binary64)) (/.f64 c b)) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 (*.f64 a #s(literal 2 binary64)) b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b (*.f64 a #s(literal -2 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) b) (/.f64 (*.f64 a #s(literal 2 binary64)) b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (neg.f64 b))) (/.f64 (*.f64 a #s(literal 2 binary64)) b)) |
(neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) b)) |
(/.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 b)) |
(/.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 (neg.f64 (neg.f64 b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 b (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 b (*.f64 a #s(literal -2 binary64)))))) |
(/.f64 (*.f64 a #s(literal -2 binary64)) b) |
(/.f64 (*.f64 a #s(literal -2 binary64)) (neg.f64 (neg.f64 b))) |
(/.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64)) b) |
(/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal -1 binary64)) b) |
(/.f64 (neg.f64 (*.f64 (*.f64 a #s(literal -2 binary64)) #s(literal 1 binary64))) (neg.f64 b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal -1 binary64))) (neg.f64 b)) |
(pow.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b (*.f64 a #s(literal -2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 #s(literal -2 binary64) b)) |
(*.f64 #s(literal 2 binary64) (/.f64 a (neg.f64 b))) |
(*.f64 (*.f64 a #s(literal 2 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (neg.f64 a) (/.f64 #s(literal 2 binary64) b)) |
(*.f64 #s(literal -2 binary64) (/.f64 a b)) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal -2 binary64)) b)) |
(*.f64 (*.f64 a #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 a b) #s(literal -2 binary64)) |
(*.f64 (/.f64 a (neg.f64 b)) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 a #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 a #s(literal 2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -2 binary64) b) a) |
(*.f64 (/.f64 #s(literal 2 binary64) b) (neg.f64 a)) |
(+.f64 (*.f64 c (/.f64 #s(literal -1 binary64) b)) (*.f64 c (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(+.f64 (*.f64 (/.f64 #s(literal -1 binary64) b) c) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) c)) |
(fma.f64 c (/.f64 #s(literal -1 binary64) b) (*.f64 c (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))))) |
(fma.f64 (/.f64 #s(literal -1 binary64) b) c (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) c)) |
(/.f64 (*.f64 c (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 c (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))))) (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(/.f64 (*.f64 c (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b)) |
(/.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) c) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))) c) (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b)) c) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b)) |
(/.f64 (neg.f64 (*.f64 c (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))))) (neg.f64 (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 c (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))))) (neg.f64 (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 c (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b)))) (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) c)) (neg.f64 (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))) c)) (neg.f64 (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b)) c)) (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b))) |
(*.f64 c (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b)) |
(*.f64 (/.f64 c (*.f64 b b)) (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) (*.f64 b b))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) c) |
(*.f64 (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) b)) |
(*.f64 (/.f64 c b) (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) b) (/.f64 c (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) (*.f64 b (*.f64 b b))) (/.f64 c b)) |
(*.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) (*.f64 b b)) (/.f64 c (*.f64 b b))) |
(+.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(+.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 a c)) (*.f64 b (*.f64 b (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 a (neg.f64 c))) (*.f64 b (*.f64 b (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b)) (/.f64 (/.f64 (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b))) |
(-.f64 (/.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))) (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) (/.f64 (*.f64 b #s(literal 1 binary64)) (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 b (/.f64 (*.f64 a c) b)) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) (*.f64 (neg.f64 b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) (/.f64 (*.f64 (neg.f64 b) #s(literal 1 binary64)) (*.f64 (neg.f64 b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (neg.f64 b) (*.f64 a c)) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 (neg.f64 b) (*.f64 a (neg.f64 c))) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (neg.f64 b) (/.f64 (*.f64 a c) b)) (*.f64 b (*.f64 b b)))) |
(fma.f64 a (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 a (neg.f64 (/.f64 c (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 c (*.f64 a (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (neg.f64 a) (/.f64 (/.f64 c b) (*.f64 b (neg.f64 b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (neg.f64 (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (*.f64 a c) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (*.f64 a (neg.f64 c)) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a b) (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a b) (neg.f64 (/.f64 c (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a b) (/.f64 c (neg.f64 (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a b) (/.f64 (neg.f64 c) (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (*.f64 b b)) (/.f64 a b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (*.f64 b b)) (/.f64 a (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (*.f64 a c) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (neg.f64 b)) (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (neg.f64 b)) (/.f64 c (neg.f64 (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (neg.f64 b)) (/.f64 (neg.f64 c) (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (neg.f64 b)) (/.f64 (/.f64 c b) (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (*.f64 a c)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (*.f64 a c) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (*.f64 a c) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (*.f64 a c) b) (/.f64 (/.f64 #s(literal 1 binary64) b) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (*.f64 b (*.f64 b b))) a (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (*.f64 b (*.f64 b b))) (neg.f64 a) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (*.f64 b b)) (/.f64 c b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (*.f64 b b)) (/.f64 c (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (*.f64 b b)) (/.f64 (neg.f64 c) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c b) (/.f64 a (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c b) (/.f64 (neg.f64 a) (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c b) (/.f64 a (neg.f64 (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c b) (/.f64 (/.f64 a b) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (*.f64 a c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 (neg.f64 c) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (pow.f64 (/.f64 b c) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) a) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (pow.f64 (/.f64 (*.f64 b b) a) #s(literal -1 binary64)) (pow.f64 (/.f64 b c) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 a) (*.f64 b b)) (/.f64 c b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 a) (*.f64 b b)) (/.f64 c (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (*.f64 a c) (neg.f64 b)) (/.f64 (/.f64 #s(literal 1 binary64) b) (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (neg.f64 (*.f64 b b))) (/.f64 a b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (neg.f64 (*.f64 b b))) (/.f64 a (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (neg.f64 b)) (/.f64 a (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (neg.f64 b)) (/.f64 (neg.f64 a) (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (neg.f64 b)) (/.f64 (/.f64 a b) (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 (/.f64 a b) (*.f64 b (neg.f64 b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 c b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 (neg.f64 c) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (neg.f64 (*.f64 b b))) (/.f64 c b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (neg.f64 (*.f64 b b))) (/.f64 (neg.f64 c) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 c (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 (neg.f64 c) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 a (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 (neg.f64 a) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 a b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 a (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) (/.f64 a b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 c) (*.f64 b b)) (/.f64 a (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 c) b) (/.f64 a (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 c) b) (/.f64 a (neg.f64 (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (pow.f64 b #s(literal 3/2 binary64))) (/.f64 (neg.f64 c) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (pow.f64 b #s(literal 3/2 binary64))) (/.f64 c (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 c) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 a (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (pow.f64 b #s(literal 3/2 binary64))) (/.f64 a (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (pow.f64 b #s(literal 3/2 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 c (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (*.f64 a c) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (*.f64 a c) (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 (*.f64 a c) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (*.f64 a c) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (*.f64 a c) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b (neg.f64 b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (/.f64 a b) b) (/.f64 c b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 c (*.f64 b (neg.f64 b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 a (*.f64 (neg.f64 b) #s(literal -1 binary64))) (/.f64 c (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 c) #s(literal -1 binary64)) (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 c) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 a (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 a) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 c (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 a) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 c b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 (*.f64 a c) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 (*.f64 a c) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (neg.f64 c) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 a b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (/.f64 a b) (neg.f64 b)) (/.f64 c (neg.f64 b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 (/.f64 a b) (*.f64 b b)) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 c (*.f64 (neg.f64 b) #s(literal -1 binary64))) (/.f64 (/.f64 a b) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (*.f64 a c) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (*.f64 a c) (*.f64 (neg.f64 b) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) b) (/.f64 #s(literal -1 binary64) b)) |
(fma.f64 (/.f64 (/.f64 a b) (*.f64 (neg.f64 b) #s(literal -1 binary64))) (/.f64 c b) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) |
(/.f64 (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b)) (*.f64 a (neg.f64 c))) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b)) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b)) |
(/.f64 (fma.f64 b (*.f64 b b) (*.f64 b (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 (fma.f64 b (*.f64 b b) (*.f64 b (*.f64 a (neg.f64 c)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (fma.f64 #s(literal -1 binary64) (*.f64 b b) (*.f64 b (/.f64 (*.f64 a c) b))) (*.f64 b (*.f64 b b))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)) (*.f64 (neg.f64 b) (*.f64 a c))) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b)))) |
(/.f64 (fma.f64 (*.f64 b b) (/.f64 b (*.f64 a c)) (*.f64 (neg.f64 b) #s(literal 1 binary64))) (*.f64 (neg.f64 b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)) (*.f64 (neg.f64 b) (*.f64 a (neg.f64 c)))) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b)))) |
(/.f64 (fma.f64 b b (*.f64 (neg.f64 b) (/.f64 (*.f64 a c) b))) (*.f64 b (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a (neg.f64 c)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 b (/.f64 (*.f64 a c) b))) (*.f64 b (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (neg.f64 b) (*.f64 a c))) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) (*.f64 (neg.f64 b) #s(literal 1 binary64))) (*.f64 (neg.f64 b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (neg.f64 b) (*.f64 a (neg.f64 c)))) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (/.f64 (*.f64 a c) b))) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c)))) (neg.f64 (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))))) (neg.f64 (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))))) (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 a c) b) (/.f64 (*.f64 a c) b)) (*.f64 a (neg.f64 c))) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b))) (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b))) |
(/.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) b) (*.f64 b (*.f64 b b))) |
(/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) |
(/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 a c) b) b)) b) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) (neg.f64 b)) (*.f64 b (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal 1 binary64))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) (/.f64 (*.f64 a c) b))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (/.f64 (*.f64 b b) (/.f64 (*.f64 a c) b)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 (*.f64 a c) #s(literal 1 binary64)))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 b b))) (*.f64 b (neg.f64 (/.f64 (*.f64 a c) b)))) (*.f64 b (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 b (*.f64 (/.f64 a b) c))) (*.f64 b (*.f64 b b))) |
(/.f64 (-.f64 (neg.f64 b) (*.f64 b (/.f64 (*.f64 a c) (*.f64 b b)))) (*.f64 b b)) |
(/.f64 (-.f64 (neg.f64 b) (*.f64 b (/.f64 (/.f64 (*.f64 a c) b) b))) (*.f64 b b)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) (*.f64 (neg.f64 (neg.f64 b)) #s(literal -1 binary64))) (*.f64 (neg.f64 (neg.f64 b)) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 a c))) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) (*.f64 (neg.f64 (neg.f64 b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (neg.f64 b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal 1 binary64))) (*.f64 (neg.f64 (neg.f64 b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (neg.f64 b)) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b b) (/.f64 (*.f64 a c) b))) (*.f64 (neg.f64 (neg.f64 b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (neg.f64 b)) (/.f64 (*.f64 b b) (/.f64 (*.f64 a c) b)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 a (neg.f64 c)))) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 (neg.f64 (neg.f64 b)) (/.f64 (*.f64 a c) b))) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 (*.f64 a c) #s(literal 1 binary64)))) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 b b))) (*.f64 (neg.f64 (neg.f64 b)) (neg.f64 (/.f64 (*.f64 a c) b)))) (*.f64 (neg.f64 (neg.f64 b)) (neg.f64 (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 (/.f64 a b) c))) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 b b))) |
(/.f64 (-.f64 (neg.f64 b) (*.f64 (neg.f64 (neg.f64 b)) (/.f64 (*.f64 a c) (*.f64 b b)))) (*.f64 (neg.f64 (neg.f64 b)) b)) |
(/.f64 (-.f64 (neg.f64 b) (*.f64 (neg.f64 (neg.f64 b)) (/.f64 (/.f64 (*.f64 a c) b) b))) (*.f64 (neg.f64 (neg.f64 b)) b)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) (*.f64 (neg.f64 b) #s(literal -1 binary64))) (*.f64 (neg.f64 b) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal 1 binary64))) (*.f64 (neg.f64 b) #s(literal 1 binary64))) (*.f64 (neg.f64 b) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 (*.f64 a c) b))) (*.f64 (neg.f64 b) #s(literal 1 binary64))) (*.f64 (neg.f64 b) (/.f64 (*.f64 b b) (/.f64 (*.f64 a c) b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (neg.f64 b) (*.f64 (*.f64 a c) #s(literal 1 binary64)))) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 b b))) (*.f64 (neg.f64 b) (neg.f64 (/.f64 (*.f64 a c) b)))) (*.f64 (neg.f64 b) (neg.f64 (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (*.f64 (/.f64 a b) c))) (*.f64 b (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (neg.f64 b) (/.f64 (*.f64 a c) (*.f64 b b)))) (*.f64 (neg.f64 b) b)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) b) (*.f64 (neg.f64 b) (/.f64 (/.f64 (*.f64 a c) b) b))) (*.f64 (neg.f64 b) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 a c)))) (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)))) (*.f64 (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))))) (*.f64 (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b)) (*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) (neg.f64 b)) (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) (*.f64 b #s(literal 1 binary64))) (*.f64 b (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 b b))) (*.f64 b (/.f64 (*.f64 a c) b))) (*.f64 b (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (neg.f64 (*.f64 a (neg.f64 c))))) (*.f64 b (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 b (neg.f64 (/.f64 (*.f64 a c) b)))) (*.f64 b (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) (*.f64 (neg.f64 (neg.f64 b)) #s(literal -1 binary64))) (*.f64 (neg.f64 (neg.f64 b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) (*.f64 (neg.f64 (neg.f64 b)) #s(literal 1 binary64))) (*.f64 (neg.f64 (neg.f64 b)) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 b b))) (*.f64 (neg.f64 (neg.f64 b)) (/.f64 (*.f64 a c) b))) (*.f64 (neg.f64 (neg.f64 b)) (neg.f64 (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 (neg.f64 (neg.f64 b)) (neg.f64 (*.f64 a (neg.f64 c))))) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 (neg.f64 (neg.f64 b)) (neg.f64 (/.f64 (*.f64 a c) b)))) (*.f64 (neg.f64 (neg.f64 b)) (*.f64 b b))) |
(/.f64 (-.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) (*.f64 (neg.f64 b) #s(literal -1 binary64))) (*.f64 (neg.f64 b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) (*.f64 (neg.f64 b) #s(literal 1 binary64))) (*.f64 (neg.f64 b) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 b b))) (*.f64 (neg.f64 b) (/.f64 (*.f64 a c) b))) (*.f64 (neg.f64 b) (neg.f64 (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (neg.f64 b) (neg.f64 (*.f64 a (neg.f64 c))))) (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (neg.f64 (/.f64 (*.f64 a c) b)))) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 b b) (*.f64 b (*.f64 a c)))) (neg.f64 (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) (*.f64 b #s(literal 1 binary64)))) (neg.f64 (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (neg.f64 (fma.f64 b (*.f64 b b) (*.f64 b (*.f64 a (neg.f64 c))))) (neg.f64 (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal -1 binary64) (*.f64 b b) (*.f64 b (/.f64 (*.f64 a c) b)))) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)) (*.f64 (neg.f64 b) (*.f64 a c)))) (neg.f64 (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 b b) (/.f64 b (*.f64 a c)) (*.f64 (neg.f64 b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (neg.f64 b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)) (*.f64 (neg.f64 b) (*.f64 a (neg.f64 c))))) (neg.f64 (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 b b (*.f64 (neg.f64 b) (/.f64 (*.f64 a c) b)))) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) (*.f64 b #s(literal 1 binary64)))) (neg.f64 (*.f64 b (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a (neg.f64 c))))) (neg.f64 (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) (*.f64 b (/.f64 (*.f64 a c) b)))) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (neg.f64 b) (*.f64 a c)))) (neg.f64 (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) (*.f64 (neg.f64 b) #s(literal 1 binary64)))) (neg.f64 (*.f64 (neg.f64 b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (*.f64 (neg.f64 b) (*.f64 a (neg.f64 c))))) (neg.f64 (*.f64 (neg.f64 b) (*.f64 b (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (/.f64 (*.f64 a c) b)))) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))))) (neg.f64 (neg.f64 (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))))) (neg.f64 (neg.f64 (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b)))) (neg.f64 (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) b)) (*.f64 b (*.f64 b b))) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b (*.f64 b b))))) |
(*.f64 (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) b))) (*.f64 b b))) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b)))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (-.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a c)))) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 (*.f64 a c) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b)))))) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (*.f64 b b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b b))) b))) |
(exp.f64 (*.f64 (log.f64 (neg.f64 b)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 1 binary64) b)) |
(/.f64 #s(literal -1 binary64) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 b)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (neg.f64 b)))) |
(pow.f64 (neg.f64 b) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64)) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) b) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) b)) |
(+.f64 (*.f64 b (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) a)))) |
(fma.f64 b (/.f64 #s(literal 1/2 binary64) a) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a) (*.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) b (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) b)) |
(neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) a)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (neg.f64 a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (neg.f64 a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)) a) |
(/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal 2 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) (neg.f64 a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) (neg.f64 a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 #s(literal 2 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (*.f64 #s(literal 2 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)))) a) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) a)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)) (neg.f64 a))) |
(*.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 a (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 1 binary64))) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a) #s(literal -1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 #s(literal 1/2 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (/.f64 #s(literal -1 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (neg.f64 a))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal -2 binary64)) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (pow.f64 a #s(literal -1/2 binary64)) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 a)) |
(/.f64 #s(literal 1 binary64) a) |
(pow.f64 a #s(literal -1 binary64)) |
(pow.f64 (pow.f64 a #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64)) |
(*.f64 (pow.f64 a #s(literal -1/2 binary64)) (pow.f64 a #s(literal -1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 2 binary64) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal -2 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal -2 binary64) (neg.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))))) |
(pow.f64 (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64)) |
(*.f64 (/.f64 #s(literal 2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 2 binary64) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))))) b) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))))) b) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))))) b) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) b) |
(fma.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))) #s(literal 1/2 binary64)) b) |
(fma.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)))) b) |
(fma.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) b) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) b) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(pow.f64 (/.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(+.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(exp.f64 (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(fabs.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 4 binary64) c))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))) (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (/.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) |
(fma.f64 #s(literal 4 binary64) (*.f64 a (neg.f64 c)) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal 4 binary64)) (neg.f64 c) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (*.f64 #s(literal 4 binary64) c)) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (neg.f64 b)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (*.f64 b b)) |
(fma.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 (neg.f64 b) #s(literal -1 binary64)) b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) |
(/.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (neg.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 b (*.f64 b (*.f64 b b))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))) (*.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64))))) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (neg.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(*.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))))) |
(*.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) |
(neg.f64 (*.f64 a #s(literal -2 binary64))) |
(*.f64 a #s(literal 2 binary64)) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 (neg.f64 a) #s(literal -2 binary64)) |
(*.f64 #s(literal -2 binary64) (neg.f64 a)) |
(*.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(neg.f64 (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 a c) b)))) |
(/.f64 (*.f64 a c) (*.f64 b (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 (*.f64 a c) b))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))))) |
(/.f64 (*.f64 a (neg.f64 c)) (*.f64 b (*.f64 b b))) |
(/.f64 (/.f64 (*.f64 a c) b) (*.f64 b b)) |
(/.f64 (/.f64 (*.f64 a c) b) (neg.f64 (*.f64 b b))) |
(/.f64 (*.f64 (*.f64 a c) #s(literal 1 binary64)) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 a (neg.f64 c))) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a c) b)) (*.f64 b b)) |
(/.f64 (neg.f64 (/.f64 (*.f64 a c) b)) (neg.f64 (*.f64 b b))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a c) b)) (neg.f64 (neg.f64 (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 a b) c) (*.f64 b b)) |
(/.f64 (/.f64 (*.f64 a c) (*.f64 b b)) b) |
(/.f64 (/.f64 (/.f64 (*.f64 a c) b) b) b) |
(/.f64 (neg.f64 (neg.f64 (*.f64 a (neg.f64 c)))) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 a c) b))) (neg.f64 (*.f64 b b))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 a c) b))) (neg.f64 (neg.f64 (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a c) #s(literal 1 binary64))) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 (/.f64 a b) c)) (neg.f64 (*.f64 b b))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a c) (*.f64 b b))) (neg.f64 b)) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 a c) b) b)) (neg.f64 b)) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a c)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b b) (/.f64 (*.f64 a c) b)) #s(literal -1 binary64)) |
(*.f64 a (/.f64 c (*.f64 b (*.f64 b b)))) |
(*.f64 a (neg.f64 (/.f64 c (*.f64 b (*.f64 b b))))) |
(*.f64 c (*.f64 a (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))))) |
(*.f64 c (/.f64 a (*.f64 b (*.f64 b b)))) |
(*.f64 (neg.f64 a) (/.f64 c (*.f64 b (*.f64 b b)))) |
(*.f64 (neg.f64 a) (/.f64 (/.f64 c b) (*.f64 b (neg.f64 b)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (neg.f64 (*.f64 b b)))) |
(*.f64 (*.f64 a c) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))) |
(*.f64 (*.f64 a (neg.f64 c)) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 a b) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 a b) (neg.f64 (/.f64 c (*.f64 b b)))) |
(*.f64 (/.f64 a b) (/.f64 c (neg.f64 (*.f64 b b)))) |
(*.f64 (/.f64 a b) (/.f64 (neg.f64 c) (*.f64 b b))) |
(*.f64 (/.f64 c (*.f64 b b)) (/.f64 a b)) |
(*.f64 (/.f64 c (*.f64 b b)) (/.f64 a (neg.f64 b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (*.f64 a c) b)) |
(*.f64 (/.f64 a (neg.f64 b)) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 a (neg.f64 b)) (/.f64 c (neg.f64 (*.f64 b b)))) |
(*.f64 (/.f64 a (neg.f64 b)) (/.f64 (neg.f64 c) (*.f64 b b))) |
(*.f64 (/.f64 a (neg.f64 b)) (/.f64 (/.f64 c b) (neg.f64 b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (*.f64 a c)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (*.f64 a c)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a c)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) (/.f64 (*.f64 a c) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a c) b) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 a c) b) (/.f64 (/.f64 #s(literal 1 binary64) b) b)) |
(*.f64 (/.f64 c (*.f64 b (*.f64 b b))) a) |
(*.f64 (/.f64 c (*.f64 b (*.f64 b b))) (neg.f64 a)) |
(*.f64 (/.f64 a (*.f64 b b)) (/.f64 c b)) |
(*.f64 (/.f64 a (*.f64 b b)) (/.f64 c (neg.f64 b))) |
(*.f64 (/.f64 a (*.f64 b b)) (/.f64 (neg.f64 c) b)) |
(*.f64 (/.f64 c b) (/.f64 a (*.f64 b b))) |
(*.f64 (/.f64 c b) (/.f64 (neg.f64 a) (*.f64 b b))) |
(*.f64 (/.f64 c b) (/.f64 a (neg.f64 (*.f64 b b)))) |
(*.f64 (/.f64 c b) (/.f64 (/.f64 a b) b)) |
(*.f64 (/.f64 (*.f64 a c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) b)) |
(*.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c #s(literal -1 binary64))) |
(*.f64 (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 (neg.f64 c) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 b c) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 b b) a) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) a) #s(literal -1 binary64)) (pow.f64 (/.f64 b c) #s(literal -1 binary64))) |
(*.f64 (/.f64 (neg.f64 a) (*.f64 b b)) (/.f64 c b)) |
(*.f64 (/.f64 (neg.f64 a) (*.f64 b b)) (/.f64 c (neg.f64 b))) |
(*.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64)) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 a c) (neg.f64 b)) (/.f64 (/.f64 #s(literal 1 binary64) b) (neg.f64 b))) |
(*.f64 (/.f64 c (neg.f64 (*.f64 b b))) (/.f64 a b)) |
(*.f64 (/.f64 c (neg.f64 (*.f64 b b))) (/.f64 a (neg.f64 b))) |
(*.f64 (/.f64 c (neg.f64 b)) (/.f64 a (*.f64 b b))) |
(*.f64 (/.f64 c (neg.f64 b)) (/.f64 (neg.f64 a) (*.f64 b b))) |
(*.f64 (/.f64 c (neg.f64 b)) (/.f64 (/.f64 a b) (neg.f64 b))) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 a (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 c #s(literal -1 binary64)) (/.f64 (/.f64 a b) (*.f64 b (neg.f64 b)))) |
(*.f64 (/.f64 a (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 c b)) |
(*.f64 (/.f64 a (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 (neg.f64 c) b)) |
(*.f64 (/.f64 a (neg.f64 (*.f64 b b))) (/.f64 c b)) |
(*.f64 (/.f64 a (neg.f64 (*.f64 b b))) (/.f64 (neg.f64 c) b)) |
(*.f64 (/.f64 a (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 c (pow.f64 (neg.f64 b) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 a (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 (neg.f64 c) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 c (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 a (pow.f64 (neg.f64 b) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 c (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 (neg.f64 a) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 a b)) |
(*.f64 (/.f64 c (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 a (neg.f64 b))) |
(*.f64 (/.f64 (neg.f64 c) (*.f64 b b)) (/.f64 a b)) |
(*.f64 (/.f64 (neg.f64 c) (*.f64 b b)) (/.f64 a (neg.f64 b))) |
(*.f64 (/.f64 (neg.f64 c) b) (/.f64 a (*.f64 b b))) |
(*.f64 (/.f64 (neg.f64 c) b) (/.f64 a (neg.f64 (*.f64 b b)))) |
(*.f64 (/.f64 a (pow.f64 b #s(literal 3/2 binary64))) (/.f64 (neg.f64 c) (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 a (pow.f64 b #s(literal 3/2 binary64))) (/.f64 c (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 (neg.f64 c) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 a (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 c (pow.f64 b #s(literal 3/2 binary64))) (/.f64 a (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 c (pow.f64 b #s(literal 3/2 binary64))) (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 (neg.f64 a) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 c (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (*.f64 a c) b)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (*.f64 a c) (neg.f64 b))) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 (*.f64 a c) (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 (*.f64 a c) (pow.f64 b #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 b #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 (*.f64 a c) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) b) (*.f64 b (neg.f64 b)))) |
(*.f64 (/.f64 (/.f64 a b) b) (/.f64 c b)) |
(*.f64 (/.f64 (/.f64 a b) #s(literal -1 binary64)) (/.f64 c (*.f64 b (neg.f64 b)))) |
(*.f64 (/.f64 a (*.f64 (neg.f64 b) #s(literal -1 binary64))) (/.f64 c (*.f64 b b))) |
(*.f64 (/.f64 (neg.f64 c) #s(literal -1 binary64)) (/.f64 a (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 (neg.f64 c) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 a (pow.f64 (neg.f64 b) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 (neg.f64 a) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 c (pow.f64 (neg.f64 b) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 (neg.f64 a) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 c b)) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 (*.f64 a c) b)) |
(*.f64 (/.f64 #s(literal -1 binary64) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) (/.f64 (*.f64 a c) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 (neg.f64 c) (*.f64 #s(literal -1 binary64) (*.f64 b b))) (/.f64 a b)) |
(*.f64 (/.f64 (/.f64 a b) (neg.f64 b)) (/.f64 c (neg.f64 b))) |
(*.f64 (/.f64 c #s(literal 1 binary64)) (/.f64 (/.f64 a b) (*.f64 b b))) |
(*.f64 (/.f64 c (*.f64 (neg.f64 b) #s(literal -1 binary64))) (/.f64 (/.f64 a b) b)) |
(*.f64 (/.f64 (*.f64 a c) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 (*.f64 a c) (*.f64 (neg.f64 b) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) b) b)) |
(*.f64 (/.f64 (/.f64 a b) (*.f64 (neg.f64 b) #s(literal -1 binary64))) (/.f64 c b)) |
(exp.f64 (*.f64 (log.f64 b) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (neg.f64 b)) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 b)) #s(literal 3/2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) |
(neg.f64 (*.f64 b (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b)))) |
(/.f64 (*.f64 b (*.f64 b b)) #s(literal -1 binary64)) |
(/.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64)) |
(/.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))) (*.f64 b (*.f64 b b))) (pow.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b (*.f64 #s(literal 0 binary64) b))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) #s(literal 3 binary64)) (pow.f64 (+.f64 #s(literal 0 binary64) b) #s(literal 3 binary64))) |
(pow.f64 b #s(literal 3 binary64)) |
(pow.f64 (neg.f64 b) #s(literal 3 binary64)) |
(pow.f64 (*.f64 b b) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 b #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (pow.f64 (neg.f64 b) #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 b)) #s(literal 3 binary64)) |
(pow.f64 (exp.f64 (log.f64 (neg.f64 b))) #s(literal 3 binary64)) |
(*.f64 b (*.f64 b b)) |
(*.f64 b (neg.f64 (*.f64 b b))) |
(*.f64 (neg.f64 b) (*.f64 b b)) |
(*.f64 #s(literal -1 binary64) (*.f64 b (*.f64 b b))) |
(*.f64 (*.f64 b b) b) |
(*.f64 (*.f64 b b) (neg.f64 b)) |
(*.f64 (*.f64 b (*.f64 b b)) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 b b)) b) |
(*.f64 (neg.f64 (*.f64 b b)) b) |
(*.f64 (pow.f64 b #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (neg.f64 b) #s(literal 3/2 binary64)) (pow.f64 (neg.f64 b) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 #s(literal -1 binary64) #s(literal 3/2 binary64)) (pow.f64 (*.f64 b (neg.f64 b)) #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 3/2 binary64)) (*.f64 b (*.f64 b b))) |
(*.f64 (pow.f64 (*.f64 (neg.f64 b) #s(literal -1 binary64)) #s(literal 3/2 binary64)) (pow.f64 b #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(fabs.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))) (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) (sqrt.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (neg.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b))))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b)))))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 c (*.f64 c c)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b (*.f64 b b)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 b b))))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 (*.f64 a c) (*.f64 a c)) #s(literal 16 binary64)) (*.f64 b (*.f64 b (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 (neg.f64 b) b))))) |
(*.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
Compiled 43 148 to 4 145 computations (90.4% saved)
28 alts after pruning (25 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 709 | 16 | 1 725 |
| Fresh | 5 | 9 | 14 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1 716 | 28 | 1 744 |
| Status | Accuracy | Program |
|---|---|---|
| 11.5% | (/.f64 (fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) | |
| 28.2% | (/.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) | |
| 30.8% | (/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))) (*.f64 #s(literal 2 binary64) a)) | |
| 23.0% | (/.f64 (/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 34.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
| 2.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) #s(approx (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) (/.f64 #s(literal 1 binary64) b))) | |
| 30.7% | (/.f64 (-.f64 (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) | |
| 27.8% | (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) | |
| ▶ | 47.8% | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) |
| 55.4% | (/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 55.8% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) |
| 28.9% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) | |
| ▶ | 36.1% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) |
| 38.0% | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* b b) (* a (* -4 c))) (*.f64 (*.f64 b b) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))))) (*.f64 #s(literal 2 binary64) a)) | |
| 26.1% | (/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) a) | |
| 34.6% | (/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) | |
| 34.6% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) a)) | |
| ▶ | 55.6% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
| 10.6% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) | |
| ▶ | 2.4% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
| ▶ | 27.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
| 32.0% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b)) | |
| 35.9% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) | |
| ✓ | 36.4% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
| 36.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) | |
| 36.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 #s(literal -1 binary64) a) b)) | |
| 15.6% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) | |
| 35.8% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 #s(literal -1 binary64) b)))) |
Compiled 1 129 to 592 computations (47.6% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) | |
| cost-diff | 0 | (neg.f64 b) | |
| cost-diff | 0 | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 128 | (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) | |
| cost-diff | 0 | (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) | |
| cost-diff | 0 | (neg.f64 b) | |
| cost-diff | 0 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) | |
| cost-diff | 128 | (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) | |
| cost-diff | 0 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) | |
| cost-diff | 64 | (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) | |
| cost-diff | 320 | (*.f64 #s(literal 0 binary64) a) | |
| cost-diff | 640 | (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) | |
| cost-diff | 0 | (/.f64 b a) | |
| cost-diff | 0 | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) | |
| cost-diff | 0 | (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) | |
| cost-diff | 0 | (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) | |
| cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) | |
| cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
| 10 148× | lower-fma.f32 |
| 10 144× | lower-fma.f64 |
| 3 780× | lower-*.f32 |
| 3 762× | lower-*.f64 |
| 2 442× | lower-/.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 55 | 330 |
| 0 | 84 | 322 |
| 1 | 145 | 309 |
| 2 | 255 | 301 |
| 3 | 551 | 299 |
| 4 | 984 | 299 |
| 5 | 2574 | 299 |
| 6 | 5393 | 299 |
| 0 | 8036 | 299 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(/.f64 #s(literal 1/2 binary64) a) |
#s(literal 1/2 binary64) |
a |
(-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(*.f64 #s(literal -4 binary64) c) |
#s(literal -4 binary64) |
c |
(*.f64 b b) |
b |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
(/.f64 b a) |
b |
a |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) |
(-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) |
(*.f64 #s(literal 0 binary64) a) |
#s(literal 0 binary64) |
a |
(*.f64 a b) |
b |
(*.f64 a a) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(neg.f64 b) |
b |
(sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
a |
(*.f64 c #s(literal -4 binary64)) |
c |
#s(literal -4 binary64) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) |
(+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(neg.f64 b) |
b |
(/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.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)) |
c |
(*.f64 a #s(literal -4 binary64)) |
a |
#s(literal -4 binary64) |
(*.f64 b b) |
(sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(*.f64 #s(literal 2 binary64) a) |
#s(literal 2 binary64) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) a) |
#s(literal 1/2 binary64) |
a |
(-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(*.f64 #s(literal -4 binary64) c) |
#s(literal -4 binary64) |
c |
(*.f64 b b) |
b |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
(/.f64 b a) |
b |
a |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) |
(/.f64 b (neg.f64 a)) |
(-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) |
(*.f64 b (neg.f64 a)) |
(*.f64 #s(literal 0 binary64) a) |
#s(literal 0 binary64) |
#s(literal 0 binary64) |
a |
(*.f64 a b) |
b |
(*.f64 a a) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) |
(+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) |
(neg.f64 b) |
b |
(sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(*.f64 a (*.f64 c #s(literal -4 binary64))) |
(*.f64 a (*.f64 #s(literal -4 binary64) c)) |
a |
(*.f64 c #s(literal -4 binary64)) |
(*.f64 #s(literal -4 binary64) c) |
c |
#s(literal -4 binary64) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 a #s(literal 2 binary64)) |
#s(literal 2 binary64) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) b) (*.f64 a #s(literal 2 binary64))) |
(+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(-.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) b) |
(neg.f64 b) |
b |
(/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
c |
(*.f64 a #s(literal -4 binary64)) |
a |
#s(literal -4 binary64) |
(*.f64 b b) |
(sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(*.f64 #s(literal 2 binary64) a) |
(*.f64 a #s(literal 2 binary64)) |
#s(literal 2 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 4.178763852322274 | (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 12.683922561029524 | (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) | |
| accuracy | 21.72701588700146 | (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) | |
| accuracy | 21.85982838700146 | (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) | |
| accuracy | 4.178763852322274 | (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) | |
| accuracy | 12.683922561029524 | (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) | |
| accuracy | 21.72701588700146 | (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) | |
| accuracy | 42.809915135679574 | #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) | |
| accuracy | 0 | (*.f64 a a) | |
| accuracy | 0 | (*.f64 #s(literal 0 binary64) a) | |
| accuracy | 21.924069075815183 | (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) | |
| accuracy | 40.70986831407262 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) | |
| accuracy | 0 | (/.f64 b a) | |
| accuracy | 40.91304972509375 | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) | |
| accuracy | 0.01171875 | (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) | |
| accuracy | 4.309955112090717 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) | |
| accuracy | 12.683922561029524 | (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) | |
| accuracy | 21.72701588700146 | (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
| 79.0ms | 74× | 1 | valid |
| 53.0ms | 81× | 2 | valid |
| 42.0ms | 83× | 0 | valid |
| 16.0ms | 18× | 3 | valid |
Compiled 305 to 46 computations (84.9% saved)
ival-div: 57.0ms (45.4% of total)ival-mult: 21.0ms (16.7% of total)adjust: 16.0ms (12.8% of total)ival-add: 13.0ms (10.4% of total)ival-sqrt: 10.0ms (8% of total)ival-sub: 6.0ms (4.8% of total)exact: 1.0ms (0.8% of total)ival-neg: 1.0ms (0.8% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ()) |
#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ()) |
#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ()) |
#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ()) |
#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ()) |
#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ()) |
#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ()) |
#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ()) |
#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ()) |
#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ()) |
#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ()) |
#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ()) |
#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ()) |
#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ()) |
#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ()) |
#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ()) |
#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ()) |
#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ()) |
| Outputs |
|---|
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) (taylor 0 a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) (taylor 0 a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) (taylor inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) (taylor -inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) (taylor 0 c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) (taylor 0 c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) (taylor inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) (taylor -inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))) (taylor 0 b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 b) (taylor -inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (patch (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ b (* -1 (/ (* a c) b))) a) (taylor 0 a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ b (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) (taylor 0 a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ b (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a) (taylor 0 a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) (taylor inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a)))) (taylor inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (* 1/2 (/ b a))))) (taylor inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))) (taylor -inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))) (taylor -inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) (taylor 0 b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))) (taylor inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) (taylor inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)) (taylor -inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)) (taylor -inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -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)) (taylor -inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (/ b a)) (taylor 0 c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (/ b a)) (taylor 0 c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (/ b a)) (taylor 0 c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c))))) (taylor inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c)))))) (taylor inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (* 1/2 (/ b (* a c))))))) (taylor inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor -inf b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor -inf b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor -inf b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor -inf b) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor -inf a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor -inf a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor -inf a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor -inf a) (#s(alt (/.f64 b a) (patch (/.f64 b a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) (patch (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor 0 a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor 0 a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor 0 a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor 0 a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor inf a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor inf a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor inf a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor inf a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor -inf a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor -inf a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor -inf a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt 0 (taylor -inf a) (#s(alt (*.f64 #s(literal 0 binary64) a) (patch (*.f64 #s(literal 0 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf a) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf b) (#s(alt (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (patch (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 b) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (patch (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor inf b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf a) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf c) (#s(alt (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) (patch (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))) (taylor 0 b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 b) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf c) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (patch (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) (patch (/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf c) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf a) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor inf b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) (patch (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor 0 b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor -inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor 0 a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor 0 a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor 0 a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor 0 a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor -inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor -inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor -inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor -inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor 0 b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (- (pow b 2) (* 4 (* a c))) (taylor 0 b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (- (pow b 2) (* 4 (* a c))) (taylor 0 b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (- (pow b 2) (* 4 (* a c))) (taylor 0 b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor inf b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor -inf b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow b 2) a) (* 4 c))) (taylor inf a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow b 2) a) (* 4 c))) (taylor inf a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (/ (pow b 2) a) (* 4 c))) (taylor inf a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) (taylor -inf a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) (taylor -inf a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) (taylor -inf a) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (/ (pow b 2) c) (* 4 a))) (taylor inf c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (/ (pow b 2) c) (* 4 a))) (taylor inf c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (/ (pow b 2) c) (* 4 a))) (taylor inf c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) (taylor -inf c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) (taylor -inf c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) (taylor -inf c) (#s(alt #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) (patch #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) #<representation binary64>) () ())) ()) |
156 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | a | @ | inf | (/ (- (* 0 a) (* a b)) (* a a)) |
| 0.0ms | a | @ | 0 | (/ 1/2 a) |
| 0.0ms | b | @ | -inf | (- (* 0 a) (* a b)) |
| 0.0ms | a | @ | -inf | (/ 1/2 a) |
| 0.0ms | a | @ | inf | (/ 1/2 a) |
| 1× | egg-herbie |
| 13 192× | lower-fma.f64 |
| 13 192× | lower-fma.f32 |
| 7 784× | lower-*.f64 |
| 7 784× | lower-*.f32 |
| 3 580× | lower-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 614 | 12640 |
| 1 | 1968 | 12460 |
| 2 | 6595 | 12347 |
| 0 | 8149 | 11778 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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)))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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)))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* 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))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
(/ b a) |
(/ (+ b (* -1 (/ (* a c) b))) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))) (* 1/2 (/ b a))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(/ b a) |
(* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))) |
(* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(* 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))))) |
(/ c b) |
(* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)) |
(* -1 (/ (+ (* -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)) |
(/ b a) |
(+ (* -1 (/ c b)) (/ b a)) |
(+ (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (/ b a)) |
(+ (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (/ b a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c))))) |
(* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c)))))) |
(* 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))) (* 1/2 (/ b (* a c))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(/ b a) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
0 |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* 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))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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)))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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)))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* 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))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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)))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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)))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* -4 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* -4 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -4 (* a c)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(* -4 (* a c)) |
(- (pow b 2) (* 4 (* a c))) |
(- (pow b 2) (* 4 (* a c))) |
(- (pow b 2) (* 4 (* a c))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(* -4 (* a c)) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(* -4 (* a c)) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
| Outputs |
|---|
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(+ (* -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))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) b)))) (/.f64 (*.f64 (neg.f64 c) c) (*.f64 b (*.f64 b b)))) (/.f64 c (neg.f64 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a)))) |
(+ (* -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)))))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) c)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 a (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a)))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a))))) |
(* 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))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 c a))) (neg.f64 c)) |
(* -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))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) c)) (neg.f64 c)) |
(* -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))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (*.f64 b (/.f64 #s(literal -1/2 binary64) a)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/128 binary64) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))))) c)) c)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 b)) |
(* -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)))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 c b) a)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 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)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 a (*.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) b)) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 binary64)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.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)))) |
(* 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))) |
(*.f64 a (-.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))) (/.f64 b a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 b)) a)) (neg.f64 a)) |
(* -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)))))) |
(neg.f64 (*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a) b) a)))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 c b) a)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b))))) |
(* 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)))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (neg.f64 (/.f64 b c)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (neg.f64 (/.f64 b c))))) |
(* 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))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (neg.f64 (/.f64 b c)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b c))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 b)) (neg.f64 c)))) |
(* -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)))))) |
(neg.f64 (*.f64 c (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))) c) b) c)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) (neg.f64 b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* 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))) |
(fma.f64 b (fma.f64 b (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) #s(literal 1/32 binary64))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 c b) a)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 2 binary64)) (neg.f64 b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 2 binary64)) (neg.f64 b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64))) (neg.f64 b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 binary64))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))) |
(* 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))))) |
(*.f64 a (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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)))))) |
(* 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)))))) |
(*.f64 a (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (neg.f64 a)) |
(* -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))))))) |
(neg.f64 (*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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)))))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) (neg.f64 a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b)))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* 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))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))))) |
(* -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)))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) #s(literal 1/32 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) (*.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (sqrt.f64 #s(literal -4 binary64)))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(fma.f64 b (*.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b)))) b) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(* 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))))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64)))) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(neg.f64 (fma.f64 b (*.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b)))) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 b)) |
(/ b a) |
(/.f64 b a) |
(/ (+ b (* -1 (/ (* a c) b))) a) |
(/.f64 (-.f64 b (/.f64 (*.f64 c a) b)) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (fma.f64 a (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) b) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a) |
(/.f64 (fma.f64 a (fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) b) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a))) |
(+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a)))) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 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))) (* 1/2 (/ b a))))) |
(fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64)))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal 1/2 binary64) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 b #s(literal -1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a)))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a)))) |
(+ (* 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))))) |
(fma.f64 (*.f64 b b) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a)))) |
(/ b a) |
(/.f64 b a) |
(* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))) |
(fma.f64 b (/.f64 c (*.f64 (neg.f64 b) b)) (/.f64 b a)) |
(* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(fma.f64 b (-.f64 (/.f64 (*.f64 (*.f64 (neg.f64 c) c) a) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 c (*.f64 b b))) (/.f64 b a)) |
(* 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))))) |
(*.f64 b (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a))) (/.f64 c (*.f64 b b)))) |
(/ c b) |
(/.f64 c b) |
(* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b) |
(* -1 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) (neg.f64 b)) |
(* -1 (/ (+ (* -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)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) (neg.f64 b)) |
(/ b a) |
(/.f64 b a) |
(+ (* -1 (/ c b)) (/ b a)) |
(-.f64 (/.f64 b a) (/.f64 c b)) |
(+ (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (/ b a)) |
(fma.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) (/.f64 b a)) |
(+ (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (/ b a)) |
(fma.f64 c (fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b)) (/.f64 b a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c))))) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (*.f64 c 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))) (* 1/2 (/ b (* a c)))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (*.f64 c 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))) (* 1/2 (/ b (* a c))))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (*.f64 c a))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (*.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 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64)) (*.f64 b (/.f64 #s(literal 1/2 binary64) a))) c)))) |
(* -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))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (*.f64 b (/.f64 #s(literal 1/2 binary64) a)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/128 binary64) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))))) c)) c)))) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(/ b a) |
(/.f64 b a) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
0 |
#s(literal 0 binary64) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 b)) |
(* -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)))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(+ (* -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))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) b)))) (/.f64 (*.f64 (neg.f64 c) c) (*.f64 b (*.f64 b b)))) (/.f64 c (neg.f64 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a)))) |
(+ (* -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)))))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) c)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 a (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a)))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a))))) |
(* 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))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 c a))) (neg.f64 c)) |
(* -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))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) c)) (neg.f64 c)) |
(* -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))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (*.f64 b (/.f64 #s(literal -1/2 binary64) a)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/128 binary64) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))))) c)) c)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) (neg.f64 b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* 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))) |
(fma.f64 b (fma.f64 b (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) #s(literal 1/32 binary64))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 c b) a)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 2 binary64)) (neg.f64 b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 2 binary64)) (neg.f64 b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64))) (neg.f64 b)) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 c b) a)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 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)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 a (*.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) b)) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 binary64)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.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)))) |
(* 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))) |
(*.f64 a (-.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))) (/.f64 b a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 b)) a)) (neg.f64 a)) |
(* -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)))))) |
(neg.f64 (*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a) b) a)))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 c b) a)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b))))) |
(* 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)))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (neg.f64 (/.f64 b c)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (neg.f64 (/.f64 b c))))) |
(* 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))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (neg.f64 (/.f64 b c)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b c))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 b)) (neg.f64 c)))) |
(* -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)))))) |
(neg.f64 (*.f64 c (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))) c) b) c)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 b)) |
(* -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)))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(+ (* -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))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) b)))) (/.f64 (*.f64 (neg.f64 c) c) (*.f64 b (*.f64 b b)))) (/.f64 c (neg.f64 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a)))) |
(+ (* -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)))))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) c)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 a (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a)))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a))))) |
(* 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))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 c a))) (neg.f64 c)) |
(* -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))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) c)) (neg.f64 c)) |
(* -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))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (*.f64 b (/.f64 #s(literal -1/2 binary64) a)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/128 binary64) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))))) c)) c)))) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) #s(literal 1/32 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) (*.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (sqrt.f64 #s(literal -4 binary64)))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(fma.f64 b (*.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b)))) b) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(* 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))))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64)))) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(neg.f64 (fma.f64 b (*.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b)))) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 binary64))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))) |
(* 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))))) |
(*.f64 a (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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)))))) |
(* 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)))))) |
(*.f64 a (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (neg.f64 a)) |
(* -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))))))) |
(neg.f64 (*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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)))))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) (neg.f64 a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b)))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* 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))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))))) |
(* -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)))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) (neg.f64 b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* 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))) |
(fma.f64 b (fma.f64 b (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) #s(literal 1/32 binary64))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 c b) a)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 2 binary64)) (neg.f64 b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 2 binary64)) (neg.f64 b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64))) (neg.f64 b)) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 c b) a)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b))))) |
(* 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)))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 c b)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) a) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (neg.f64 (/.f64 b c)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (neg.f64 (/.f64 b c))))) |
(* 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))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (neg.f64 (/.f64 b c)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b c))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 b)) (neg.f64 c)))) |
(* -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)))))) |
(neg.f64 (*.f64 c (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))) c) b) c)))) |
(* -2 (/ (* a c) b)) |
(*.f64 #s(literal -2 binary64) (*.f64 (/.f64 c b) a)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 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)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 a (*.f64 (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) b)) #s(literal -1/2 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -4 binary64) (*.f64 c c)) c) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 binary64)))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.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)))) |
(* 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))) |
(*.f64 a (-.f64 (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))) (/.f64 b a))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (fma.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (neg.f64 b)) a)) (neg.f64 a)) |
(* -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)))))) |
(neg.f64 (*.f64 a (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))))) a) b) a)))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (/.f64 (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(*.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 c (*.f64 b b))) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 b)) |
(* -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)))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (fma.f64 (neg.f64 a) (/.f64 (*.f64 c c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) a))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64))) (/.f64 a (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) c)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (/.f64 a (neg.f64 (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a)))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a))))) |
(* 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))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c 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 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) (*.f64 c a)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 c a))) (neg.f64 c)) |
(* -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))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal -1/8 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) c)) (neg.f64 c)) |
(* -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))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (*.f64 b (/.f64 #s(literal -1/2 binary64) a)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a))))) (*.f64 #s(literal -1/128 binary64) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))))) c)) c)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 c (*.f64 c c)))) (pow.f64 b #s(literal 5 binary64))) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(+ (* -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))))))) |
(fma.f64 a (fma.f64 a (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) a) (*.f64 (/.f64 (pow.f64 c #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) b)))) (/.f64 (*.f64 (neg.f64 c) c) (*.f64 b (*.f64 b b)))) (/.f64 c (neg.f64 b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)) (*.f64 b (/.f64 #s(literal -1/2 binary64) a)))) |
(+ (* -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)))))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (fma.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/64 binary64))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (*.f64 b (/.f64 #s(literal -1/2 binary64) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b)))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* 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))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))))) |
(* -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)))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 binary64))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))) |
(* 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))))) |
(*.f64 a (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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)))))) |
(* 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)))))) |
(*.f64 a (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (neg.f64 a)) |
(* -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))))))) |
(neg.f64 (*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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)))))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) (neg.f64 a)) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) #s(literal 1/32 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) (*.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (sqrt.f64 #s(literal -4 binary64)))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(fma.f64 b (*.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b)))) b) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(* 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))))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64)))) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(neg.f64 (fma.f64 b (*.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b)))) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 b)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(- (pow b 2) (* 4 (* a c))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(- (pow b 2) (* 4 (* a c))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(- (pow b 2) (* 4 (* a c))) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 b (*.f64 b (fma.f64 #s(literal -4 binary64) (*.f64 c (/.f64 a (*.f64 b b))) #s(literal 1 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (- (/ (pow b 2) a) (* 4 c))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -1 (* a (- (* -1 (/ (pow b 2) a)) (* -4 c)))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* c (- (/ (pow b 2) c) (* 4 a))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* -1 (* c (- (* -1 (/ (pow b 2) c)) (* -4 a)))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 5 binary64))) (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b))) (/.f64 a b)))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))) |
(* 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))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)))))) |
(* 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (pow.f64 b #s(literal 6 binary64)) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64)))))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))))))) |
(* -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)))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c c)))))) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 (/.f64 c b) (*.f64 #s(literal -2 binary64) a) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) (*.f64 a #s(literal -4 binary64)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (*.f64 (/.f64 c b) #s(literal -2 binary64))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))) |
(* 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))))) |
(*.f64 a (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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)))))) |
(* 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)))))) |
(*.f64 a (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (fma.f64 (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 (/.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))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))) (neg.f64 a)) |
(* -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))))))) |
(neg.f64 (*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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)))))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 a a))))) (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64))))) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)))))) (neg.f64 a)) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 b b) (fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a))))))) #s(literal 1/32 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) (*.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 a (*.f64 c (*.f64 a a)))))) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/32 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (sqrt.f64 #s(literal -4 binary64)))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(fma.f64 b (*.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b)))) b) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(* 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))))))) |
(*.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64)))) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(neg.f64 (fma.f64 b (*.f64 #s(literal -2 binary64) (*.f64 c (/.f64 a (*.f64 b b)))) b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 b)) |
| 5 316× | lower-fma.f32 |
| 5 312× | lower-fma.f64 |
| 4 500× | lower-/.f32 |
| 4 488× | lower-/.f64 |
| 4 242× | lower-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 55 | 271 |
| 0 | 84 | 235 |
| 1 | 323 | 221 |
| 2 | 2293 | 218 |
| 0 | 9547 | 218 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(/.f64 #s(literal 1/2 binary64) a) |
(-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
(/.f64 b a) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) |
(*.f64 #s(literal 0 binary64) a) |
(-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
(+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) |
(neg.f64 b) |
(sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) |
(+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(*.f64 a a) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))) |
(sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 0 binary64)) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a) (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 a (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (neg.f64 a) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 (neg.f64 a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a)) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 a))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal -1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (neg.f64 a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1/2 binary64)) (neg.f64 a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (neg.f64 a)) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 a (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (neg.f64 (*.f64 a (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (neg.f64 a) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (neg.f64 (*.f64 (neg.f64 a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1/2 binary64))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 3 binary64))) (fma.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a)))))) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (neg.f64 a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64))) |
(*.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) a) (/.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a)) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal 2 binary64)) (/.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64)) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(*.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(exp.f64 (*.f64 (log.f64 (*.f64 a #s(literal 2 binary64))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal -2 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (neg.f64 a))) |
(/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) a)))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 a)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (neg.f64 (neg.f64 a)))) |
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -2 binary64)) |
(pow.f64 (*.f64 a #s(literal 2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 0 binary64)) b) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(-.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)) |
(fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (neg.f64 b)) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (neg.f64 b)) |
(fma.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (neg.f64 b)) |
(fma.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 #s(literal -1 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal -1 binary64) (+.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (+.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(pow.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1 binary64)) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal -1 binary64))) |
(fabs.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 b b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(neg.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 a (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (sqrt.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (sqrt.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(*.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 b (neg.f64 a))) |
(neg.f64 (/.f64 b (neg.f64 a))) |
(neg.f64 (/.f64 (neg.f64 b) a)) |
(/.f64 b a) |
(/.f64 #s(literal 1 binary64) (/.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 a b) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 a b)))) |
(/.f64 (neg.f64 b) (neg.f64 a)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a b))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 b)) (neg.f64 (neg.f64 a))) |
(/.f64 (*.f64 b #s(literal 1 binary64)) a) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 a)) (*.f64 a b)) (*.f64 (neg.f64 a) (neg.f64 a))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 b))) (neg.f64 (neg.f64 (neg.f64 a)))) |
(/.f64 (neg.f64 (*.f64 b #s(literal 1 binary64))) (neg.f64 a)) |
(pow.f64 (/.f64 a b) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 a b) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 b (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 b a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) b) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) b) #s(literal -1 binary64))) |
(*.f64 (/.f64 b a) #s(literal 1 binary64)) |
(*.f64 (neg.f64 b) (/.f64 #s(literal -1 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 b (neg.f64 a))) |
(*.f64 (*.f64 b #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 #s(literal 0 binary64) (/.f64 (*.f64 a b) (*.f64 a a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a a) (*.f64 a b))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (neg.f64 (*.f64 a a)))) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) (neg.f64 (neg.f64 (*.f64 a a)))) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a b)) (neg.f64 (neg.f64 (*.f64 a a)))) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 a a) (*.f64 a (*.f64 b (*.f64 a b))))) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 (*.f64 a a) (*.f64 a b))) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 (*.f64 a a) (*.f64 a b)) (*.f64 (*.f64 a a) (*.f64 a a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 a b) (*.f64 a a)))))) (/.f64 (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a)))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 a b) (*.f64 a a))))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (*.f64 a b) (*.f64 a a))) (/.f64 (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))) (/.f64 (*.f64 a b) (*.f64 a a)))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) (neg.f64 (*.f64 a a))) (/.f64 (*.f64 a b) (*.f64 a a))) |
(-.f64 (/.f64 (/.f64 #s(literal 0 binary64) (*.f64 a b)) (neg.f64 (*.f64 a a))) (/.f64 (*.f64 a b) (*.f64 a a))) |
(neg.f64 (/.f64 (*.f64 a b) (*.f64 a a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a a) (*.f64 a b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a a) (*.f64 a b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 a (*.f64 a b)) a)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a a) (*.f64 a b))))) |
(/.f64 (*.f64 a b) (*.f64 a a)) |
(/.f64 (*.f64 a b) (neg.f64 (*.f64 a a))) |
(/.f64 (*.f64 a b) (neg.f64 (neg.f64 (*.f64 a a)))) |
(/.f64 (*.f64 a b) (neg.f64 (neg.f64 (neg.f64 (*.f64 a a))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a a) (*.f64 a b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 a b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 a (*.f64 a b)) a))) |
(/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (*.f64 a a) (*.f64 a (*.f64 b (*.f64 a b))))) |
(/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a (*.f64 b (*.f64 a b)))))) |
(/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a b))) |
(/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a b)))) |
(/.f64 (/.f64 (*.f64 a b) a) a) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a b))) (*.f64 (*.f64 a a) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) #s(literal 1 binary64)) (*.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 a (*.f64 b (*.f64 a b))) #s(literal 1 binary64)) (*.f64 (*.f64 a b) (*.f64 a a))) |
(/.f64 (neg.f64 (/.f64 (*.f64 a b) a)) (neg.f64 a)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))))) (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 a b) (*.f64 a a)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a)))) (/.f64 (*.f64 a b) (*.f64 a a))) |
(/.f64 (*.f64 (*.f64 a b) #s(literal 1 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 a (*.f64 b (*.f64 a b)))) |
(/.f64 (*.f64 (*.f64 a (*.f64 b (*.f64 a b))) (/.f64 #s(literal 1 binary64) (*.f64 a a))) (*.f64 a b)) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a a)) (*.f64 (*.f64 a a) (*.f64 a b)))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 a a)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 b (*.f64 a b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (*.f64 a b) (*.f64 a a)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 a b) a))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a)))))) (neg.f64 (+.f64 #s(literal 0 binary64) (fma.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a)) (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 a b) (*.f64 a a))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))))) (/.f64 (*.f64 a b) (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a b) #s(literal 1 binary64))) (neg.f64 (*.f64 a a))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) (*.f64 a (*.f64 b (*.f64 a b)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 a (*.f64 b (*.f64 a b))) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) (*.f64 a b)) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 a a))) (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 a b) (*.f64 a a)))))) |
(pow.f64 (/.f64 (*.f64 a a) (*.f64 a b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a a) (*.f64 a b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 a (*.f64 a b)) a) #s(literal -1 binary64)) |
(*.f64 a (/.f64 b (*.f64 a a))) |
(*.f64 b (/.f64 a (*.f64 a a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 a a))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 a b) a)) |
(*.f64 (/.f64 b a) (/.f64 a a)) |
(*.f64 (/.f64 b a) (/.f64 (neg.f64 a) a)) |
(*.f64 (/.f64 b a) (/.f64 a (neg.f64 a))) |
(*.f64 (*.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 (*.f64 a b) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 a a)))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 a b) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 a b)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 a b) a) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (*.f64 a b) a) (/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1 binary64))) |
(*.f64 (/.f64 b (neg.f64 a)) (/.f64 a a)) |
(*.f64 (/.f64 b (neg.f64 a)) (/.f64 (neg.f64 a) a)) |
(*.f64 (/.f64 a a) (/.f64 b a)) |
(*.f64 (/.f64 a a) (/.f64 b (neg.f64 a))) |
(*.f64 (/.f64 a a) (/.f64 (neg.f64 b) a)) |
(*.f64 (/.f64 (neg.f64 b) a) (/.f64 a a)) |
(*.f64 (/.f64 (neg.f64 b) a) (/.f64 a (neg.f64 a))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b (*.f64 a b))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a a) (*.f64 a (*.f64 b (*.f64 a b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 b (*.f64 a a))) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 (neg.f64 b) (*.f64 a a))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 a (*.f64 a a))) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (neg.f64 a) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) b) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) |
(*.f64 (/.f64 (neg.f64 b) #s(literal -1 binary64)) (/.f64 a (*.f64 a a))) |
(*.f64 (/.f64 (neg.f64 a) a) (/.f64 b a)) |
(*.f64 (/.f64 (neg.f64 a) a) (/.f64 b (neg.f64 a))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) a)) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b (*.f64 a b)))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) (neg.f64 a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (neg.f64 a))) |
(*.f64 (/.f64 a (neg.f64 a)) (/.f64 b a)) |
(*.f64 (/.f64 a (neg.f64 a)) (/.f64 (neg.f64 b) a)) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) b) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 a (*.f64 a b)))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 b b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 a b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 a a)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (*.f64 a b) a)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) b)) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (*.f64 a b) b)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (neg.f64 a)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (neg.f64 a)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 a b)) a)) |
#s(literal 0 binary64) |
(+.f64 #s(literal 0 binary64) (*.f64 a b)) |
(+.f64 (*.f64 a b) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (*.f64 a b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 a b)) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a b)) (*.f64 a b)) |
(fma.f64 a b #s(literal 0 binary64)) |
(fma.f64 a (neg.f64 b) #s(literal 0 binary64)) |
(fma.f64 b a #s(literal 0 binary64)) |
(fma.f64 b (neg.f64 a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 b a) (/.f64 (*.f64 a (*.f64 a b)) b) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a b) (/.f64 (*.f64 a b) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 b) a #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (*.f64 a b) #s(literal 0 binary64)) |
(fma.f64 (neg.f64 a) b #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 b b)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) #s(literal 0 binary64)) |
(fma.f64 (*.f64 a (*.f64 b (*.f64 a b))) (/.f64 #s(literal 1 binary64) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a b) (/.f64 (*.f64 b (*.f64 a b)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a b) a) (/.f64 (*.f64 a b) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a b) a) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 b (*.f64 a b))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a a) (/.f64 (*.f64 b (*.f64 a b)) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 (*.f64 b (*.f64 a b)) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 b b) (/.f64 (*.f64 a (*.f64 a b)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (*.f64 a (*.f64 a b)) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b b) a) (/.f64 (*.f64 a a) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 b b) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b b) b) (/.f64 (*.f64 a a) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 b b) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b b) #s(literal -1 binary64)) (/.f64 (*.f64 a a) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a b) b) (/.f64 (*.f64 a b) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a b) #s(literal -1 binary64)) (/.f64 (*.f64 a b) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a a) #s(literal -1 binary64)) (/.f64 (*.f64 b b) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a b) a) a) (/.f64 b b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a b) a) b) (/.f64 b a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a b) a) #s(literal -1 binary64)) (/.f64 b (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a b) b) a) (/.f64 a b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a b) b) b) (/.f64 a a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 (*.f64 a b) b) #s(literal -1 binary64)) (/.f64 a (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a b) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 b b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a b) (*.f64 a b)) (*.f64 a b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 b b)) (/.f64 (*.f64 a b) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a b) (*.f64 (*.f64 a b) a)) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) b) (/.f64 (*.f64 a b) (*.f64 a (*.f64 a b))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a b) (*.f64 (*.f64 a b) b)) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 a b))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b b)) b) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a b))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a b) a)) (/.f64 (*.f64 a (*.f64 a a)) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a b))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a b) b)) (/.f64 (*.f64 a (*.f64 a a)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a b))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) a)) (/.f64 (*.f64 a b) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) b)) (/.f64 (*.f64 a b) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a b) a)) (/.f64 (*.f64 b (*.f64 b b)) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a b) b)) (/.f64 (*.f64 b (*.f64 b b)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) a) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 b (*.f64 a b))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) b) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a (*.f64 a b))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 b b)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a a)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a a)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 b b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a b)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a b)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 (*.f64 a b) a)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) b) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 (*.f64 a b) b)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) a) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) a) (/.f64 (*.f64 a b) (*.f64 b (*.f64 a b))) #s(literal 0 binary64)) |
(neg.f64 (*.f64 a b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))))) |
(/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 a (*.f64 b (*.f64 a b)))) |
(/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 a (*.f64 b (*.f64 a b))) #s(literal 0 binary64)))) |
(/.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (neg.f64 (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 a (*.f64 b (*.f64 a b))) #s(literal 0 binary64))))) |
(/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 a b)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 a (*.f64 b (*.f64 a b)))) (*.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))))) (*.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 a (*.f64 b (*.f64 a b))))) |
(/.f64 (fma.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))) #s(literal 0 binary64)) (*.f64 a (*.f64 b (*.f64 a b)))) |
(pow.f64 (*.f64 a b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) #s(literal -1 binary64)) |
(*.f64 a b) |
(*.f64 a (neg.f64 b)) |
(*.f64 b a) |
(*.f64 b (neg.f64 a)) |
(*.f64 (/.f64 b a) (/.f64 (*.f64 a (*.f64 a b)) b)) |
(*.f64 (*.f64 a b) (/.f64 (*.f64 a b) (*.f64 a b))) |
(*.f64 (neg.f64 b) a) |
(*.f64 #s(literal -1 binary64) (*.f64 a b)) |
(*.f64 (neg.f64 a) b) |
(*.f64 (/.f64 (*.f64 a b) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 b b))) |
(*.f64 (*.f64 (*.f64 a b) (*.f64 a (*.f64 b (*.f64 a b)))) (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 b (*.f64 a b))))) |
(*.f64 (*.f64 a (*.f64 b (*.f64 a b))) (/.f64 #s(literal 1 binary64) (*.f64 a b))) |
(*.f64 (/.f64 a b) (/.f64 (*.f64 b (*.f64 a b)) a)) |
(*.f64 (/.f64 (*.f64 a b) a) (/.f64 (*.f64 a b) b)) |
(*.f64 (/.f64 (*.f64 a b) a) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 b (*.f64 a b)))) |
(*.f64 (/.f64 a a) (/.f64 (*.f64 b (*.f64 a b)) b)) |
(*.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 (*.f64 b (*.f64 a b)) (*.f64 a b))) |
(*.f64 (/.f64 b b) (/.f64 (*.f64 a (*.f64 a b)) a)) |
(*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 (*.f64 a (*.f64 a b)) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 b b) a) (/.f64 (*.f64 a a) b)) |
(*.f64 (/.f64 (*.f64 a a) b) (/.f64 (*.f64 b b) a)) |
(*.f64 (/.f64 (*.f64 b b) b) (/.f64 (*.f64 a a) a)) |
(*.f64 (/.f64 (*.f64 a a) a) (/.f64 (*.f64 b b) b)) |
(*.f64 (/.f64 (*.f64 b b) #s(literal -1 binary64)) (/.f64 (*.f64 a a) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 a b) b) (/.f64 (*.f64 a b) a)) |
(*.f64 (/.f64 (*.f64 a b) #s(literal -1 binary64)) (/.f64 (*.f64 a b) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 a a) #s(literal -1 binary64)) (/.f64 (*.f64 b b) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) a) a) (/.f64 b b)) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) a) b) (/.f64 b a)) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) a) #s(literal -1 binary64)) (/.f64 b (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) b) a) (/.f64 a b)) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) b) b) (/.f64 a a)) |
(*.f64 (/.f64 (*.f64 (*.f64 a b) b) #s(literal -1 binary64)) (/.f64 a (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 a b) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 a a)) (/.f64 (*.f64 a b) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 a b) (*.f64 a b)) (*.f64 a b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 b b)) (/.f64 (*.f64 a b) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a b) (*.f64 (*.f64 a b) a)) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) b) (/.f64 (*.f64 a b) (*.f64 a (*.f64 a b)))) |
(*.f64 (/.f64 (*.f64 a b) (*.f64 (*.f64 a b) b)) (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) a)) |
(*.f64 (/.f64 (*.f64 b (*.f64 b b)) a) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b (*.f64 a b)))) |
(*.f64 (/.f64 (*.f64 b (*.f64 b b)) b) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a b)))) |
(*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 b b)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a a)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a b)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 a b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a b))) |
(*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a)) (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b b))) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 b b)) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a a))) |
(*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a b) a)) (/.f64 (*.f64 a (*.f64 a a)) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) b) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 a (*.f64 a b)))) |
(*.f64 (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a b) b)) (/.f64 (*.f64 a (*.f64 a a)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) a) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 b (*.f64 a b)))) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) a)) (/.f64 (*.f64 a b) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) (*.f64 (*.f64 a b) b)) (/.f64 (*.f64 a b) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a b) a)) (/.f64 (*.f64 b (*.f64 b b)) b)) |
(*.f64 (/.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a b) b)) (/.f64 (*.f64 b (*.f64 b b)) a)) |
(*.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) a) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 b (*.f64 a b)))) |
(*.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) b) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a (*.f64 a b)))) |
(*.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 b b)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a a))) |
(*.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a a)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 b b))) |
(*.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a b)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 a b))) |
(*.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 (*.f64 a b) a)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) b)) |
(*.f64 (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) (*.f64 (*.f64 a b) b)) (/.f64 (pow.f64 (*.f64 a b) #s(literal 3/2 binary64)) a)) |
(*.f64 (/.f64 (*.f64 a (*.f64 b (*.f64 a b))) a) (/.f64 (*.f64 a b) (*.f64 b (*.f64 a b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 a b) (*.f64 a a))) |
(+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(+.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (neg.f64 b)) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (/.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(-.f64 (+.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 0 binary64)) b) |
(-.f64 (/.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (neg.f64 b))) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (neg.f64 b)))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(fma.f64 (pow.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(literal 1/4 binary64)) (pow.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(literal 1/4 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (neg.f64 b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(/.f64 (neg.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b)))) (neg.f64 (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))))) |
(/.f64 (neg.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (-.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b b)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (neg.f64 b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (neg.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (neg.f64 (-.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (neg.f64 b)))) |
(pow.f64 (/.f64 (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))))) |
(*.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (+.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 0 binary64)) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) (/.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) a))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b))))) |
(/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 a (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1/2 binary64))))) |
(/.f64 (neg.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))))) |
(/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1/2 binary64)) a) |
(/.f64 (*.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 1 binary64)) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1/2 binary64))) (neg.f64 a)) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) a) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1/2 binary64)))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) a)) #s(literal -2 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(literal -1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1/2 binary64))) |
(*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (neg.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (neg.f64 a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (/.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 b (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) a)) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) a)) |
(*.f64 (/.f64 (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (fma.f64 b b (+.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) (*.f64 b (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))))) |
(+.f64 #s(literal 0 binary64) (neg.f64 b)) |
(-.f64 #s(literal 0 binary64) b) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) b)) (/.f64 (*.f64 b b) (+.f64 #s(literal 0 binary64) b))) |
(neg.f64 b) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (+.f64 #s(literal 0 binary64) b)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b))) (neg.f64 (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 b b) (*.f64 #s(literal 0 binary64) (neg.f64 b))))) |
(*.f64 b #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) b) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(fabs.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
(pow.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (pow.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(literal 1/4 binary64)) (pow.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 0 binary64)) b) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (/.f64 (*.f64 b (*.f64 b b)) (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(-.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))) (/.f64 (*.f64 b b) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)))) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)) |
(fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (neg.f64 b)) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 b)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (neg.f64 b)) |
(fma.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (neg.f64 b)) |
(fma.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (neg.f64 b)) |
(fma.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (neg.f64 b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 0 binary64) b) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) b) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) b) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 (+.f64 #s(literal 0 binary64) b) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) b) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 #s(literal -1 binary64) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 #s(literal -1 binary64) (+.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (+.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 #s(literal 0 binary64) b) (*.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (+.f64 #s(literal 0 binary64) (fma.f64 b b #s(literal 0 binary64))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (+.f64 #s(literal 0 binary64) b) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (+.f64 #s(literal 0 binary64) b))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (neg.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(pow.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1 binary64)) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) |
(+.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 a #s(literal -2 binary64))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal -2 binary64)))) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 0 binary64)) (*.f64 a #s(literal 2 binary64))) (/.f64 b (*.f64 a #s(literal 2 binary64)))) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) (/.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))))) |
(-.f64 (/.f64 (*.f64 b b) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a) (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64)))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) a) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 a (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (neg.f64 a) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 (neg.f64 a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a)) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 a))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal -1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))))) |
(/.f64 (neg.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (neg.f64 a)) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1/2 binary64)) (neg.f64 a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (neg.f64 a)) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a) #s(literal 2 binary64)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (neg.f64 (neg.f64 (*.f64 a #s(literal -2 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 a (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (neg.f64 (*.f64 a (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (neg.f64 (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (*.f64 (neg.f64 a) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (neg.f64 (*.f64 (neg.f64 a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1/2 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal -1/2 binary64))) (neg.f64 (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1/2 binary64))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (neg.f64 (neg.f64 a))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) a))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a)) #s(literal -2 binary64)) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) (neg.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #s(literal 3 binary64))) (fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 3 binary64)) (pow.f64 (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a)) #s(literal 3 binary64))) (fma.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (*.f64 (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a)))))) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (neg.f64 a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64))) |
(*.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) a) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) a) (/.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) a)) |
(*.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a)) |
(*.f64 (/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal 2 binary64)) (/.f64 (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a)) |
(*.f64 (/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64)) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(*.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (/.f64 (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(*.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) a)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal -1 binary64))) |
(fabs.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 b b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(neg.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 a (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (sqrt.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (sqrt.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(*.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(+.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) |
(exp.f64 (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(fabs.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 4 binary64) c))) |
(-.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal 4 binary64) (neg.f64 (*.f64 a c)) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal 4 binary64)) (neg.f64 c) (*.f64 b b)) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (*.f64 #s(literal 4 binary64) c)) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (neg.f64 b)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 (neg.f64 b) #s(literal -1 binary64)) b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (fma.f64 b (*.f64 b (*.f64 b b)) (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 a (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (neg.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 a (*.f64 b b))))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))))) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (neg.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (neg.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 2 binary64)) |
(pow.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -2 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1 binary64)) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))) |
(pow.f64 a #s(literal 2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 2 binary64)) |
(*.f64 a a) |
(*.f64 (*.f64 a a) #s(literal 1 binary64)) |
(*.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a))) |
(exp.f64 (log.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(exp.f64 (*.f64 (log.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) #s(literal 1/2 binary64))) |
(fabs.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
(sqrt.f64 (*.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
#s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(pow.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) #s(literal -1 binary64))) |
(fabs.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 b b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(neg.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(neg.f64 (/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (fma.f64 b (*.f64 b (*.f64 b b)) (-.f64 (*.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c))) (*.f64 (*.f64 #s(literal -4 binary64) c) (*.f64 a (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64)) (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) |
(/.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (sqrt.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (sqrt.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (neg.f64 (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (neg.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (neg.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (neg.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))))) (neg.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/4 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (neg.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(*.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (neg.f64 (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 #s(literal 16 binary64) (*.f64 (*.f64 a c) (*.f64 a c)) (*.f64 (*.f64 b b) (-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(*.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)))) |
Compiled 67 168 to 4 345 computations (93.5% saved)
31 alts after pruning (28 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 974 | 20 | 1 994 |
| Fresh | 12 | 8 | 20 |
| Picked | 4 | 1 | 5 |
| Done | 1 | 2 | 3 |
| Total | 1 991 | 31 | 2 022 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 53.7% | (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) |
| 45.9% | (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) | |
| 11.5% | (/.f64 (fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) | |
| 31.8% | (/.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) | |
| 35.4% | (/.f64 (/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 34.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
| 2.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) #s(approx (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) (/.f64 #s(literal 1 binary64) b))) | |
| 32.6% | (/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) | |
| 36.1% | (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) | |
| 28.0% | (/.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 27.8% | (/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) | |
| 26.1% | (/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) a) | |
| 36.1% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b))) | |
| 34.6% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) a)) | |
| ▶ | 55.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
| 36.0% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) | |
| 28.8% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* a (* -4 c)) (* b b)) (*.f64 b b))) b)) | |
| ▶ | 10.6% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
| ✓ | 2.4% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
| 2.4% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 a b))) | |
| 2.4% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) | |
| 5.9% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))) | |
| 35.9% | #s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (/.f64 c (neg.f64 b))) | |
| 31.1% | #s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) | |
| ▶ | 27.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
| ✓ | 36.4% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
| 36.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) | |
| 30.7% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 a (*.f64 a a)))) | |
| 36.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 #s(literal -1 binary64) a) b)) | |
| ▶ | 15.6% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
| 35.8% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 #s(literal -1 binary64) b)))) |
Compiled 1 125 to 621 computations (44.8% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| cost-diff | 0 | (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) | |
| cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) | |
| cost-diff | 128 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) | |
| cost-diff | 896 | (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) | |
| cost-diff | 0 | (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) | |
| cost-diff | 0 | #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) | |
| cost-diff | 0 | (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) | |
| cost-diff | 0 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b 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 (*.f64 (neg.f64 b) a) (*.f64 a a))) | |
| cost-diff | 640 | (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) | |
| cost-diff | 0 | (/.f64 c b) | |
| cost-diff | 0 | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) | |
| cost-diff | 0 | (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) | |
| cost-diff | 0 | (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) | |
| cost-diff | 0 | (/.f64 #s(literal 1/2 binary64) a) | |
| cost-diff | 0 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
| 7 826× | lower-fma.f32 |
| 7 818× | lower-fma.f64 |
| 3 844× | lower-*.f32 |
| 3 824× | lower-*.f64 |
| 1 922× | lower-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 58 | 332 |
| 0 | 84 | 311 |
| 1 | 167 | 302 |
| 2 | 360 | 296 |
| 3 | 828 | 296 |
| 4 | 2021 | 296 |
| 5 | 4413 | 296 |
| 0 | 8153 | 296 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
(/.f64 #s(literal 1/2 binary64) a) |
#s(literal 1/2 binary64) |
a |
(-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) |
(sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
b |
(*.f64 a (*.f64 #s(literal -4 binary64) c)) |
(*.f64 #s(literal -4 binary64) c) |
#s(literal -4 binary64) |
c |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
(/.f64 c b) |
c |
b |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
(/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) |
(*.f64 (neg.f64 b) a) |
(neg.f64 b) |
b |
a |
(*.f64 a a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
(*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) |
c |
#s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) |
(neg.f64 (fma.f64 b b (*.f64 a c))) |
(fma.f64 b b (*.f64 a c)) |
b |
(*.f64 a c) |
a |
(*.f64 b (*.f64 b b)) |
(*.f64 b b) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) |
(/.f64 #s(literal 1/2 binary64) a) |
#s(literal 1/2 binary64) |
a |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(*.f64 #s(literal -4 binary64) c) |
#s(literal -4 binary64) |
c |
(*.f64 b b) |
b |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) |
(neg.f64 b) |
| Outputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) a) |
#s(literal 1/2 binary64) |
a |
(-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) |
(-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) |
(sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
b |
(*.f64 a (*.f64 #s(literal -4 binary64) c)) |
(*.f64 #s(literal -4 binary64) c) |
#s(literal -4 binary64) |
c |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
(/.f64 c b) |
c |
b |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) |
(/.f64 b (neg.f64 a)) |
(*.f64 (neg.f64 b) a) |
(*.f64 a (neg.f64 b)) |
(neg.f64 b) |
b |
a |
(*.f64 a a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b (neg.f64 b))))))) |
(*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) |
(*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b (neg.f64 b)))))) |
c |
#s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) |
#s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b (neg.f64 b))))) |
(/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) |
(/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b (neg.f64 b)))) |
(neg.f64 (fma.f64 b b (*.f64 a c))) |
(neg.f64 (fma.f64 a c (*.f64 b b))) |
(fma.f64 b b (*.f64 a c)) |
(fma.f64 a c (*.f64 b b)) |
b |
(*.f64 a c) |
a |
(*.f64 b (*.f64 b b)) |
(*.f64 b b) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1/2 binary64) a) |
#s(literal 1/2 binary64) |
a |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(*.f64 #s(literal -4 binary64) c) |
#s(literal -4 binary64) |
c |
(*.f64 b b) |
b |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) |
(*.f64 (/.f64 b a) #s(literal -1/2 binary64)) |
(neg.f64 b) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| accuracy | 0.01171875 | (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) | |
| accuracy | 0.1953125 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) | |
| accuracy | 20.89447420449326 | (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) | |
| accuracy | 21.72701588700146 | (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) | |
| accuracy | 0.5078069952111204 | (fma.f64 b b (*.f64 a c)) | |
| accuracy | 2.2505569234144476 | (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) | |
| accuracy | 31.875354802026326 | (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) | |
| accuracy | 41.04707169503875 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) | |
| accuracy | 0 | (*.f64 a a) | |
| accuracy | 0 | (neg.f64 b) | |
| accuracy | 21.924069075815183 | (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) | |
| accuracy | 40.70986831407262 | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) | |
| accuracy | 0 | (/.f64 c b) | |
| accuracy | 40.8465419408885 | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) | |
| accuracy | 0.7538979928166806 | (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) | |
| accuracy | 4.309955112090717 | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) | |
| accuracy | 12.683922561029524 | (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) | |
| accuracy | 21.72701588700146 | (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
| 87.0ms | 85× | 2 | valid |
| 35.0ms | 70× | 1 | valid |
| 29.0ms | 83× | 0 | valid |
| 15.0ms | 18× | 3 | valid |
Compiled 274 to 53 computations (80.7% saved)
ival-mult: 29.0ms (23.1% of total)ival-sqrt: 29.0ms (23.1% of total)ival-div: 25.0ms (19.9% of total)adjust: 19.0ms (15.1% of total)ival-add: 12.0ms (9.5% of total)ival-sub: 9.0ms (7.2% of total)ival-neg: 2.0ms (1.6% of total)exact: 1.0ms (0.8% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ()) |
#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ()) |
#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ()) |
#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ()) |
#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ()) |
#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ()) |
#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ()) |
#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ()) |
#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ()) |
#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ()) |
#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ()) |
#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ()) |
#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ()) |
#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ()) |
#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ()) |
#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ()) |
#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ()) |
#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ()) |
#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ()) |
#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ()) |
| Outputs |
|---|
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor 0 a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (/ 1/2 a) (taylor -inf a) (#s(alt (/.f64 #s(literal 1/2 binary64) a) (patch (/.f64 #s(literal 1/2 binary64) a) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))) (taylor 0 b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 b) (taylor -inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) (taylor 0 a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) (taylor 0 a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) (taylor inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) (taylor -inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf a) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (/ (* a c) b)) (taylor 0 c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) (taylor 0 c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) (taylor 0 c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))))) (taylor 0 c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) (taylor inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) (taylor -inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf c) (#s(alt (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (patch (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (patch (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ b (* -1 (/ (* a c) b))) a) (taylor 0 a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ b (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) (taylor 0 a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ b (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a) (taylor 0 a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) (taylor inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a)))) (taylor inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (* 1/2 (/ b a))))) (taylor inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))) (taylor -inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))) (taylor -inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) (taylor 0 b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))) (taylor inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) (taylor inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)) (taylor -inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)) (taylor -inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ (* -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)) (taylor -inf b) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (/ b a) (taylor 0 c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (/ b a)) (taylor 0 c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (/ b a)) (taylor 0 c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (/ b a)) (taylor 0 c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c))))) (taylor inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c)))))) (taylor inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (* 1/2 (/ b (* a c))))))) (taylor inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) (patch #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor 0 c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor 0 c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor 0 c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor 0 c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor inf c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor inf c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor inf c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor inf c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf c) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor 0 b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor 0 b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor 0 b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor 0 b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor inf b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor inf b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor inf b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor inf b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (/ c b) (taylor -inf b) (#s(alt (/.f64 c b) (patch (/.f64 c b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor 0 a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor inf a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf a) (#s(alt (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) (patch (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf b) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor 0 a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor inf a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a b)) (taylor -inf a) (#s(alt (*.f64 (neg.f64 b) a) (patch (*.f64 (neg.f64 b) a) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor 0 b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (neg.f64 b) (patch (neg.f64 b) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))))))) (taylor 0 a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))) (taylor 0 c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) (patch #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (taylor 0 c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor inf c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor inf c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor inf c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor inf c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor -inf c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor -inf c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor -inf c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor -inf c) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor 0 b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) (taylor 0 b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) (taylor 0 b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) (taylor 0 b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor -inf b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) (taylor -inf b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) (taylor -inf b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) (taylor -inf b) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor 0 a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) (taylor 0 a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor inf a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) (taylor inf a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) (taylor inf a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) (taylor inf a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a (pow c 2)) (pow b 3))) (taylor -inf a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) (taylor -inf a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) (taylor -inf a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) (taylor -inf a) (#s(alt (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) (patch (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor 0 b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) (taylor 0 b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) (taylor 0 b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) (taylor 0 b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor inf b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) (taylor inf b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) (taylor inf b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) (taylor inf b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor -inf b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) (taylor -inf b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) (taylor -inf b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) (taylor -inf b) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor inf a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) (taylor inf a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) (taylor inf a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) (taylor inf a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor -inf a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) (taylor -inf a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) (taylor -inf a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) (taylor -inf a) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor inf c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) (taylor inf c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) (taylor inf c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) (taylor inf c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor -inf c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) (taylor -inf c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) (taylor -inf c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) (taylor -inf c) (#s(alt #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) (patch #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor 0 b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)) (taylor 0 b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)) (taylor 0 b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)) (taylor 0 b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor inf b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) (taylor inf b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) (taylor inf b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) (taylor inf b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor -inf b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) (taylor -inf b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) (taylor -inf b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) (taylor -inf b) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor inf a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))) (taylor inf a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))) (taylor inf a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))) (taylor inf a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor -inf a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) (taylor -inf a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) (taylor -inf a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) (taylor -inf a) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ -1 b) (taylor 0 c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) (taylor 0 c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor inf c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor inf c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor inf c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) (taylor inf c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ (* a c) (pow b 3))) (taylor -inf c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) (taylor -inf c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) (taylor -inf c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) (taylor -inf c) (#s(alt (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) (patch (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1/2 b) (* 1/2 b)) a) (taylor 0 a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 (/ (* a c) b)) (+ (* -1/2 b) (* 1/2 b))) a) (taylor 0 a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1/2 b) (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))))) a) (taylor 0 a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1/2 b) (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))))) a) (taylor 0 a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) (taylor inf a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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)))))) (taylor inf a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) (taylor -inf a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) (taylor -inf a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -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))) (taylor -inf a) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (/ b a))) (taylor 0 c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1 (/ c b)) (+ (* -1/2 (/ b a)) (* 1/2 (/ b a)))) (taylor 0 c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/2 (/ b a)) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) (taylor 0 c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (+ (* 1/2 (/ b a)) (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) (taylor 0 c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor inf c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) (taylor inf c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* (sqrt (/ c a)) (sqrt -1))) (taylor -inf c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) (taylor -inf c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))) (taylor -inf c) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (taylor 0 b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) (taylor 0 b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) (taylor 0 b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 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))))) (taylor 0 b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ c b)) (taylor inf b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) (taylor inf b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) (taylor inf b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (/ (+ (* -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) (taylor inf b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (/ b a)) (taylor -inf b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) (taylor -inf b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) (taylor -inf b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))) (taylor -inf b) (#s(alt (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) (patch (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor 0 a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor -inf a) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor 0 b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1/2 (/ b a)) (taylor -inf b) (#s(alt (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) (patch (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) (taylor 0 a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf a) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* -2 (/ (* a c) b))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) (taylor 0 c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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)))))) (taylor inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -2 (* (sqrt (* a c)) (sqrt -1))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf c) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* (sqrt (* a c)) (sqrt -4)) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* (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))))))))) (taylor 0 b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt b (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* 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))))))) (taylor inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 b) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -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)))))))) (taylor -inf b) (#s(alt (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (patch (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) (patch (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor 0 a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor 0 a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor 0 a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor 0 a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor -inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor -inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor -inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (pow a 2) (taylor -inf a) (#s(alt (*.f64 a a) (patch (*.f64 a a) #<representation binary64>) () ())) ()) |
#s(alt (* a c) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a c) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a c) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a c) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) (taylor inf b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) (taylor -inf b) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a c) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a c) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a c) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* a c) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ c (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ c (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ c (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* a c) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 c) (* -1 (/ (pow b 2) a))))) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 c) (* -1 (/ (pow b 2) a))))) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 c) (* -1 (/ (pow b 2) a))))) (taylor -inf a) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a c) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a c) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* a c) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* a c) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ a (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ a (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ a (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* a c) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 a) (* -1 (/ (pow b 2) c))))) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 a) (* -1 (/ (pow b 2) c))))) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 a) (* -1 (/ (pow b 2) c))))) (taylor -inf c) (#s(alt (fma.f64 b b (*.f64 a c)) (patch (fma.f64 b b (*.f64 a c)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* a (+ (* -4 c) (/ (pow b 2) a))) (taylor inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) (taylor -inf a) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor 0 c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* c (+ (* -4 a) (/ (pow b 2) c))) (taylor inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor -inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) (taylor -inf c) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* -4 (* a c)) (taylor 0 b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (+ (* -4 (* a c)) (pow b 2)) (taylor 0 b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (pow b 2) (taylor -inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
#s(alt (* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) (taylor -inf b) (#s(alt (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (patch (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #<representation binary64>) () ())) ()) |
159 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | a | @ | -inf | (/ (neg (+ (* b b) (* a c))) (* b (* b b))) |
| 1.0ms | c | @ | -inf | (/ (neg (+ (* b b) (* a c))) (* b (* b b))) |
| 0.0ms | a | @ | inf | (/ (neg (+ (* b b) (* a c))) (* b (* b b))) |
| 0.0ms | b | @ | 0 | (/ (neg (+ (* b b) (* a c))) (* b (* b b))) |
| 0.0ms | a | @ | 0 | (/ (neg (+ (* b b) (* a c))) (* b (* b b))) |
| 1× | egg-herbie |
| 11 152× | lower-fma.f64 |
| 11 152× | lower-fma.f32 |
| 6 874× | lower-*.f64 |
| 6 874× | lower-*.f32 |
| 4 004× | lower-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 680 | 10314 |
| 1 | 2181 | 10116 |
| 2 | 7258 | 10042 |
| 0 | 8160 | 9633 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(/ 1/2 a) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* 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))) |
(* -2 (/ (* a c) b)) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -2 b) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
(* -2 (/ (* a c) b)) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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)))))) |
(* -2 (/ (* a c) b)) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(* 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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(* 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))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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)))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
(/ b a) |
(/ (+ b (* -1 (/ (* a c) b))) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 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))) (* 1/2 (/ b a))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(/ b a) |
(* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))) |
(* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(* 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))))) |
(/ c b) |
(* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)) |
(* -1 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)) |
(* -1 (/ (+ (* -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)) |
(/ b a) |
(+ (* -1 (/ c b)) (/ b a)) |
(+ (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (/ b a)) |
(+ (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (/ b a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c))))) |
(* c (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c)))))) |
(* 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))) (* 1/2 (/ b (* a c))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(/ c b) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* -1 (/ b a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 (* a b)) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* -1 b) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(+ (* -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))))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(* 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))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* -1 (/ c b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(* -1 (/ c b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(* -1 (/ c b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(* -1 (/ (* a c) (pow b 3))) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/ -1 b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/ -1 b) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/ -1 b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(/ -1 b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(* -1 (/ (* a c) (pow b 3))) |
(/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)) |
(/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)) |
(/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)) |
(/ -1 b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/ -1 b) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/ -1 b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(* -1 (/ (* a c) (pow b 3))) |
(* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))) |
(* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))) |
(* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(/ -1 b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(* -1 (/ (* a c) (pow b 3))) |
(* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(* -1 (/ (* a c) (pow b 3))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(/ (+ (* -1/2 b) (* 1/2 b)) a) |
(/ (+ (* -1 (/ (* a c) b)) (+ (* -1/2 b) (* 1/2 b))) a) |
(/ (+ (* -1/2 b) (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))))) a) |
(/ (+ (* -1/2 b) (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))))) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* 1/2 (* (sqrt (/ c a)) (sqrt -4))))) |
(+ (* -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)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (/ b a))) |
(+ (* -1 (/ c b)) (+ (* -1/2 (/ b a)) (* 1/2 (/ b a)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/2 (/ b a)) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
(+ (* -1/2 (/ b a)) (+ (* 1/2 (/ b a)) (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(* 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)))))) |
(* 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))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(* -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))))) |
(* -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))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(+ (* 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))))) |
(* -1 (/ c b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/ (+ (* -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) |
(* -1 (/ b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(* -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)))))) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
(* -1/2 (/ b a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
b |
(+ b (* -2 (/ (* a c) b))) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(* 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))))) |
(* 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)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(* -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))))))) |
(* -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)))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(+ (* (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))))))) |
(+ (* (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))))))))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(* 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))))))) |
(* -1 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(* -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)))))))) |
(* -4 (* a c)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* -4 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* -4 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(pow a 2) |
(* a c) |
(+ (* a c) (pow b 2)) |
(+ (* a c) (pow b 2)) |
(+ (* a c) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(pow b 2) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(pow b 2) |
(+ (* a c) (pow b 2)) |
(+ (* a c) (pow b 2)) |
(+ (* a c) (pow b 2)) |
(* a c) |
(* a (+ c (/ (pow b 2) a))) |
(* a (+ c (/ (pow b 2) a))) |
(* a (+ c (/ (pow b 2) a))) |
(* a c) |
(* -1 (* a (+ (* -1 c) (* -1 (/ (pow b 2) a))))) |
(* -1 (* a (+ (* -1 c) (* -1 (/ (pow b 2) a))))) |
(* -1 (* a (+ (* -1 c) (* -1 (/ (pow b 2) a))))) |
(pow b 2) |
(+ (* a c) (pow b 2)) |
(+ (* a c) (pow b 2)) |
(+ (* a c) (pow b 2)) |
(* a c) |
(* c (+ a (/ (pow b 2) c))) |
(* c (+ a (/ (pow b 2) c))) |
(* c (+ a (/ (pow b 2) c))) |
(* a c) |
(* -1 (* c (+ (* -1 a) (* -1 (/ (pow b 2) c))))) |
(* -1 (* c (+ (* -1 a) (* -1 (/ (pow b 2) c))))) |
(* -1 (* c (+ (* -1 a) (* -1 (/ (pow b 2) c))))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(* -4 (* a c)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(pow b 2) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(* -4 (* a c)) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(* -4 (* a c)) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(* -4 (* a c)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(+ (* -4 (* a c)) (pow b 2)) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(pow b 2) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
| Outputs |
|---|
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b))) |
(+ (* -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))))))) |
(-.f64 (*.f64 a (fma.f64 a (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 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b)))))) (/.f64 c b)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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)))))) |
(fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(-.f64 (*.f64 b (/.f64 c (*.f64 b b))) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(neg.f64 (fma.f64 b (-.f64 (/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 c (*.f64 b b))) (/.f64 b a))) |
(* -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)))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) c)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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)))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/16 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 c a)))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) c))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64)))) c)) c))) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(/ 1/2 a) |
(/.f64 #s(literal 1/2 binary64) a) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* -1 b) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)) (neg.f64 b)) |
(+ (* b (- (* 1/2 (* (sqrt (/ 1 (* a c))) (/ b (sqrt -4)))) 1)) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* 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))) |
(fma.f64 b (fma.f64 b (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))) #s(literal -1 binary64)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) |
(/ (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2)))) b) |
(/.f64 (*.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a))) b) |
(/ (+ (* -4 (/ (* (pow a 3) (pow c 3)) (pow b 4))) (+ (* -2 (* a c)) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 2))))) b) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 a (/.f64 (*.f64 c (*.f64 c a)) (*.f64 b b)) (*.f64 c a)) (fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (pow.f64 b #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))))) (*.f64 (*.f64 b b) (*.f64 b b))))) b) |
(* -2 b) |
(*.f64 b #s(literal -2 binary64)) |
(* -1 (* b (+ 2 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 (*.f64 c a) (/.f64 #s(literal -2 binary64) (*.f64 b b)) #s(literal 2 binary64)) (neg.f64 b)) |
(* -1 (* b (+ 2 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 2 binary64)) (neg.f64 b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) #s(literal 2 binary64))) (neg.f64 b)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) |
(* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3))))) |
(*.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b))) |
(* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b))) |
(* 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)))))))) |
(*.f64 a (fma.f64 a (fma.f64 a (fma.f64 (/.f64 (*.f64 c (*.f64 c c)) (pow.f64 b #s(literal 5 binary64))) #s(literal -4 binary64) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) a) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) #s(literal 20 binary64)) (pow.f64 b #s(literal 6 binary64)))) b)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* -1 (/ b a)) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))) (/.f64 b a))) |
(* a (- (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4))) (/ b a))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.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)))) |
(* 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))) |
(*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.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))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 2 (* (sqrt (/ c a)) (sqrt -1))) (/ b a)))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (/.f64 b a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) a)) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (-.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64))) (/.f64 (fma.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 b)) a)) (neg.f64 a)) |
(* -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)))))) |
(*.f64 (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))) a) b) a)) (neg.f64 a)) |
(* -2 (/ (* a c) b)) |
(/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b) |
(* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3))))) |
(*.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 c (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 a b))) |
(* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3))))))) |
(*.f64 c (fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 a b)))) |
(* 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)))))))) |
(*.f64 c (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 a b)) (*.f64 (*.f64 c c) (fma.f64 (*.f64 #s(literal -1/2 binary64) c) (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (/.f64 #s(literal 20 binary64) b)) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* -1 (/ b c)) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c)))) |
(* c (- (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4))) (/ b c))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c))))) |
(* 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))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64)) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (/.f64 b (neg.f64 c)))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 2 (* (sqrt (/ a c)) (sqrt -1))) (/ b c)))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 b c))) |
(* -1 (* c (+ (* -1 (/ (- (* -1/4 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) b) c)) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (fma.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (neg.f64 b)) (neg.f64 c)))) |
(* -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)))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 a c))) (/.f64 (+.f64 (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))) c) b) c))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 b b) (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 c a) (*.f64 b b)) b) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(* 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))))))) |
(fma.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 (*.f64 c a) (/.f64 #s(literal -2 binary64) (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 b)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 a b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 a (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 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))))) |
(*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 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)))))) |
(*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (/.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 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))) (neg.f64 a)) |
(* -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))))))) |
(neg.f64 (*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 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)))))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))))) (neg.f64 a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 c (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 a b))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 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))))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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))))))) |
(neg.f64 (*.f64 c (fma.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/64 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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)))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 (/.f64 a c)) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64))))))) |
(/ b a) |
(/.f64 b a) |
(/ (+ b (* -1 (/ (* a c) b))) a) |
(/.f64 (-.f64 b (*.f64 c (/.f64 a b))) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))))) a) |
(/.f64 (fma.f64 a (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) b) a) |
(/ (+ b (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))))) a) |
(/.f64 (fma.f64 a (fma.f64 a (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b))) b) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a))) |
(+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a)))) |
(fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)))) |
(+ (* -1/16 (* (sqrt (/ 1 (* (pow a 5) (pow c 3)))) (/ (pow b 4) (pow (sqrt -4) 3)))) (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))))) |
(fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* 1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1/2 b) (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1))))) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b #s(literal -1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* -1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal -1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* 1/2 (/ b a))) |
(*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 b (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a)))) |
(+ (* 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))))) |
(fma.f64 (*.f64 b b) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64)) (/.f64 b a)))) |
(/ b a) |
(/.f64 b a) |
(* b (+ (* -1 (/ c (pow b 2))) (/ 1 a))) |
(fma.f64 b (/.f64 c (*.f64 b (neg.f64 b))) (/.f64 b a)) |
(* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a)))) |
(fma.f64 b (-.f64 (/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 c (*.f64 b b))) (/.f64 b a)) |
(* 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))))) |
(*.f64 b (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 c (*.f64 b b)))) |
(/ c b) |
(/.f64 c b) |
(* -1 (/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b)) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b) |
(* -1 (/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) (neg.f64 b)) |
(* -1 (/ (+ (* -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)) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) (neg.f64 b)) |
(/ b a) |
(/.f64 b a) |
(+ (* -1 (/ c b)) (/ b a)) |
(-.f64 (/.f64 b a) (/.f64 c b)) |
(+ (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) (/ b a)) |
(fma.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 b a)) |
(+ (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) (/ b a)) |
(fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b)))) (/.f64 b a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))) (* 1/2 (/ b (* a c))))) |
(*.f64 (*.f64 c #s(literal 1/2 binary64)) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (*.f64 c 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))) (* 1/2 (/ b (* a c)))))) |
(*.f64 c (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 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))))))) (*.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (*.f64 c 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))) (* 1/2 (/ b (* a c))))))) |
(*.f64 c (fma.f64 #s(literal 1/2 binary64) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 b (*.f64 c a))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/16 binary64)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* -1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 #s(literal -1/2 binary64) (/.f64 b (*.f64 c a))))) |
(* -1 (* c (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 1/2 (/ b a))) c)) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(neg.f64 (*.f64 c (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)) (/.f64 (*.f64 b #s(literal 1/2 binary64)) a)) (neg.f64 c))))) |
(* -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))))) |
(neg.f64 (*.f64 c (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal 1/2 binary64)) a) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64)))) c)) c)))) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(/ c b) |
(/.f64 c b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(-.f64 (*.f64 b (/.f64 c (*.f64 b b))) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(neg.f64 (fma.f64 b (-.f64 (/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 c (*.f64 b b))) (/.f64 b a))) |
(* -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)))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b))) |
(+ (* -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))))))) |
(-.f64 (*.f64 a (fma.f64 a (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 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b)))))) (/.f64 c b)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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)))))) |
(fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) c)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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)))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/16 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 c a)))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) c))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64)))) c)) c))) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 (* a b)) |
(*.f64 b (neg.f64 a)) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* -1 b) |
(neg.f64 b) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(-.f64 (*.f64 b (/.f64 c (*.f64 b b))) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(neg.f64 (fma.f64 b (-.f64 (/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 c (*.f64 b b))) (/.f64 b a))) |
(* -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)))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3)))))) |
(fma.f64 a (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b))) |
(+ (* -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))))))) |
(-.f64 (*.f64 a (fma.f64 a (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 #s(literal -2 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64)))) (/.f64 (*.f64 c c) (neg.f64 (*.f64 b (*.f64 b b)))))) (/.f64 c b)) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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)))))) |
(fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))) |
(*.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(* 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))) |
(*.f64 c (fma.f64 c (fma.f64 c (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (/.f64 (pow.f64 a #s(literal 4 binary64)) (pow.f64 b #s(literal 6 binary64))) (*.f64 #s(literal 20 binary64) c)) (*.f64 b a)) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (pow.f64 b #s(literal 5 binary64)))) (neg.f64 (/.f64 a (*.f64 b (*.f64 b b))))) (/.f64 #s(literal -1 binary64) b))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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)))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/16 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 c a)))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) c))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64)))) c)) c))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))) |
(*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 b (*.f64 b b))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* (pow c 2) (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(*.f64 (*.f64 c c) (-.f64 (/.f64 #s(literal -1 binary64) (*.f64 c b)) (/.f64 a (*.f64 b (*.f64 b b))))) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c (*.f64 b b) (*.f64 c (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c (*.f64 b b) (*.f64 c (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a (pow c 2))) (* -1 (* (pow b 2) c))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c (*.f64 b b) (*.f64 c (*.f64 c a)))) (*.f64 b (*.f64 b b))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(* -1 (/ (+ c (/ (* a (pow c 2)) (pow b 2))) b)) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3)))) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 b (*.f64 b b))) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 b a))) (neg.f64 a)) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 b a))) (neg.f64 a)) |
(* a (+ (* -1 (/ c (* a b))) (* -1 (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 b a))) (neg.f64 a)) |
(* -1 (/ (* a (pow c 2)) (pow b 3))) |
(/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 b a))) (neg.f64 a)) |
(* -1 (* a (+ (/ c (* a b)) (/ (pow c 2) (pow b 3))))) |
(*.f64 (fma.f64 c (/.f64 c (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 b a))) (neg.f64 a)) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (pow b 2)) (* a c)) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (* a (- (/ 1 (* a b)) (* -1 (/ c (pow b 3)))))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* -1 (* c (- (/ 1 (* b c)) (* -1 (/ a (pow b 3)))))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (+ (* -1 (* a c)) (* -1 (pow b 2))) (pow b 3)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ (- (* -1 (/ (* a c) (pow b 2))) 1) b) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (+ 1 (/ (* a c) (pow b 2))) b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* a (- (* -1 (/ c (pow b 3))) (/ 1 (* a b)))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (* a (+ (/ 1 (* a b)) (/ c (pow b 3))))) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/ -1 b) |
(/.f64 #s(literal -1 binary64) b) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(- (* -1 (/ (* a c) (pow b 3))) (/ 1 b)) |
(/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* c (- (* -1 (/ a (pow b 3))) (/ 1 (* b c)))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* -1 (/ (* a c) (pow b 3))) |
(neg.f64 (/.f64 (*.f64 c a) (*.f64 b (*.f64 b b)))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(* -1 (* c (+ (/ 1 (* b c)) (/ a (pow b 3))))) |
(neg.f64 (fma.f64 c (/.f64 a (*.f64 b (*.f64 b b))) (/.f64 c (*.f64 c b)))) |
(/ (+ (* -1/2 b) (* 1/2 b)) a) |
#s(literal 0 binary64) |
(/ (+ (* -1 (/ (* a c) b)) (+ (* -1/2 b) (* 1/2 b))) a) |
(/.f64 (/.f64 (*.f64 c (neg.f64 a)) b) a) |
(/ (+ (* -1/2 b) (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* -1 (/ (* a (pow c 2)) (pow b 3))))))) a) |
(/.f64 (*.f64 a (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b))) a) |
(/ (+ (* -1/2 b) (+ (* 1/2 b) (* a (+ (* -1 (/ c b)) (* a (+ (* -2 (/ (* a (pow c 3)) (pow b 5))) (* -1 (/ (pow c 2) (pow b 3))))))))) a) |
(/.f64 (*.f64 a (fma.f64 a (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) a) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)))) a) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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)))))) |
(fma.f64 #s(literal -1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (fma.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1/2 (/ b a))) |
(fma.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64))) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* 1/8 (* (sqrt (/ 1 (* a c))) (* (pow b 2) (sqrt -1)))) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (fma.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 b #s(literal 1/2 binary64))) a))) |
(+ (* -1 (* (sqrt (/ c a)) (sqrt -1))) (* -1 (/ (+ (* -1 (/ (+ (* -1/8 (* (sqrt (/ a c)) (* (pow b 2) (sqrt -1)))) (* 1/128 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 4) (sqrt -1))))) a)) (* 1/2 b)) a))) |
(neg.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64)) (/.f64 (-.f64 (*.f64 b #s(literal 1/2 binary64)) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)))) a)) a))) |
(+ (* -1/2 (/ b a)) (* 1/2 (/ b a))) |
#s(literal 0 binary64) |
(+ (* -1 (/ c b)) (+ (* -1/2 (/ b a)) (* 1/2 (/ b a)))) |
(/.f64 c (neg.f64 b)) |
(+ (* -1/2 (/ b a)) (+ (* 1/2 (/ b a)) (* c (- (* -1 (/ (* a c) (pow b 3))) (/ 1 b))))) |
(*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b)))) |
(+ (* -1/2 (/ b a)) (+ (* 1/2 (/ b a)) (* c (- (* c (+ (* -2 (/ (* (pow a 2) c) (pow b 5))) (* -1 (/ a (pow b 3))))) (/ 1 b))))) |
(*.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(* c (+ (* -1/2 (/ b (* a c))) (* 1/2 (* (sqrt (/ 1 (* a c))) (sqrt -4))))) |
(*.f64 c (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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)))))) |
(*.f64 c (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))))) |
(*.f64 c (fma.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/16 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/4 binary64)) (fma.f64 b (/.f64 #s(literal -1/2 binary64) (*.f64 c a)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))))))) |
(* -1 (* (sqrt (/ c a)) (sqrt -1))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (neg.f64 (sqrt.f64 #s(literal -1 binary64)))) |
(* -1 (* c (+ (* 1/2 (/ b (* a c))) (* (sqrt (/ 1 (* a c))) (sqrt -1))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (/.f64 (*.f64 b #s(literal 1/2 binary64)) (*.f64 c a)))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (fma.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -1/8 binary64)) (/.f64 (*.f64 b #s(literal -1/2 binary64)) a)) c))) |
(* -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))))) |
(*.f64 (neg.f64 c) (-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a)))) (/.f64 (-.f64 (/.f64 (*.f64 b #s(literal -1/2 binary64)) a) (/.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (pow.f64 a #s(literal 5 binary64))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/128 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 c (*.f64 a (*.f64 a a)))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/8 binary64)))) c)) c))) |
(* 1/2 (* (sqrt (/ c a)) (sqrt -4))) |
(*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64))) |
(+ (* -1/2 (/ b a)) (* 1/2 (* (sqrt (/ c a)) (sqrt -4)))) |
(fma.f64 b (/.f64 #s(literal -1/2 binary64) a) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(+ (* 1/2 (* (sqrt (/ c a)) (sqrt -4))) (* b (- (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (/ b (sqrt -4)))) (* 1/2 (/ 1 a))))) |
(fma.f64 b (fma.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (/.f64 b (sqrt.f64 #s(literal -4 binary64)))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 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))))) |
(fma.f64 b (fma.f64 b (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (sqrt.f64 #s(literal -4 binary64))))) (/.f64 #s(literal -1/2 binary64) a)) (*.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 1/2 binary64)))) |
(* -1 (/ c b)) |
(/.f64 c (neg.f64 b)) |
(/ (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2)))) b) |
(/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) (neg.f64 b)) |
(/ (+ (* -2 (/ (* (pow a 2) (pow c 3)) (pow b 4))) (+ (* -1 c) (* -1 (/ (* a (pow c 2)) (pow b 2))))) b) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)) b) |
(/ (+ (* -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) |
(/.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (pow.f64 c #s(literal 4 binary64)) (*.f64 (pow.f64 a #s(literal 4 binary64)) #s(literal 20 binary64))) (*.f64 a (pow.f64 b #s(literal 6 binary64)))) (neg.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c)))) b) |
(* -1 (/ b a)) |
(/.f64 b (neg.f64 a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (/ 1 a)))) |
(-.f64 (*.f64 b (/.f64 c (*.f64 b b))) (/.f64 b a)) |
(* -1 (* b (+ (* -1 (/ c (pow b 2))) (+ (* -1 (/ (* a (pow c 2)) (pow b 4))) (/ 1 a))))) |
(neg.f64 (fma.f64 b (-.f64 (/.f64 (*.f64 (*.f64 c (neg.f64 a)) c) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 c (*.f64 b b))) (/.f64 b a))) |
(* -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)))))) |
(*.f64 (-.f64 (fma.f64 #s(literal -2 binary64) (/.f64 (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))) (pow.f64 b #s(literal 6 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 c (*.f64 c a)) (*.f64 (*.f64 b b) (*.f64 b b))))) (/.f64 c (*.f64 b b))) (neg.f64 b)) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
(* -1/2 (/ b a)) |
(/.f64 (*.f64 b #s(literal -1/2 binary64)) a) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 a b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* -2 (/ (* a (pow c 2)) (pow b 3)))))) |
(fma.f64 (*.f64 a #s(literal -2 binary64)) (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b (*.f64 b b))) (/.f64 c b)) b) |
(+ b (* a (+ (* -2 (/ c b)) (* a (+ (* -4 (/ (* a (pow c 3)) (pow b 5))) (* -2 (/ (pow c 2) (pow b 3)))))))) |
(fma.f64 a (fma.f64 a (fma.f64 a (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 c (*.f64 c c))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 c c)) (*.f64 b (*.f64 b b)))) (/.f64 (*.f64 #s(literal -2 binary64) c) b)) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* a (+ (* 1/2 (* (sqrt (/ 1 (* (pow a 3) c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ c a)) (sqrt -4)))) |
(*.f64 a (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 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))))) |
(*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 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)))))) |
(*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (/.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 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -4 binary64))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* a (+ (* 1/4 (* (sqrt (/ 1 (* (pow a 3) c))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ c a)) (sqrt -1)))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))) (neg.f64 a)) |
(* -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))))))) |
(neg.f64 (*.f64 a (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 (sqrt.f64 (/.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 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)))))))) |
(*.f64 (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 c c) (*.f64 c (pow.f64 a #s(literal 5 binary64)))))) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) #s(literal -1/64 binary64)) (fma.f64 #s(literal 2 binary64) (*.f64 (sqrt.f64 (/.f64 c a)) (sqrt.f64 #s(literal -1 binary64))) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 c #s(literal 5 binary64)) (pow.f64 a #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64)) (*.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 a (*.f64 a a))))) (*.f64 b b)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 1/4 binary64)))))) (neg.f64 a)) |
b |
(+ b (* -2 (/ (* a c) b))) |
(fma.f64 c (*.f64 #s(literal -2 binary64) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* -2 (/ (* (pow a 2) c) (pow b 3)))))) |
(fma.f64 (*.f64 c #s(literal -2 binary64)) (fma.f64 c (/.f64 (*.f64 a a) (*.f64 b (*.f64 b b))) (/.f64 a b)) b) |
(+ b (* c (+ (* -2 (/ a b)) (* c (+ (* -4 (/ (* (pow a 3) c) (pow b 5))) (* -2 (/ (pow a 2) (pow b 3)))))))) |
(fma.f64 c (fma.f64 c (fma.f64 c (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 a a))) (pow.f64 b #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a a)) (*.f64 b (*.f64 b b)))) (*.f64 #s(literal -2 binary64) (/.f64 a b))) b) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(* c (+ (* 1/2 (* (sqrt (/ 1 (* a (pow c 3)))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (/ a c)) (sqrt -4)))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 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))))) |
(*.f64 c (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 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)))))) |
(*.f64 c (fma.f64 #s(literal 1/16 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (pow.f64 b #s(literal 6 binary64))) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) (fma.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (/.f64 a c)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) #s(literal -1/8 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (/.f64 (*.f64 b b) (sqrt.f64 #s(literal -4 binary64))) #s(literal 1/2 binary64))))))) |
(* -2 (* (sqrt (* a c)) (sqrt -1))) |
(*.f64 (sqrt.f64 (*.f64 c a)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal -2 binary64))) |
(* -1 (* c (+ (* 1/4 (* (sqrt (/ 1 (* a (pow c 3)))) (* (pow b 2) (sqrt -1)))) (* 2 (* (sqrt (/ a c)) (sqrt -1)))))) |
(*.f64 (neg.f64 c) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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))))))) |
(neg.f64 (*.f64 c (fma.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64))))) #s(literal -1/64 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 a c)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) #s(literal 2 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)))))))) |
(*.f64 (neg.f64 c) (fma.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 a (*.f64 a a)) (pow.f64 c #s(literal 5 binary64)))))) (fma.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 (sqrt.f64 (/.f64 a c)) #s(literal 2 binary64)) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c (*.f64 c (*.f64 c a))))) (*.f64 (*.f64 b (*.f64 b (sqrt.f64 #s(literal -1 binary64)))) #s(literal 1/4 binary64)) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 7 binary64))))) (*.f64 (*.f64 (pow.f64 b #s(literal 6 binary64)) (sqrt.f64 #s(literal -1 binary64))) #s(literal 1/512 binary64))))))) |
(* (sqrt (* a c)) (sqrt -4)) |
(*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a))) |
(+ (* 1/2 (* (sqrt (/ 1 (* a c))) (/ (pow b 2) (sqrt -4)))) (* (sqrt (* a c)) (sqrt -4))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (*.f64 b b)) (sqrt.f64 #s(literal -4 binary64))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))) |
(fma.f64 (*.f64 b b) (fma.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 b b) (*.f64 #s(literal -4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
(+ (* (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))))))))) |
(fma.f64 (*.f64 b b) (fma.f64 (*.f64 b b) (fma.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 (pow.f64 a #s(literal 5 binary64)) (pow.f64 c #s(literal 5 binary64))))) (*.f64 (/.f64 (*.f64 b b) (pow.f64 (sqrt.f64 #s(literal -4 binary64)) #s(literal 5 binary64))) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal -4 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))))))) (*.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 c a))) (sqrt.f64 #s(literal -4 binary64))))) (*.f64 (sqrt.f64 #s(literal -4 binary64)) (sqrt.f64 (*.f64 c a)))) |
b |
(* b (+ 1 (* -2 (/ (* a c) (pow b 2))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (/.f64 (*.f64 c a) (*.f64 b b)) b) |
(* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4)))))) |
(fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b) |
(* 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))))))) |
(fma.f64 b (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a)))))) (pow.f64 b #s(literal 6 binary64)))) b) |
(* -1 b) |
(neg.f64 b) |
(* -1 (* b (+ 1 (* -2 (/ (* a c) (pow b 2)))))) |
(*.f64 (fma.f64 (*.f64 c a) (/.f64 #s(literal -2 binary64) (*.f64 b b)) #s(literal 1 binary64)) (neg.f64 b)) |
(* -1 (* b (+ 1 (+ (* -2 (/ (* a c) (pow b 2))) (* -2 (/ (* (pow a 2) (pow c 2)) (pow b 4))))))) |
(neg.f64 (fma.f64 (*.f64 b #s(literal -2 binary64)) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) b)) |
(* -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)))))))) |
(*.f64 (fma.f64 #s(literal -2 binary64) (fma.f64 c (/.f64 a (*.f64 b b)) (/.f64 (*.f64 c (*.f64 c (*.f64 a a))) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 #s(literal -4 binary64) (/.f64 (*.f64 a (*.f64 c (*.f64 c (*.f64 c (*.f64 a a))))) (pow.f64 b #s(literal 6 binary64))) #s(literal 1 binary64))) (neg.f64 b)) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (neg.f64 c) (fma.f64 a #s(literal 4 binary64) (/.f64 (*.f64 b (neg.f64 b)) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (neg.f64 c) (fma.f64 a #s(literal 4 binary64) (/.f64 (*.f64 b (neg.f64 b)) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (neg.f64 c) (fma.f64 a #s(literal 4 binary64) (/.f64 (*.f64 b (neg.f64 b)) c))) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(pow a 2) |
(*.f64 a a) |
(* a c) |
(*.f64 c a) |
(+ (* a c) (pow b 2)) |
(fma.f64 c a (*.f64 b b)) |
(+ (* a c) (pow b 2)) |
(fma.f64 c a (*.f64 b b)) |
(+ (* a c) (pow b 2)) |
(fma.f64 c a (*.f64 b b)) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) |
(* (pow b 2) (+ 1 (/ (* a c) (pow b 2)))) |
(*.f64 b (*.f64 b (fma.f64 a (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))) |
(pow b 2) |
(*.f64 b b) |
(+ (* a c) (pow b 2)) |
(fma.f64 c a (*.f64 b b)) |
(+ (* a c) (pow b 2)) |
(fma.f64 c a (*.f64 b b)) |
(+ (* a c) (pow b 2)) |
(fma.f64 c a (*.f64 b b)) |
(* a c) |
(*.f64 c a) |
(* a (+ c (/ (pow b 2) a))) |
(*.f64 a (fma.f64 b (/.f64 b a) c)) |
(* a (+ c (/ (pow b 2) a))) |
(*.f64 a (fma.f64 b (/.f64 b a) c)) |
(* a (+ c (/ (pow b 2) a))) |
(*.f64 a (fma.f64 b (/.f64 b a) c)) |
(* a c) |
(*.f64 c a) |
(* -1 (* a (+ (* -1 c) (* -1 (/ (pow b 2) a))))) |
(*.f64 a (fma.f64 b (/.f64 b a) c)) |
(* -1 (* a (+ (* -1 c) (* -1 (/ (pow b 2) a))))) |
(*.f64 a (fma.f64 b (/.f64 b a) c)) |
(* -1 (* a (+ (* -1 c) (* -1 (/ (pow b 2) a))))) |
(*.f64 a (fma.f64 b (/.f64 b a) c)) |
(pow b 2) |
(*.f64 b b) |
(+ (* a c) (pow b 2)) |
(fma.f64 c a (*.f64 b b)) |
(+ (* a c) (pow b 2)) |
(fma.f64 c a (*.f64 b b)) |
(+ (* a c) (pow b 2)) |
(fma.f64 c a (*.f64 b b)) |
(* a c) |
(*.f64 c a) |
(* c (+ a (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) a)) |
(* c (+ a (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) a)) |
(* c (+ a (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) a)) |
(* a c) |
(*.f64 c a) |
(* -1 (* c (+ (* -1 a) (* -1 (/ (pow b 2) c))))) |
(*.f64 c (fma.f64 b (/.f64 b c) a)) |
(* -1 (* c (+ (* -1 a) (* -1 (/ (pow b 2) c))))) |
(*.f64 c (fma.f64 b (/.f64 b c) a)) |
(* -1 (* c (+ (* -1 a) (* -1 (/ (pow b 2) c))))) |
(*.f64 c (fma.f64 b (/.f64 b c) a)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* a (+ (* -4 c) (/ (pow b 2) a))) |
(*.f64 a (fma.f64 c #s(literal -4 binary64) (/.f64 (*.f64 b b) a))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(* -1 (* a (+ (* -1 (/ (pow b 2) a)) (* 4 c)))) |
(*.f64 (-.f64 (*.f64 c #s(literal 4 binary64)) (/.f64 (*.f64 b b) a)) (neg.f64 a)) |
(pow b 2) |
(*.f64 b b) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* c (+ (* -4 a) (/ (pow b 2) c))) |
(*.f64 c (fma.f64 b (/.f64 b c) (*.f64 a #s(literal -4 binary64)))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (neg.f64 c) (fma.f64 a #s(literal 4 binary64) (/.f64 (*.f64 b (neg.f64 b)) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (neg.f64 c) (fma.f64 a #s(literal 4 binary64) (/.f64 (*.f64 b (neg.f64 b)) c))) |
(* -1 (* c (+ (* -1 (/ (pow b 2) c)) (* 4 a)))) |
(*.f64 (neg.f64 c) (fma.f64 a #s(literal 4 binary64) (/.f64 (*.f64 b (neg.f64 b)) c))) |
(* -4 (* a c)) |
(*.f64 c (*.f64 a #s(literal -4 binary64))) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(+ (* -4 (* a c)) (pow b 2)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(pow b 2) |
(*.f64 b b) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
(* (pow b 2) (+ 1 (* -4 (/ (* a c) (pow b 2))))) |
(*.f64 (*.f64 b b) (fma.f64 (*.f64 c a) (/.f64 #s(literal -4 binary64) (*.f64 b b)) #s(literal 1 binary64))) |
| 4 940× | lower-*.f32 |
| 4 920× | lower-*.f64 |
| 3 538× | lower-/.f32 |
| 3 530× | lower-/.f64 |
| 2 954× | lower-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 58 | 278 |
| 0 | 83 | 259 |
| 1 | 355 | 244 |
| 2 | 2772 | 240 |
| 0 | 9117 | 237 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| Inputs |
|---|
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
(/.f64 #s(literal 1/2 binary64) a) |
(-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) |
(sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
(/.f64 c b) |
(/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
(*.f64 (neg.f64 b) a) |
(neg.f64 b) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
(*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))))) |
#s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))) |
(/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b))) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(*.f64 a a) |
(fma.f64 b b (*.f64 a c)) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) b) a)) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (neg.f64 b) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) b) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))) (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)))) |
(/.f64 (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))))) (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))))) |
(/.f64 (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)) (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) a) |
(/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) b) a (*.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a a)) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a (*.f64 a (*.f64 #s(literal -1/2 binary64) b))) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 a (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (neg.f64 a) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 (neg.f64 a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a)) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 a))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal -1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a)))))) (neg.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (neg.f64 a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1/2 binary64)) (neg.f64 a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (neg.f64 a)) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a) #s(literal 2 binary64)) |
(/.f64 (-.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 #s(literal 1/2 binary64) b)) a) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 #s(literal 1 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 #s(literal 1 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 #s(literal 1 binary64) b))) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) b))) (*.f64 a (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) b))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 a)) (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (neg.f64 a) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a) (*.f64 (neg.f64 a) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (neg.f64 a) (*.f64 #s(literal 1 binary64) b))) (*.f64 (neg.f64 a) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (neg.f64 a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1/2 binary64)) (neg.f64 a)) (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (neg.f64 a) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1/2 binary64)) a) (*.f64 (neg.f64 a) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 (neg.f64 a) (*.f64 #s(literal 1 binary64) b))) (*.f64 (neg.f64 a) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a)) (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (neg.f64 a) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (*.f64 (neg.f64 a) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (neg.f64 a) (*.f64 #s(literal 1 binary64) b))) (*.f64 (neg.f64 a) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))) (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(*.f64 (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))))) |
(*.f64 (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a))) (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 a #s(literal 2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/2 binary64) a)) |
(/.f64 #s(literal 1/2 binary64) a) |
(/.f64 #s(literal 1/2 binary64) (neg.f64 (neg.f64 a))) |
(/.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) a))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 2 binary64)) |
(/.f64 #s(literal -1 binary64) (*.f64 a #s(literal -2 binary64))) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 a)) |
(/.f64 (/.f64 #s(literal -1 binary64) a) #s(literal -2 binary64)) |
(pow.f64 (*.f64 a #s(literal 2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) (/.f64 #s(literal 1 binary64) a)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) #s(literal 1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) a)) |
(+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b)) |
(+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) |
(-.f64 #s(literal 0 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(-.f64 (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (/.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 (+.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 0 binary64)) b) |
(fma.f64 b #s(literal -1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 #s(literal -1 binary64) b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1/2 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) (neg.f64 b)) |
(fma.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (neg.f64 b)) |
(fma.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 b)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))) |
(/.f64 (neg.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (neg.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 b b))) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(pow.f64 (/.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (-.f64 (fma.f64 b b (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(fabs.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) (sqrt.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(*.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
(exp.f64 (*.f64 (log.f64 (/.f64 b c)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 c (neg.f64 b))) |
(neg.f64 (/.f64 (neg.f64 c) b)) |
(/.f64 c b) |
(/.f64 #s(literal 1 binary64) (/.f64 b c)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 b c) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 b c))) |
(/.f64 (neg.f64 c) (neg.f64 b)) |
(/.f64 (neg.f64 (neg.f64 c)) (neg.f64 (neg.f64 b))) |
(/.f64 (*.f64 c #s(literal 1 binary64)) b) |
(/.f64 (/.f64 (neg.f64 c) #s(literal -1 binary64)) b) |
(pow.f64 (/.f64 b c) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 b c) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 c (/.f64 #s(literal 1 binary64) b)) |
(*.f64 #s(literal 1 binary64) (/.f64 c b)) |
(*.f64 (neg.f64 c) (/.f64 #s(literal -1 binary64) b)) |
(*.f64 (/.f64 #s(literal 1 binary64) b) c) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 #s(literal 1 binary64) c) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) a) (/.f64 b a)) |
(neg.f64 (/.f64 b a)) |
(neg.f64 (*.f64 b (/.f64 #s(literal 1 binary64) a))) |
(neg.f64 (*.f64 (*.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(neg.f64 (/.f64 (*.f64 a b) (*.f64 a a))) |
(neg.f64 (/.f64 (*.f64 a (neg.f64 b)) (*.f64 a (neg.f64 a)))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 (neg.f64 b) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 b) a) |
(/.f64 (*.f64 a (neg.f64 b)) (*.f64 a a)) |
(/.f64 (*.f64 a (neg.f64 b)) (neg.f64 (*.f64 a (neg.f64 a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b))))) |
(/.f64 (*.f64 a b) (*.f64 a (neg.f64 a))) |
(/.f64 (*.f64 (neg.f64 b) #s(literal 1 binary64)) a) |
(/.f64 (neg.f64 (neg.f64 b)) (neg.f64 a)) |
(/.f64 (neg.f64 (*.f64 (neg.f64 b) #s(literal 1 binary64))) (neg.f64 a)) |
(/.f64 (*.f64 (*.f64 a (neg.f64 b)) #s(literal 1 binary64)) (*.f64 a a)) |
(/.f64 (*.f64 (/.f64 (neg.f64 b) a) a) a) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a)) |
(pow.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (neg.f64 b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 (neg.f64 b) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 a (*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (*.f64 a a)))) |
(*.f64 a (/.f64 (neg.f64 b) (*.f64 a a))) |
(*.f64 #s(literal 1 binary64) (/.f64 (neg.f64 b) a)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (neg.f64 b)) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 (neg.f64 b) #s(literal 1 binary64))) |
(*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (*.f64 a (neg.f64 b)) (/.f64 #s(literal 1 binary64) (*.f64 a a))) |
(*.f64 #s(literal -1 binary64) (/.f64 b a)) |
(*.f64 #s(literal -1 binary64) (*.f64 b (/.f64 #s(literal 1 binary64) a))) |
(*.f64 (*.f64 a b) (/.f64 #s(literal 1 binary64) (*.f64 a (neg.f64 a)))) |
(*.f64 (/.f64 (neg.f64 b) a) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (*.f64 a (neg.f64 b))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 a a)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 a (neg.f64 b))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (neg.f64 b) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 b) a)) |
(-.f64 #s(literal 0 binary64) (*.f64 a b)) |
(neg.f64 (*.f64 a b)) |
(*.f64 a (neg.f64 b)) |
(*.f64 b (neg.f64 a)) |
(*.f64 (neg.f64 b) a) |
(*.f64 #s(literal -1 binary64) (*.f64 a b)) |
(*.f64 (*.f64 a #s(literal -1 binary64)) b) |
(+.f64 #s(literal 0 binary64) (neg.f64 b)) |
(-.f64 #s(literal 0 binary64) b) |
(neg.f64 b) |
(/.f64 b #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) b)) |
(/.f64 (neg.f64 b) #s(literal 1 binary64)) |
(/.f64 (*.f64 b (*.f64 b b)) (+.f64 #s(literal 0 binary64) (fma.f64 b b (*.f64 #s(literal 0 binary64) b)))) |
(/.f64 (*.f64 b (neg.f64 b)) (+.f64 #s(literal 0 binary64) b)) |
(pow.f64 (neg.f64 b) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal -1 binary64) b) #s(literal -1 binary64)) |
(*.f64 b #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) b) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b)))))) |
(*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b))))) |
(*.f64 #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b)))) c) |
#s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 a c (*.f64 b b)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(neg.f64 (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 a c (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 a c (*.f64 b b))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 b b) (/.f64 (fma.f64 a c (*.f64 b b)) (neg.f64 b)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 a c (*.f64 b b)))) |
(/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b))) |
(/.f64 (neg.f64 (fma.f64 a c (*.f64 b b))) (*.f64 b (*.f64 b b))) |
(/.f64 (fma.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (*.f64 (fma.f64 a c (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c)))) |
(/.f64 (/.f64 (fma.f64 a c (*.f64 b b)) (neg.f64 b)) (*.f64 b b)) |
(/.f64 (neg.f64 (/.f64 (fma.f64 a c (*.f64 b b)) (neg.f64 b))) (*.f64 b (neg.f64 b))) |
(/.f64 (/.f64 (fma.f64 a c (*.f64 b b)) b) (*.f64 b b)) |
(/.f64 (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b b)) b) |
(/.f64 (*.f64 (neg.f64 (fma.f64 a c (*.f64 b b))) #s(literal 1 binary64)) (*.f64 b (*.f64 b b))) |
(/.f64 (/.f64 (neg.f64 (fma.f64 a c (*.f64 b b))) (*.f64 b b)) b) |
(/.f64 (/.f64 (/.f64 (fma.f64 a c (*.f64 b b)) (neg.f64 b)) b) b) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 a c (*.f64 b b)))) (*.f64 (*.f64 b (*.f64 b b)) #s(literal 1 binary64))) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 a c (*.f64 b b))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (fma.f64 a c (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 b (*.f64 b b)) (neg.f64 (fma.f64 a c (*.f64 b b))))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) (*.f64 (*.f64 b (*.f64 b b)) (fma.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c)))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (fma.f64 a c (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))))) (*.f64 (*.f64 b (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 b b)) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (fma.f64 a c (*.f64 b b)) b))) (*.f64 (*.f64 b b) (*.f64 b (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) b) (*.f64 (*.f64 b (*.f64 b b)) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b b)))) (*.f64 (*.f64 b b) (*.f64 b b))) |
(pow.f64 (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 a c (*.f64 b b))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 b (*.f64 b b)) (fma.f64 a c (*.f64 b b))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 b b) (/.f64 (fma.f64 a c (*.f64 b b)) (neg.f64 b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (fma.f64 a c (*.f64 b b)) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (fma.f64 a c (*.f64 b b))) #s(literal -1 binary64))) |
(*.f64 (fma.f64 a c (*.f64 b b)) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (neg.f64 (fma.f64 a c (*.f64 b b))) (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b b)) (/.f64 (fma.f64 a c (*.f64 b b)) (neg.f64 b))) |
(*.f64 (/.f64 #s(literal 1 binary64) b) (pow.f64 (/.f64 (*.f64 b b) (neg.f64 (fma.f64 a c (*.f64 b b)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (neg.f64 (fma.f64 a c (*.f64 b b)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 b (*.f64 b b))) (pow.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 a c (*.f64 b b)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (fma.f64 a c (*.f64 b b)) (neg.f64 b)) (/.f64 #s(literal 1 binary64) (*.f64 b b))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 b b)) (/.f64 (fma.f64 a c (*.f64 b b)) b)) |
(*.f64 (pow.f64 (/.f64 (*.f64 b b) #s(literal -1 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 b (fma.f64 a c (*.f64 b b))) #s(literal -1 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(+.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) b) a)) |
(-.f64 (/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (neg.f64 b) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) b) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) a) (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) b (/.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(neg.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal -2 binary64)))) |
(neg.f64 (/.f64 (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))) (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a))))) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)))) |
(/.f64 (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (*.f64 a #s(literal -2 binary64))) |
(/.f64 (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))))) (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))))) |
(/.f64 (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)) (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(/.f64 (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) a) |
(/.f64 (fma.f64 (*.f64 #s(literal -1/2 binary64) b) a (*.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a a)) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a (*.f64 a (*.f64 #s(literal -1/2 binary64) b))) (*.f64 a a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 a (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 a (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (*.f64 (neg.f64 a) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (*.f64 (neg.f64 a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1/2 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a)) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal 1 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 a))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal -1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (neg.f64 (*.f64 a #s(literal -2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a)))))) (neg.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)))) (neg.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) (neg.f64 a)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b))) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) #s(literal -1/2 binary64)) (neg.f64 a)) |
(/.f64 (*.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (neg.f64 a)) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b))) (/.f64 #s(literal 1/2 binary64) a)) (fma.f64 b (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (/.f64 #s(literal 1/2 binary64) a)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(/.f64 (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a) #s(literal 2 binary64)) |
(/.f64 (-.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 #s(literal 1/2 binary64) b)) a) |
(/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 #s(literal 1 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 #s(literal 1 binary64) b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 a)) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) a) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 2 binary64))) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 #s(literal 1 binary64) b))) (*.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a)) (*.f64 a (*.f64 #s(literal -1/2 binary64) b))) (*.f64 a (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 a (*.f64 #s(literal 1 binary64) b))) (*.f64 a (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (neg.f64 a)) (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (neg.f64 a) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) a) (*.f64 (neg.f64 a) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 a #s(literal 2 binary64))) (*.f64 (neg.f64 a) (*.f64 #s(literal 1 binary64) b))) (*.f64 (neg.f64 a) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (neg.f64 a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1/2 binary64)) (neg.f64 a)) (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (neg.f64 a) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1/2 binary64)) a) (*.f64 (neg.f64 a) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal -1/2 binary64)) (*.f64 a #s(literal 2 binary64))) (*.f64 (neg.f64 a) (*.f64 #s(literal 1 binary64) b))) (*.f64 (neg.f64 a) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a)) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) a)) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 #s(literal 1 binary64) b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 a)) (*.f64 (neg.f64 a) (*.f64 #s(literal -1/2 binary64) b))) (*.f64 (neg.f64 a) (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (*.f64 (neg.f64 a) (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a (neg.f64 a))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (neg.f64 a) (*.f64 #s(literal 1 binary64) b))) (*.f64 (neg.f64 a) (*.f64 a #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)))) (*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) |
(pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))) (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 a (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) a)) |
(*.f64 #s(literal 1/2 binary64) (pow.f64 (/.f64 a (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (*.f64 a #s(literal 2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b))) |
(*.f64 (neg.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (/.f64 #s(literal 1 binary64) (*.f64 a #s(literal -2 binary64)))) |
(*.f64 (fma.f64 (*.f64 b (*.f64 b b)) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 #s(literal 1/8 binary64) (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) b) a) (/.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 a #s(literal 2 binary64))) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a)))))) |
(*.f64 (-.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 #s(literal 1/2 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) b) (*.f64 #s(literal -1/2 binary64) b)) (*.f64 a a))) (/.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 b (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 b b (+.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) b) a)) |
(neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) b) a)) |
(/.f64 #s(literal 1 binary64) (/.f64 a (*.f64 #s(literal -1/2 binary64) b))) |
(/.f64 (neg.f64 b) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) b) a) |
(/.f64 (*.f64 (neg.f64 b) #s(literal 1 binary64)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) b)) (neg.f64 a)) |
(/.f64 (*.f64 (neg.f64 b) #s(literal -1/2 binary64)) (neg.f64 a)) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 b)) (*.f64 a #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (neg.f64 b)) (neg.f64 a)) |
(pow.f64 (/.f64 a (*.f64 #s(literal -1/2 binary64) b)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 (neg.f64 b) a)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b)) |
(*.f64 (neg.f64 b) (/.f64 #s(literal 1/2 binary64) a)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) b) a)) |
(*.f64 (*.f64 #s(literal -1/2 binary64) b) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 (neg.f64 (/.f64 #s(literal 1/2 binary64) a)) b) |
(*.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) #s(literal -1 binary64)) b) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(fabs.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))))) |
(/.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))))) |
(/.f64 (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) (sqrt.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (sqrt.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) (sqrt.f64 (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 (sqrt.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))))) |
(*.f64 (sqrt.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))))) |
(*.f64 (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64)) (pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1/4 binary64))) |
(*.f64 (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) |
(+.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(exp.f64 (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(fabs.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 4 binary64) c))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (*.f64 b b)) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal 4 binary64) (neg.f64 (*.f64 a c)) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal 4 binary64)) (neg.f64 c) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (*.f64 #s(literal 4 binary64) c)) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (neg.f64 b)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 (neg.f64 b) #s(literal -1 binary64)) b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))) |
(/.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(*.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))))) |
(*.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 a) #s(literal 2 binary64))) |
(pow.f64 a #s(literal 2 binary64)) |
(pow.f64 (*.f64 a a) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 a)) #s(literal 2 binary64)) |
(*.f64 a a) |
(*.f64 (*.f64 a a) #s(literal 1 binary64)) |
(*.f64 (exp.f64 (log.f64 a)) (exp.f64 (log.f64 a))) |
(+.f64 (*.f64 a c) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 a c)) |
(+.f64 (*.f64 b b) (neg.f64 (neg.f64 (*.f64 a c)))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (fma.f64 a c (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))) (/.f64 (*.f64 a (*.f64 c (*.f64 a c))) (-.f64 (*.f64 b b) (*.f64 a c)))) |
(fma.f64 a c (*.f64 b b)) |
(fma.f64 b b (*.f64 a c)) |
(fma.f64 b b (neg.f64 (neg.f64 (*.f64 a c)))) |
(fma.f64 c a (*.f64 b b)) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (*.f64 a c)) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (neg.f64 (neg.f64 (*.f64 a c)))) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 a c)) |
(fma.f64 (neg.f64 b) (neg.f64 b) (neg.f64 (neg.f64 (*.f64 a c)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (neg.f64 b)) (*.f64 a c)) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (neg.f64 b)) (neg.f64 (neg.f64 (*.f64 a c)))) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (*.f64 a c)) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 a c)))) |
(fma.f64 (*.f64 (neg.f64 b) #s(literal -1 binary64)) b (*.f64 a c)) |
(fma.f64 (*.f64 (neg.f64 b) #s(literal -1 binary64)) b (neg.f64 (neg.f64 (*.f64 a c)))) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (*.f64 a c)) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (neg.f64 (neg.f64 (*.f64 a c)))) |
(neg.f64 (neg.f64 (fma.f64 a c (*.f64 b b)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (*.f64 (fma.f64 a c (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))))) |
(/.f64 (fma.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (fma.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 a (*.f64 c (*.f64 a c)) (-.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (*.f64 b (*.f64 b (*.f64 a c)))))) |
(/.f64 (*.f64 (fma.f64 a c (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))) (-.f64 (*.f64 b b) (*.f64 a c))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a c (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c)))) (neg.f64 (-.f64 (*.f64 b b) (*.f64 a c)))) |
(/.f64 (-.f64 (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 a c) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))) (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (*.f64 a (*.f64 c (*.f64 a c))))) (*.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (-.f64 (*.f64 b b) (*.f64 a c)))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 b b) (*.f64 a c)) (*.f64 (fma.f64 a c (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (fma.f64 a c (*.f64 b b))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (fma.f64 a c (*.f64 b b)))) |
(*.f64 (fma.f64 (*.f64 a c) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a c) (-.f64 (*.f64 a c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (*.f64 (fma.f64 a c (*.f64 b b)) (-.f64 (*.f64 b b) (*.f64 a c))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 b b) (*.f64 a c)))) |
(+.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) |
(+.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(exp.f64 (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) #s(literal 1/2 binary64))) |
(fabs.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) |
(-.f64 (*.f64 b b) (*.f64 a (*.f64 #s(literal 4 binary64) c))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(-.f64 (/.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (/.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) |
(fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal -4 binary64) (*.f64 a c) (*.f64 b b)) |
(fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 #s(literal -4 binary64) c) a (*.f64 b b)) |
(fma.f64 #s(literal 1 binary64) (*.f64 b b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 a #s(literal -4 binary64)) c (*.f64 b b)) |
(fma.f64 (neg.f64 b) (neg.f64 b) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 #s(literal 4 binary64) (neg.f64 (*.f64 a c)) (*.f64 b b)) |
(fma.f64 (*.f64 a #s(literal 4 binary64)) (neg.f64 c) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 a (*.f64 #s(literal 4 binary64) c)) (*.f64 b b)) |
(fma.f64 #s(literal -1 binary64) (*.f64 b (neg.f64 b)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (*.f64 a c) #s(literal -4 binary64) (*.f64 b b)) |
(fma.f64 (*.f64 b b) #s(literal 1 binary64) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (neg.f64 c) (*.f64 a #s(literal 4 binary64)) (*.f64 b b)) |
(fma.f64 (*.f64 (neg.f64 b) #s(literal -1 binary64)) b (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(fma.f64 (exp.f64 (log.f64 b)) (exp.f64 (log.f64 b)) (*.f64 a (*.f64 #s(literal -4 binary64) c))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))))) |
(/.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))) |
(/.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) |
(/.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) (neg.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) (neg.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))) (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64))))) (*.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(pow.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) #s(literal 1 binary64)) |
(pow.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))) (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b))))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) |
(*.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64))))) |
(*.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b))))) |
(*.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) |
(*.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 c (*.f64 c c)) #s(literal -64 binary64)) (*.f64 (*.f64 b b) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 a (*.f64 #s(literal 4 binary64) c)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (*.f64 (*.f64 b b) (*.f64 b b)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 (*.f64 a (*.f64 c (*.f64 a c))) #s(literal 16 binary64)) (*.f64 (*.f64 b b) (*.f64 b b))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 #s(literal -4 binary64) c)) (*.f64 b b))) #s(literal 1 binary64))) |
Compiled 36 308 to 2 357 computations (93.5% saved)
36 alts after pruning (29 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 389 | 11 | 1 400 |
| Fresh | 5 | 18 | 23 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1 395 | 36 | 1 431 |
| Status | Accuracy | Program |
|---|---|---|
| 53.8% | (fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) | |
| 39.3% | (/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a (*.f64 a (*.f64 #s(literal -1/2 binary64) b))) (*.f64 a a)) | |
| 11.5% | (/.f64 (fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) | |
| 31.8% | (/.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) | |
| 35.4% | (/.f64 (/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 #s(literal 2 binary64) a)) | |
| ✓ | 34.6% | (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
| 2.4% | (/.f64 (/.f64 #s(literal 1 binary64) a) #s(approx (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) (/.f64 #s(literal 1 binary64) b))) | |
| 40.6% | (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a a)) | |
| 32.6% | (/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) | |
| 36.1% | (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) | |
| 28.0% | (/.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 #s(literal 2 binary64) a)) | |
| 36.1% | (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b))) | |
| 34.6% | (/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) a)) | |
| ✓ | 55.7% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
| 36.0% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) | |
| 28.8% | (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* b b) (* a (* -4 c))) (*.f64 b b))) b)) | |
| ✓ | 10.6% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
| ✓ | 2.4% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
| 10.6% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 b c))) | |
| 2.4% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 a b))) | |
| 10.6% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) | |
| 2.4% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) | |
| 5.9% | #s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))) | |
| 35.9% | #s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (/.f64 c (neg.f64 b))) | |
| 31.1% | #s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) | |
| ✓ | 27.1% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
| ✓ | 36.4% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
| 36.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) | |
| 36.3% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 #s(literal -1 binary64) a) b)) | |
| 15.6% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) | |
| ✓ | 15.6% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
| 35.8% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 #s(literal -1 binary64) b)))) | |
| 27.5% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (/.f64 (neg.f64 b) (*.f64 a a)))) | |
| 27.5% | #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (*.f64 a a))))) | |
| 26.1% | #s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) (/.f64 (/.f64 (*.f64 c (neg.f64 a)) b) a)) | |
| 11.0% | #s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
Compiled 1 796 to 599 computations (66.6% saved)
| Inputs |
|---|
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 #s(literal -1 binary64) b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 #s(literal -1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 b c))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (/.f64 (neg.f64 b) (*.f64 a a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (*.f64 a a))))) |
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) (/.f64 (/.f64 (*.f64 c (neg.f64 a)) b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 a (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(approx (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* a (* -4 c)) (* b b)) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* b b) (* a (* -4 c))) (*.f64 b b))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b)) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 a (*.f64 #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 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.f64 #s(literal 2 binary64) a)) |
(/.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 #s(literal 1 binary64) (/.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 a (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (/.f64 (*.f64 #s(literal -1/2 binary64) b) a)) |
(fma.f64 (/.f64 #s(literal 1/2 binary64) a) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (neg.f64 b))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 2 binary64) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a (*.f64 a (*.f64 #s(literal -1/2 binary64) b))) (*.f64 a a)) |
(/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a) (*.f64 a (*.f64 #s(literal 1/2 binary64) b))) (*.f64 a a)) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (+ (* b b) (* a (* -4 c))) (*.f64 (*.f64 b b) (fma.f64 (*.f64 a #s(literal -4 binary64)) (/.f64 c (*.f64 b b)) #s(literal 1 binary64)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 b b) #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) (-.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 b b (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) |
(/.f64 (*.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) #s(literal 1/2 binary64)) (*.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) a)) |
(/.f64 (+.f64 (neg.f64 b) (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (*.f64 (*.f64 a #s(literal 2 binary64)) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) |
(/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (/.f64 #s(literal 1 binary64) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (-.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (*.f64 b b)) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (neg.f64 b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (fma.f64 (sqrt.f64 (*.f64 (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (fma.f64 a (*.f64 #s(literal 4 binary64) c) (*.f64 b b)))) (neg.f64 b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (-.f64 (/.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) (/.f64 (*.f64 b b) (+.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (fma.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)) (+.f64 #s(literal 0 binary64) b) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (-.f64 #s(literal 0 binary64) (*.f64 b b)))) (*.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) (+.f64 #s(literal 0 binary64) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (sqrt.f64 (fma.f64 #s(literal -16 binary64) (*.f64 a (*.f64 c (*.f64 a c))) (*.f64 b (*.f64 b (*.f64 b b))))) b) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) (*.f64 b b))) (*.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal 4 binary64) c)))) b)) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 (/.f64 (+.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (*.f64 b b) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (/.f64 (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b) (/.f64 #s(literal 1 binary64) (-.f64 b (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (/.f64 (-.f64 (*.f64 (*.f64 b b) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (*.f64 (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))) (-.f64 (neg.f64 b) (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b)))))) (*.f64 #s(literal 2 binary64) a)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (exp.f64 (*.f64 (log.f64 (/.f64 a b)) #s(literal -1 binary64)))) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.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:
| 21.0ms | b |
| 19.0ms | a |
| 18.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)) |
| 18.0ms | c |
| Accuracy | Segments | Branch |
|---|---|---|
| 55.8% | 1 | a |
| 89.1% | 3 | b |
| 59.2% | 3 | c |
| 80.3% | 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 32 to 23 computations (28.1% saved)
| Inputs |
|---|
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 #s(literal -1 binary64) b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 #s(literal -1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 b c))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (/.f64 (neg.f64 b) (*.f64 a a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (*.f64 a a))))) |
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) (/.f64 (/.f64 (*.f64 c (neg.f64 a)) b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 a (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(approx (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* a (* -4 c)) (* b b)) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* b b) (* a (* -4 c))) (*.f64 b b))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b)) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 a (*.f64 #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 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
1 calls:
| 12.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.0% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 #s(literal -1 binary64) b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 #s(literal -1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 b c))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (/.f64 (neg.f64 b) (*.f64 a a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (*.f64 a a))))) |
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) (/.f64 (/.f64 (*.f64 c (neg.f64 a)) b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 a (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(approx (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* a (* -4 c)) (* b b)) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* b b) (* a (* -4 c))) (*.f64 b b))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b)) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 a (*.f64 #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 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 a (*.f64 #s(literal -4 binary64) c) (*.f64 b b))) b)) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
1 calls:
| 10.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 89.0% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 #s(literal -1 binary64) b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 #s(literal -1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 b c))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (/.f64 (neg.f64 b) (*.f64 a a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (*.f64 a a))))) |
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) (/.f64 (/.f64 (*.f64 c (neg.f64 a)) b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 a (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(approx (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* a (* -4 c)) (* b b)) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* b b) (* a (* -4 c))) (*.f64 b b))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
(/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (neg.f64 (fma.f64 a (/.f64 (*.f64 c c) (*.f64 b b)) c)) b)) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (neg.f64 (/.f64 (fma.f64 (*.f64 c c) (/.f64 a (*.f64 b b)) c) b))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64)))))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (+.f64 (neg.f64 b) #s(approx (sqrt (- (* b b) (* (* 4 a) c))) (fma.f64 a (*.f64 #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 c (-.f64 (/.f64 #s(literal -1 binary64) b) (/.f64 (*.f64 a c) (*.f64 b (*.f64 b b)))))) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
1 calls:
| 11.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 85.2% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 #s(literal -1 binary64) b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 #s(literal -1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 b c))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (/.f64 (neg.f64 b) (*.f64 a a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (*.f64 a a))))) |
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) (/.f64 (/.f64 (*.f64 c (neg.f64 a)) b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 a (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(approx (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* a (* -4 c)) (* b b)) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* b b) (* a (* -4 c))) (*.f64 b b))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
1 calls:
| 8.0ms | b |
| Accuracy | Segments | Branch |
|---|---|---|
| 85.2% | 3 | b |
Compiled 4 to 3 computations (25% saved)
| Inputs |
|---|
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (/ (+ (* c (* a -4)) (* b b)) (sqrt (+ (* c (* a -4)) (* b b))))) (* 2 a)) (/.f64 c (neg.f64 b))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 #s(literal -1 binary64) b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 #s(literal -1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) a) b)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (*.f64 (/.f64 #s(literal 1 binary64) b) c)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 a b))) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 #s(literal 1 binary64) (/.f64 b c))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (/.f64 (neg.f64 b) (*.f64 a a)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (*.f64 (neg.f64 b) a) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 #s(literal 1 binary64) (/.f64 a (neg.f64 b)))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 a (*.f64 (neg.f64 b) (/.f64 #s(literal 1 binary64) (*.f64 a a))))) |
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) (/.f64 (/.f64 (*.f64 c (neg.f64 a)) b) a)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 (-.f64 (*.f64 #s(literal 0 binary64) a) (*.f64 a b)) (*.f64 a a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 (/.f64 b #s(literal -1 binary64)) (/.f64 a (*.f64 a a)))) |
(/.f64 (/.f64 #s(literal 1 binary64) a) #s(approx (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b))))) (/.f64 #s(literal 1 binary64) b))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* a (* -4 c)) (* b b)) (*.f64 b b))) b)) |
(*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (+ (* b b) (* a (* -4 c))) (*.f64 b b))) b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (fma.f64 b (/.f64 c (*.f64 b b)) (/.f64 b (neg.f64 a)))) |
(/.f64 (+.f64 (neg.f64 b) (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 b b)))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (*.f64 c (/.f64 (*.f64 a #s(literal -2 binary64)) b))) (*.f64 #s(literal 2 binary64) a)) |
(/.f64 (*.f64 #s(approx (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (/.f64 (*.f64 c (*.f64 a #s(literal -2 binary64))) b)) #s(literal 1/2 binary64)) a) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c #s(approx (- (/ -1 b) (/ (* a c) (* b (* b b)))) (/.f64 (neg.f64 (fma.f64 b b (*.f64 a c))) (*.f64 b (*.f64 b b)))))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (*.f64 c (/.f64 (neg.f64 (fma.f64 c a (*.f64 b b))) (*.f64 b (*.f64 b b))))) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))) |
2 calls:
| 8.0ms | b |
| 8.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 |
|---|---|---|
| 53.7% | 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)) |
| 69.6% | 2 | b |
Compiled 24 to 17 computations (29.2% saved)
| Inputs |
|---|
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
| Outputs |
|---|
#s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) |
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
4 calls:
| 3.0ms | b |
| 2.0ms | c |
| 2.0ms | a |
| 2.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 |
|---|---|---|
| 36.4% | 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)) |
| 36.4% | 1 | a |
| 36.4% | 1 | c |
| 44.6% | 2 | b |
Compiled 32 to 23 computations (28.1% saved)
Total -6.1b remaining (-10.7%)
Threshold costs -6.1b (-10.7%)
| Inputs |
|---|
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 b a)) |
#s(approx (/ (/ 1 a) (/ 2 (+ b (sqrt (+ (* c (* a -4)) (* b b)))))) (/.f64 c b)) |
| Outputs |
|---|
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
4 calls:
| 2.0ms | a |
| 2.0ms | b |
| 2.0ms | c |
| 2.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 |
|---|---|---|
| 11.0% | 1 | c |
| 11.0% | 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)) |
| 11.0% | 1 | a |
| 11.0% | 1 | b |
Compiled 32 to 23 computations (28.1% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 31.0ms | 2.578906214130101e-116 | 1.3238121862777445e-103 |
| 16.0ms | -1.0555384978038408e+171 | -2.439729933457065e+168 |
| 20.0ms | 227× | 0 | valid |
| 7.0ms | 51× | 1 | valid |
| 6.0ms | 71× | 0 | invalid |
| 2.0ms | 10× | 2 | valid |
Compiled 545 to 380 computations (30.3% saved)
ival-mult: 10.0ms (40.9% of total)ival-sqrt: 4.0ms (16.4% of total)ival-div: 3.0ms (12.3% of total)ival-sub: 2.0ms (8.2% of total)ival-add: 2.0ms (8.2% of total)ival-neg: 2.0ms (8.2% of total)adjust: 1.0ms (4.1% 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 |
|---|---|---|
| 35.0ms | 2.578906214130101e-116 | 1.3238121862777445e-103 |
| 14.0ms | -1.2852851424830468e+116 | -9.601639303878809e+113 |
| 15.0ms | 193× | 0 | valid |
| 6.0ms | 32× | 1 | valid |
| 4.0ms | 48× | 0 | invalid |
| 3.0ms | 15× | 2 | valid |
Compiled 499 to 343 computations (31.3% saved)
ival-mult: 7.0ms (35.2% of total)ival-sub: 4.0ms (20.1% of total)ival-div: 2.0ms (10.1% of total)ival-sqrt: 2.0ms (10.1% of total)ival-add: 2.0ms (10.1% of total)adjust: 1.0ms (5% of total)ival-neg: 1.0ms (5% 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 |
|---|---|---|
| 46.0ms | 4.4712437337112815e-130 | 8.043665199073532e-126 |
| 1.0ms | -1.2852851424830468e+116 | -9.601639303878809e+113 |
| 29.0ms | 35× | 1 | valid |
| 7.0ms | 90× | 0 | valid |
| 3.0ms | 44× | 0 | invalid |
| 1.0ms | 3× | 2 | valid |
Compiled 443 to 305 computations (31.2% saved)
ival-mult: 4.0ms (36.7% of total)ival-sqrt: 2.0ms (18.3% of total)ival-div: 1.0ms (9.2% of total)adjust: 1.0ms (9.2% of total)ival-sub: 1.0ms (9.2% of total)ival-add: 1.0ms (9.2% of total)ival-neg: 1.0ms (9.2% 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 |
|---|---|---|
| 18.0ms | 4.4712437337112815e-130 | 8.043665199073532e-126 |
| 34.0ms | -2.177896498343087e-19 | -6.308571370932887e-43 |
| 29.0ms | 245× | 0 | valid |
| 6.0ms | 81× | 0 | invalid |
| 3.0ms | 19× | 1 | valid |
| 1.0ms | 8× | 2 | valid |
Compiled 517 to 362 computations (30% saved)
ival-mult: 8.0ms (40.5% of total)ival-sqrt: 3.0ms (15.2% of total)ival-div: 2.0ms (10.1% of total)ival-sub: 2.0ms (10.1% of total)ival-add: 2.0ms (10.1% of total)ival-neg: 2.0ms (10.1% of total)adjust: 1.0ms (5.1% 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 | 4.4712437337112815e-130 | 8.043665199073532e-126 |
| 1.0ms | -2.177896498343087e-19 | -6.308571370932887e-43 |
Compiled 517 to 362 computations (30% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 26.0ms | 1.8345281110275735e-299 | 9.11615833719604e-298 |
| 9.0ms | 112× | 0 | valid |
| 4.0ms | 51× | 0 | invalid |
Compiled 149 to 104 computations (30.2% saved)
ival-mult: 4.0ms (47.3% of total)ival-div: 1.0ms (11.8% of total)ival-add: 1.0ms (11.8% of total)ival-sub: 1.0ms (11.8% of total)ival-sqrt: 1.0ms (11.8% of total)ival-neg: 1.0ms (11.8% 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 |
|---|---|---|
| 32.0ms | -2.093910425982004e-307 | 5.867830074129946e-306 |
| 19.0ms | 128× | 0 | valid |
| 6.0ms | 77× | 0 | invalid |
Compiled 143 to 108 computations (24.5% saved)
ival-sqrt: 11.0ms (54.8% of total)ival-mult: 5.0ms (24.9% of total)ival-div: 1.0ms (5% of total)ival-add: 1.0ms (5% of total)ival-sub: 1.0ms (5% of total)ival-neg: 1.0ms (5% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| 1× | egg-herbie |
| 26× | *-commutative_binary64 |
| 18× | +-commutative_binary64 |
| 18× | sub-neg_binary64 |
| 12× | neg-sub0_binary64 |
| 12× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 86 | 469 |
| 1 | 107 | 469 |
| 2 | 122 | 469 |
| 3 | 132 | 469 |
| 4 | 137 | 469 |
| 5 | 138 | 469 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 b #s(literal -2499999999999999834651237086857436405929875541075828796529232055769251616749009119064231081489614867927286386499246303688848452033612031983198646263509321543735962501120 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 2420859260706477/20173827172553973356686868531273530268200826506478308693989526222973809547006571833044104322501076808092993531037089792 binary64)) (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.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 -19000000000000000295628906459870017461095826541500167234025641028185841842130358362034722408385901505847919336488960 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 8097935617680545/165263992197562149737978827008192759957101170741070304821162198818601447809077836456297302609928821211897803006255839576064 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal -19000000000000000295628906459870017461095826541500167234025641028185841842130358362034722408385901505847919336488960 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 4953946674085437/762145642166990290864647761179972242614403843424065222377723867096038022172794340849684107193235344521442121855812163792833978437326241529856 binary64)) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal -68962299338965/3064991081731777716716694054300618367237478244367204352 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 8048257981283417/12194330274671844653834364178879555881830461494785043558043581873536608354764709453594945715091765512343073949692994620685343654997219864477696 binary64)) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal -68962299338965/3064991081731777716716694054300618367237478244367204352 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 8048257981283417/12194330274671844653834364178879555881830461494785043558043581873536608354764709453594945715091765512343073949692994620685343654997219864477696 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal 1555139748179645/11781361728633673532894774498354952494238773929196300355071513798753168641589311119865182769801300280680127783231251635087526446289021607771691249214388576215221396663491984443067742263787264024212477244347842938066577043117995647400274369612403653814737339068225047641453182709824206687753689912418253153056587776 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b)))) |
(if (<=.f64 b #s(literal -202402253307311/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64))) |
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
| Outputs |
|---|
(if (<=.f64 b #s(literal -2499999999999999834651237086857436405929875541075828796529232055769251616749009119064231081489614867927286386499246303688848452033612031983198646263509321543735962501120 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 2420859260706477/20173827172553973356686868531273530268200826506478308693989526222973809547006571833044104322501076808092993531037089792 binary64)) (/.f64 (+.f64 (neg.f64 b) (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c))))) (*.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 -2499999999999999834651237086857436405929875541075828796529232055769251616749009119064231081489614867927286386499246303688848452033612031983198646263509321543735962501120 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 2420859260706477/20173827172553973356686868531273530268200826506478308693989526222973809547006571833044104322501076808092993531037089792 binary64)) (/.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 c b))))) |
(if (<=.f64 b #s(literal -19000000000000000295628906459870017461095826541500167234025641028185841842130358362034722408385901505847919336488960 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 8097935617680545/165263992197562149737978827008192759957101170741070304821162198818601447809077836456297302609928821211897803006255839576064 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal -19000000000000000295628906459870017461095826541500167234025641028185841842130358362034722408385901505847919336488960 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 8097935617680545/165263992197562149737978827008192759957101170741070304821162198818601447809077836456297302609928821211897803006255839576064 binary64)) (*.f64 (-.f64 (sqrt.f64 (fma.f64 b b (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (/.f64 #s(literal 1/2 binary64) a)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 c b))))) |
(if (<=.f64 b #s(literal -19000000000000000295628906459870017461095826541500167234025641028185841842130358362034722408385901505847919336488960 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 4953946674085437/762145642166990290864647761179972242614403843424065222377723867096038022172794340849684107193235344521442121855812163792833978437326241529856 binary64)) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal -19000000000000000295628906459870017461095826541500167234025641028185841842130358362034722408385901505847919336488960 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 4953946674085437/762145642166990290864647761179972242614403843424065222377723867096038022172794340849684107193235344521442121855812163792833978437326241529856 binary64)) (*.f64 (/.f64 #s(literal -1/2 binary64) a) (-.f64 b (sqrt.f64 (fma.f64 c (*.f64 a #s(literal -4 binary64)) (*.f64 b b))))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 c b))))) |
(if (<=.f64 b #s(literal -68962299338965/3064991081731777716716694054300618367237478244367204352 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 8048257981283417/12194330274671844653834364178879555881830461494785043558043581873536608354764709453594945715091765512343073949692994620685343654997219864477696 binary64)) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b) (*.f64 a #s(literal 2 binary64))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal -68962299338965/3064991081731777716716694054300618367237478244367204352 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 8048257981283417/12194330274671844653834364178879555881830461494785043558043581873536608354764709453594945715091765512343073949692994620685343654997219864477696 binary64)) (/.f64 (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b) (*.f64 a #s(literal 2 binary64))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 c b))))) |
(if (<=.f64 b #s(literal -68962299338965/3064991081731777716716694054300618367237478244367204352 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 8048257981283417/12194330274671844653834364178879555881830461494785043558043581873536608354764709453594945715091765512343073949692994620685343654997219864477696 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 #s(literal -4 binary64) c)))) b)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b))))) |
(if (<=.f64 b #s(literal -68962299338965/3064991081731777716716694054300618367237478244367204352 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) (if (<=.f64 b #s(literal 8048257981283417/12194330274671844653834364178879555881830461494785043558043581873536608354764709453594945715091765512343073949692994620685343654997219864477696 binary64)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (-.f64 (sqrt.f64 #s(approx (- (* b b) (* (* 4 a) c)) (*.f64 a (*.f64 c #s(literal -4 binary64))))) b)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 c b))))) |
(if (<=.f64 b #s(literal 1555139748179645/11781361728633673532894774498354952494238773929196300355071513798753168641589311119865182769801300280680127783231251635087526446289021607771691249214388576215221396663491984443067742263787264024212477244347842938066577043117995647400274369612403653814737339068225047641453182709824206687753689912418253153056587776 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 c (neg.f64 b)))) |
(if (<=.f64 b #s(literal 1555139748179645/11781361728633673532894774498354952494238773929196300355071513798753168641589311119865182769801300280680127783231251635087526446289021607771691249214388576215221396663491984443067742263787264024212477244347842938066577043117995647400274369612403653814737339068225047641453182709824206687753689912418253153056587776 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (neg.f64 (/.f64 c b)))) |
(if (<=.f64 b #s(literal -202402253307311/202402253307310618352495346718917307049556649764142118356901358027430339567995346891960383701437124495187077864316811911389808737385793476867013399940738509921517424276566361364466907742093216341239767678472745068562007483424692698618103355649159556340810056512358769552333414615230502532186327508646006263307707741093494784 binary64)) #s(approx (/ (+ (neg b) (sqrt (- (* b b) (* (* 4 a) c)))) (* 2 a)) (/.f64 b (neg.f64 a))) #s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64))) |
#s(approx (+ (* (/ 1/2 a) (sqrt (+ (* a (* -4 c)) (* b b)))) (* (/ 1/2 a) (neg b))) #s(literal 0 binary64)) |
| 11 458× | lower-fma.f64 |
| 11 458× | lower-fma.f32 |
| 11 152× | lower-fma.f64 |
| 11 152× | lower-fma.f32 |
| 7 766× | lower-*.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 545 | 3273 |
| 1 | 1738 | 3232 |
| 2 | 6083 | 3204 |
| 0 | 8243 | 3047 |
| 0 | 49 | 267 |
| 0 | 78 | 257 |
| 1 | 296 | 245 |
| 2 | 2226 | 245 |
| 0 | 10052 | 242 |
| 0 | 680 | 10314 |
| 1 | 2181 | 10116 |
| 2 | 7258 | 10042 |
| 0 | 8160 | 9633 |
| 0 | 55 | 271 |
| 0 | 84 | 235 |
| 1 | 323 | 221 |
| 2 | 2293 | 218 |
| 0 | 9547 | 218 |
| 0 | 14 | 51 |
| 0 | 23 | 51 |
| 1 | 76 | 49 |
| 2 | 536 | 48 |
| 3 | 6864 | 48 |
| 0 | 8158 | 44 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 804 to 384 computations (52.2% saved)
Compiled 422 to 152 computations (64% saved)
Loading profile data...